Searched refs:phys (Results 1 – 21 of 21) sorted by relevance
/include/asm-generic/ |
D | fixmap.h | 60 #define set_fixmap(idx, phys) \ argument 61 __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL) 70 #define __set_fixmap_offset(idx, phys, flags) \ argument 73 __set_fixmap(idx, phys, flags); \ 74 addr = fix_to_virt(idx) + ((phys) & (PAGE_SIZE - 1)); \ 78 #define set_fixmap_offset(idx, phys) \ argument 79 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NORMAL) 84 #define set_fixmap_nocache(idx, phys) \ argument 85 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE) 87 #define set_fixmap_offset_nocache(idx, phys) \ argument [all …]
|
/include/linux/ |
D | acpi_io.h | 7 static inline void __iomem *acpi_os_ioremap(acpi_physical_address phys, in acpi_os_ioremap() argument 10 return ioremap_cache(phys, size); in acpi_os_ioremap() 13 void __iomem *acpi_os_get_iomem(acpi_physical_address phys, unsigned int size);
|
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 | i2o.h | 485 dma_addr_t phys; member 503 unsigned long phys; member 801 BUG_ON(m < c->out_queue.phys in i2o_msg_out_to_virt() 802 || m >= c->out_queue.phys + c->out_queue.len); in i2o_msg_out_to_virt() 804 return c->out_queue.virt + (m - c->out_queue.phys); in i2o_msg_out_to_virt()
|
D | serio.h | 25 char phys[32]; member
|
D | swiotlb.h | 44 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 | 261 phys_addr_t phys; member
|
D | hid.h | 494 char phys[64]; /* Device physical location */ member
|
D | dmaengine.h | 415 dma_addr_t phys; member
|
D | mm.h | 996 unsigned int flags, unsigned long *prot, resource_size_t *phys);
|
D | fs.h | 1498 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 | 41 __u8 phys[64]; member
|
/include/linux/mtd/ |
D | mtd.h | 191 size_t *retlen, void **virt, resource_size_t *phys); 257 void **virt, resource_size_t *phys);
|
D | map.h | 211 resource_size_t phys; member 456 #define map_is_linear(map) (map->phys != NO_XIP)
|
/include/video/ |
D | mmp_disp.h | 98 u32 phys[6]; member
|
/include/crypto/ |
D | algapi.h | 86 } phys; member
|