| /include/trace/events/ |
| D | habanalabs.h | 17 TP_PROTO(struct device *dev, u64 virt_addr, u64 phys_addr, u32 page_size, bool flush_pte), 19 TP_ARGS(dev, virt_addr, phys_addr, page_size, flush_pte), 24 __field(u64, phys_addr) 32 __entry->phys_addr = phys_addr; 40 __entry->phys_addr, 46 TP_PROTO(struct device *dev, u64 virt_addr, u64 phys_addr, u32 page_size, bool flush_pte), 47 TP_ARGS(dev, virt_addr, phys_addr, page_size, flush_pte)); 50 TP_PROTO(struct device *dev, u64 virt_addr, u64 phys_addr, u32 page_size, bool flush_pte), 51 TP_ARGS(dev, virt_addr, phys_addr, page_size, flush_pte)); 91 TP_PROTO(struct device *dev, u64 phys_addr, u64 dma_addr, size_t len, [all …]
|
| D | dma.h | 37 TP_PROTO(struct device *dev, phys_addr_t phys_addr, dma_addr_t dma_addr, 39 TP_ARGS(dev, phys_addr, dma_addr, size, dir, attrs), 43 __field(u64, phys_addr) 52 __entry->phys_addr = phys_addr; 64 __entry->phys_addr, 69 TP_PROTO(struct device *dev, phys_addr_t phys_addr, dma_addr_t dma_addr, 71 TP_ARGS(dev, phys_addr, dma_addr, size, dir, attrs)); 74 TP_PROTO(struct device *dev, phys_addr_t phys_addr, dma_addr_t dma_addr, 76 TP_ARGS(dev, phys_addr, dma_addr, size, dir, attrs));
|
| /include/asm-generic/ |
| D | early_ioremap.h | 11 extern void __iomem *early_ioremap(resource_size_t phys_addr, 13 extern void *early_memremap(resource_size_t phys_addr, 15 extern void *early_memremap_ro(resource_size_t phys_addr, 17 extern void *early_memremap_prot(resource_size_t phys_addr,
|
| /include/linux/ |
| D | io-mapping.h | 68 resource_size_t phys_addr; in io_mapping_map_atomic_wc() local 71 phys_addr = mapping->base + offset; in io_mapping_map_atomic_wc() 77 return __iomap_local_pfn_prot(PHYS_PFN(phys_addr), mapping->prot); in io_mapping_map_atomic_wc() 94 resource_size_t phys_addr; in io_mapping_map_local_wc() local 97 phys_addr = mapping->base + offset; in io_mapping_map_local_wc() 98 return __iomap_local_pfn_prot(PHYS_PFN(phys_addr), mapping->prot); in io_mapping_map_local_wc() 111 resource_size_t phys_addr; in io_mapping_map_wc() local 114 phys_addr = mapping->base + offset; in io_mapping_map_wc() 116 return ioremap_wc(phys_addr, size); in io_mapping_map_wc()
|
| D | io.h | 32 phys_addr_t phys_addr, pgprot_t prot); 34 phys_addr_t phys_addr, pgprot_t prot); 37 phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range() argument 42 phys_addr_t phys_addr, pgprot_t prot) in vmap_page_range() argument 84 pgprot_t __init early_memremap_pgprot_adjust(resource_size_t phys_addr,
|
| D | pci-epc.h | 77 phys_addr_t phys_addr, u8 interrupt_num, 245 phys_addr_t phys_addr, 248 phys_addr_t phys_addr); 256 phys_addr_t phys_addr, u8 interrupt_num, 278 phys_addr_t *phys_addr, size_t size); 279 void pci_epc_mem_free_addr(struct pci_epc *epc, phys_addr_t phys_addr,
|
| D | of_platform.h | 40 resource_size_t phys_addr; member 47 { .compatible = _compat, .phys_addr = _phys, .name = _name, \
|
| D | kmsan.h | 170 phys_addr_t phys_addr, pgprot_t prot, 363 phys_addr_t phys_addr, in kmsan_ioremap_page_range() argument
|
| D | dma-map-ops.h | 50 dma_addr_t (*map_resource)(struct device *dev, phys_addr_t phys_addr, 168 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, 178 phys_addr_t phys_addr, dma_addr_t device_addr, size_t size) in dma_declare_coherent_memory() argument 195 int dma_init_global_coherent(phys_addr_t phys_addr, size_t size);
|
| D | efi.h | 142 u64 phys_addr; member 759 extern int efi_mem_type(unsigned long phys_addr); 760 extern u64 efi_mem_attributes (unsigned long phys_addr); 761 extern u64 efi_mem_attribute (unsigned long phys_addr, unsigned long size); 764 extern int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md); 765 extern int __efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md);
|
| D | pci-epf.h | 121 dma_addr_t phys_addr; member
|
| D | genalloc.h | 75 phys_addr_t phys_addr; /* physical starting address of memory chunk */ member
|
| D | vmalloc.h | 63 phys_addr_t phys_addr; member
|
| /include/uapi/linux/ |
| D | cec-funcs.h | 14 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument 19 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source() 20 msg->msg[3] = phys_addr & 0xff; in cec_msg_active_source() 24 __u16 *phys_addr) in cec_ops_active_source() argument 26 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_active_source() 44 __u16 phys_addr) in cec_msg_inactive_source() argument 48 msg->msg[2] = phys_addr >> 8; in cec_msg_inactive_source() 49 msg->msg[3] = phys_addr & 0xff; in cec_msg_inactive_source() 53 __u16 *phys_addr) in cec_ops_inactive_source() argument 55 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_inactive_source() [all …]
|
| D | vbox_vmmdev_types.h | 229 __u32 phys_addr; member 252 __u64 phys_addr; member
|
| D | gunyah.h | 335 __u64 phys_addr; member 348 __u64 phys_addr; member
|
| D | gzvm.h | 243 __u64 phys_addr; member
|
| D | kvm.h | 261 __u64 phys_addr; member 268 __u64 phys_addr; member 484 __u64 phys_addr; member
|
| /include/media/ |
| D | v4l2-dv-timings.h | 256 void v4l2_set_edid_phys_addr(u8 *edid, unsigned int size, u16 phys_addr); 257 u16 v4l2_phys_addr_for_input(u16 phys_addr, u8 input); 258 int v4l2_phys_addr_validate(u16 phys_addr, u16 *parent, u16 *port);
|
| D | cec.h | 261 u16 phys_addr; member 344 return adap->phys_addr == 0; in cec_is_sink() 374 void cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, 483 static inline void cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, in cec_s_phys_addr() argument
|
| /include/linux/firmware/imx/svc/ |
| D | misc.h | 57 bool enable, u64 phys_addr); 72 bool enable, u64 phys_addr) in imx_sc_pm_cpu_start() argument
|
| /include/trace/hooks/ |
| D | bl_hib.h | 19 TP_PROTO(u64 *addr, u64 phys_addr), 20 TP_ARGS(addr, phys_addr));
|
| /include/media/i2c/ |
| D | adv7511.h | 23 uint16_t phys_addr; member
|
| /include/linux/iio/ |
| D | buffer-dma.h | 63 dma_addr_t phys_addr; member
|
| /include/cxl/ |
| D | event.h | 26 __le64 phys_addr; member
|