Searched refs:phys (Results 1 – 21 of 21) sorted by relevance
/include/asm-generic/ |
D | fixmap.h | 63 #define set_fixmap(idx, phys) \ argument 64 __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL) 73 #define __set_fixmap_offset(idx, phys, flags) \ argument 76 __set_fixmap(idx, phys, flags); \ 77 ________addr = fix_to_virt(idx) + ((phys) & (PAGE_SIZE - 1)); \ 81 #define set_fixmap_offset(idx, phys) \ argument 82 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NORMAL) 87 #define set_fixmap_nocache(idx, phys) \ argument 88 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE) 90 #define set_fixmap_offset_nocache(idx, phys) \ argument [all …]
|
D | io.h | 873 static inline void unxlate_dev_mem_ptr(phys_addr_t phys, void *addr) in unxlate_dev_mem_ptr() argument
|
/include/acpi/ |
D | acpi_io.h | 9 static inline void __iomem *acpi_os_ioremap(acpi_physical_address phys, in acpi_os_ioremap() argument 12 return ioremap_cache(phys, size); in acpi_os_ioremap() 17 acpi_os_map_iomem(acpi_physical_address phys, acpi_size size); 19 void __iomem *acpi_os_get_iomem(acpi_physical_address phys, unsigned int size);
|
/include/linux/ |
D | mmiotrace.h | 88 resource_size_t phys; /* PCI address of register */ member 97 resource_size_t phys; /* base address in PCI space */ member
|
D | serio.h | 27 char phys[32]; member
|
D | swiotlb.h | 47 phys_addr_t phys, size_t size,
|
D | gameport.h | 24 char phys[32]; member
|
D | sh_clk.h | 15 phys_addr_t phys; member
|
D | input.h | 123 const char *phys; member
|
D | hugetlb.h | 339 phys_addr_t phys; member
|
D | hid.h | 547 char phys[64]; /* Device physical location */ member
|
D | dmaengine.h | 474 dma_addr_t phys; member
|
D | mm.h | 1211 unsigned int flags, unsigned long *prot, resource_size_t *phys);
|
D | fs.h | 1618 u64 phys, u64 len, u32 flags);
|
/include/linux/fsl/bestcomm/ |
D | sram.h | 39 extern void* bcom_sram_alloc(int size, int align, phys_addr_t *phys);
|
/include/media/ |
D | ir-kbd-i2c.h | 22 char phys[32]; member
|
/include/uapi/linux/ |
D | uhid.h | 46 __u8 phys[64]; member 130 __u8 phys[64]; member
|
/include/linux/mtd/ |
D | mtd.h | 191 size_t *retlen, void **virt, resource_size_t *phys); 259 void **virt, resource_size_t *phys);
|
D | map.h | 206 resource_size_t phys; member 459 #define map_is_linear(map) (map->phys != NO_XIP)
|
/include/video/ |
D | mmp_disp.h | 103 u32 phys[6]; member
|
/include/crypto/ |
D | algapi.h | 89 } phys; member
|