/include/asm-generic/ |
D | fixmap.h | 64 #define set_fixmap(idx, phys) \ argument 65 __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL) 74 #define __set_fixmap_offset(idx, phys, flags) \ argument 77 __set_fixmap(idx, phys, flags); \ 78 ________addr = fix_to_virt(idx) + ((phys) & (PAGE_SIZE - 1)); \ 82 #define set_fixmap_offset(idx, phys) \ argument 83 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NORMAL) 88 #define set_fixmap_nocache(idx, phys) \ argument 89 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE) 91 #define set_fixmap_offset_nocache(idx, phys) \ argument [all …]
|
/include/acpi/ |
D | acpi_io.h | 10 static inline void __iomem *acpi_os_ioremap(acpi_physical_address phys, in acpi_os_ioremap() argument 13 return ioremap_cache(phys, size); in acpi_os_ioremap() 20 *acpi_os_map_iomem(acpi_physical_address phys, acpi_size size); 22 void __iomem *acpi_os_get_iomem(acpi_physical_address phys, unsigned int size);
|
/include/linux/ |
D | kmemleak.h | 32 extern void kmemleak_alloc_phys(phys_addr_t phys, size_t size, 34 extern void kmemleak_free_part_phys(phys_addr_t phys, size_t size) __ref; 35 extern void kmemleak_ignore_phys(phys_addr_t phys) __ref; 108 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() argument 112 static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size) in kmemleak_free_part_phys() argument 115 static inline void kmemleak_ignore_phys(phys_addr_t phys) in kmemleak_ignore_phys() argument
|
D | mmiotrace.h | 89 resource_size_t phys; /* PCI address of register */ member 98 resource_size_t phys; /* base address in PCI space */ member
|
D | fiemap.h | 19 u64 phys, u64 len, u32 flags);
|
D | swiotlb.h | 44 phys_addr_t swiotlb_tbl_map_single(struct device *hwdev, phys_addr_t phys, 59 dma_addr_t swiotlb_map(struct device *dev, phys_addr_t phys,
|
D | genalloc.h | 102 phys_addr_t phys, size_t size, int nid) in gen_pool_add_virt() argument 104 return gen_pool_add_owner(pool, addr, phys, size, nid, NULL); in gen_pool_add_virt()
|
D | serio.h | 25 char phys[32]; member
|
D | kexec.h | 462 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() argument 464 return phys; in phys_to_boot_phys()
|
D | qcom_scm.h | 73 dma_addr_t phys; member
|
D | smp.h | 282 bool phys);
|
D | mhi_ep.h | 135 void (*unmap_free)(struct mhi_ep_cntrl *mhi_cntrl, u64 pci_addr, phys_addr_t phys,
|
D | gameport.h | 21 char phys[32]; member
|
D | sh_clk.h | 16 phys_addr_t phys; member
|
/include/linux/fsl/bestcomm/ |
D | sram.h | 39 extern void* bcom_sram_alloc(int size, int align, phys_addr_t *phys);
|
/include/media/i2c/ |
D | ir-kbd-i2c.h | 22 char phys[32]; member
|
/include/soc/tegra/ |
D | ivc.h | 20 dma_addr_t phys; member
|
/include/uapi/linux/ |
D | uhid.h | 47 __u8 phys[64]; member 131 __u8 phys[64]; member
|
/include/xen/arm/ |
D | page.h | 113 phys_addr_t phys,
|
/include/crypto/internal/ |
D | skcipher.h | 40 } phys; member
|
/include/linux/irqchip/ |
D | arm-gic-v3.h | 467 #define GITS_BASER_PHYS_52_to_48(phys) \ argument 468 (((phys) & GENMASK_ULL(47, 16)) | (((phys) >> 48) & 0xf) << 12)
|
/include/linux/soc/mediatek/ |
D | mtk_wed.h | 69 u32 (*init_buf)(void *ptr, dma_addr_t phys, int token_id);
|
/include/linux/mtd/ |
D | map.h | 194 resource_size_t phys; member 450 #define map_is_linear(map) (map->phys != NO_XIP)
|
D | mtd.h | 318 size_t *retlen, void **virt, resource_size_t *phys); 501 void **virt, resource_size_t *phys);
|
/include/video/ |
D | mmp_disp.h | 90 u32 phys[6]; member
|