| /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 …]
|
| D | memory_model.h | 78 #define phys_to_page(phys) pfn_to_page(PHYS_PFN(phys)) argument
|
| /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 | phy_link_topology.h | 22 struct xarray phys; member 55 pdn = xa_load(&topo->phys, phyindex); in phy_link_topo_get_phy()
|
| 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 | io-pgtable.h | 49 void (*free_leaf)(unsigned long phys, size_t granule, void *cookie); 328 io_pgtable_free_leaf(struct io_pgtable *iop, unsigned long phys, size_t granule) in io_pgtable_free_leaf() argument 331 iop->cfg.tlb->free_leaf(phys, granule, iop->cookie); in io_pgtable_free_leaf()
|
| 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 | swiotlb.h | 239 phys_addr_t swiotlb_tbl_map_single(struct device *hwdev, phys_addr_t phys, 242 dma_addr_t swiotlb_map(struct device *dev, phys_addr_t phys,
|
| D | kexec.h | 424 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() argument 426 return phys; in phys_to_boot_phys()
|
| D | iommu-dma.h | 46 dma_addr_t iommu_dma_map_resource(struct device *dev, phys_addr_t phys,
|
| D | serio.h | 26 char phys[32]; member
|
| D | dma-mapping.h | 314 phys_addr_t phys, size_t size); 322 phys_addr_t phys, size_t offset, size_t size, 333 struct dma_iova_state *state, phys_addr_t phys, size_t size) in dma_iova_try_alloc() argument 352 struct dma_iova_state *state, phys_addr_t phys, size_t offset, in dma_iova_link() argument 558 bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size);
|
| D | smp.h | 290 bool phys);
|
| D | gameport.h | 20 char phys[32]; member
|
| D | mhi_ep.h | 161 void (*unmap_free)(struct mhi_ep_cntrl *mhi_cntrl, u64 pci_addr, phys_addr_t phys,
|
| /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 | 22 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/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/firmware/qcom/ |
| D | qcom_scm.h | 71 dma_addr_t phys; member
|
| /include/linux/mtd/ |
| D | map.h | 194 resource_size_t phys; member 450 #define map_is_linear(map) (map->phys != NO_XIP)
|