Home
last modified time | relevance | path

Searched refs:phys (Results 1 – 25 of 32) sorted by relevance

12

/include/asm-generic/
Dfixmap.h64 #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 …]
Dio.h1051 static inline void unxlate_dev_mem_ptr(phys_addr_t phys, void *addr) in unxlate_dev_mem_ptr() argument
/include/acpi/
Dacpi_io.h10 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/
Dkmemleak.h32 extern void kmemleak_alloc_phys(phys_addr_t phys, size_t size, int min_count,
34 extern void kmemleak_free_part_phys(phys_addr_t phys, size_t size) __ref;
35 extern void kmemleak_not_leak_phys(phys_addr_t phys) __ref;
36 extern void kmemleak_ignore_phys(phys_addr_t phys) __ref;
109 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() argument
113 static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size) in kmemleak_free_part_phys() argument
116 static inline void kmemleak_not_leak_phys(phys_addr_t phys) in kmemleak_not_leak_phys() argument
119 static inline void kmemleak_ignore_phys(phys_addr_t phys) in kmemleak_ignore_phys() argument
Dswiotlb.h50 phys_addr_t phys,
77 bool swiotlb_map(struct device *dev, phys_addr_t *phys, dma_addr_t *dma_addr,
89 static inline bool swiotlb_map(struct device *dev, phys_addr_t *phys, in swiotlb_map() argument
Dmmiotrace.h89 resource_size_t phys; /* PCI address of register */ member
98 resource_size_t phys; /* base address in PCI space */ member
Dgenalloc.h102 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()
Dkexec.h397 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) in phys_to_boot_phys() argument
399 return phys; in phys_to_boot_phys()
Dsmp.h237 bool phys);
Dserio.h24 char phys[32]; member
Dgameport.h21 char phys[32]; member
Dsh_clk.h16 phys_addr_t phys; member
Dinput.h133 const char *phys; member
/include/linux/fsl/bestcomm/
Dsram.h39 extern void* bcom_sram_alloc(int size, int align, phys_addr_t *phys);
/include/media/i2c/
Dir-kbd-i2c.h22 char phys[32]; member
/include/soc/tegra/
Divc.h20 dma_addr_t phys; member
/include/uapi/linux/
Duhid.h47 __u8 phys[64]; member
131 __u8 phys[64]; member
/include/xen/arm/
Dpage.h109 phys_addr_t phys,
/include/linux/irqchip/
Darm-gic-v3.h406 #define GITS_BASER_PHYS_52_to_48(phys) \ argument
407 (((phys) & GENMASK_ULL(47, 16)) | (((phys) >> 48) & 0xf) << 12)
/include/crypto/internal/
Dskcipher.h39 } phys; member
/include/linux/mtd/
Dmap.h194 resource_size_t phys; member
450 #define map_is_linear(map) (map->phys != NO_XIP)
Dmtd.h278 size_t *retlen, void **virt, resource_size_t *phys);
411 void **virt, resource_size_t *phys);
/include/video/
Dmmp_disp.h90 u32 phys[6]; member
/include/crypto/
Dalgapi.h93 } phys; member
/include/net/
Ddevlink.h70 struct devlink_port_phys_attrs phys; member

12