| /kernel/linux/linux-5.10/arch/x86/mm/ |
| D | ioremap.c | 178 __ioremap_caller(resource_size_t phys_addr, unsigned long size, in __ioremap_caller() 332 void __iomem *ioremap(resource_size_t phys_addr, unsigned long size) in ioremap() 373 void __iomem *ioremap_uc(resource_size_t phys_addr, unsigned long size) in ioremap_uc() 392 void __iomem *ioremap_wc(resource_size_t phys_addr, unsigned long size) in ioremap_wc() 409 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() 416 void __iomem *ioremap_encrypted(resource_size_t phys_addr, unsigned long size) in ioremap_encrypted() 423 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) in ioremap_cache() 430 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, in ioremap_prot() 547 static bool memremap_should_map_decrypted(resource_size_t phys_addr, in memremap_should_map_decrypted() 600 static bool memremap_is_efi_data(resource_size_t phys_addr, in memremap_is_efi_data() [all …]
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| D | ioremap.c | 184 __ioremap_caller(resource_size_t phys_addr, unsigned long size, in __ioremap_caller() 343 void __iomem *ioremap(resource_size_t phys_addr, unsigned long size) in ioremap() 384 void __iomem *ioremap_uc(resource_size_t phys_addr, unsigned long size) in ioremap_uc() 403 void __iomem *ioremap_wc(resource_size_t phys_addr, unsigned long size) in ioremap_wc() 420 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() 427 void __iomem *ioremap_encrypted(resource_size_t phys_addr, unsigned long size) in ioremap_encrypted() 434 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) in ioremap_cache() 441 void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, in ioremap_prot() 542 static bool memremap_should_map_decrypted(resource_size_t phys_addr, in memremap_should_map_decrypted() 595 static bool memremap_is_efi_data(resource_size_t phys_addr, in memremap_is_efi_data() [all …]
|
| /kernel/linux/linux-6.6/mm/ |
| D | early_ioremap.c | 35 pgprot_t __init __weak early_memremap_pgprot_adjust(resource_size_t phys_addr, in early_memremap_pgprot_adjust() 100 __early_ioremap(resource_size_t phys_addr, unsigned long size, pgprot_t prot) in __early_ioremap() 211 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() 218 early_memremap(resource_size_t phys_addr, unsigned long size) in early_memremap() 227 early_memremap_ro(resource_size_t phys_addr, unsigned long size) in early_memremap_ro() 238 early_memremap_prot(resource_size_t phys_addr, unsigned long size, in early_memremap_prot() 270 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() 277 early_memremap(resource_size_t phys_addr, unsigned long size) in early_memremap() 282 early_memremap_ro(resource_size_t phys_addr, unsigned long size) in early_memremap_ro()
|
| D | ioremap.c | 15 void __iomem *generic_ioremap_prot(phys_addr_t phys_addr, size_t size, in generic_ioremap_prot() 52 void __iomem *ioremap_prot(phys_addr_t phys_addr, size_t size, in ioremap_prot()
|
| /kernel/linux/linux-5.10/mm/ |
| D | early_ioremap.c | 34 pgprot_t __init __weak early_memremap_pgprot_adjust(resource_size_t phys_addr, in early_memremap_pgprot_adjust() 106 __early_ioremap(resource_size_t phys_addr, unsigned long size, pgprot_t prot) in __early_ioremap() 217 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() 224 early_memremap(resource_size_t phys_addr, unsigned long size) in early_memremap() 233 early_memremap_ro(resource_size_t phys_addr, unsigned long size) in early_memremap_ro() 244 early_memremap_prot(resource_size_t phys_addr, unsigned long size, in early_memremap_prot() 276 early_ioremap(resource_size_t phys_addr, unsigned long size) in early_ioremap() 283 early_memremap(resource_size_t phys_addr, unsigned long size) in early_memremap() 288 early_memremap_ro(resource_size_t phys_addr, unsigned long size) in early_memremap_ro()
|
| D | ioremap.c | 65 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_pte_range() 85 unsigned long end, phys_addr_t phys_addr, in ioremap_try_huge_pmd() 107 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_pmd_range() 131 unsigned long end, phys_addr_t phys_addr, in ioremap_try_huge_pud() 153 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_pud_range() 177 unsigned long end, phys_addr_t phys_addr, in ioremap_try_huge_p4d() 199 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_p4d_range() 223 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
|
| /kernel/linux/linux-6.6/arch/ia64/mm/ |
| D | ioremap.c | 17 __ioremap_uc(unsigned long phys_addr) in __ioremap_uc() 23 early_ioremap (unsigned long phys_addr, unsigned long size) in early_ioremap() 32 void __iomem *ioremap_prot(phys_addr_t phys_addr, size_t size, in ioremap_prot() 75 ioremap_uc(unsigned long phys_addr, unsigned long size) in ioremap_uc()
|
| /kernel/linux/linux-5.10/arch/ia64/mm/ |
| D | ioremap.c | 17 __ioremap_uc(unsigned long phys_addr) in __ioremap_uc() 23 early_ioremap (unsigned long phys_addr, unsigned long size) in early_ioremap() 33 ioremap (unsigned long phys_addr, unsigned long size) in ioremap() 103 ioremap_uc(unsigned long phys_addr, unsigned long size) in ioremap_uc()
|
| /kernel/linux/linux-5.10/arch/loongarch/mm/ |
| D | ioremap.c | 13 void __init __iomem *early_ioremap(u64 phys_addr, unsigned long size) in early_ioremap() 23 void *early_memremap_ro(resource_size_t phys_addr, unsigned long size) in early_memremap_ro() 28 void *early_memremap_prot(resource_size_t phys_addr, unsigned long size, in early_memremap_prot()
|
| /kernel/linux/linux-6.6/arch/loongarch/mm/ |
| D | ioremap.c | 9 void __init __iomem *early_ioremap(u64 phys_addr, unsigned long size) in early_ioremap() 19 void *early_memremap_ro(resource_size_t phys_addr, unsigned long size) in early_memremap_ro() 24 void *early_memremap_prot(resource_size_t phys_addr, unsigned long size, in early_memremap_prot()
|
| /kernel/linux/linux-6.6/arch/riscv/mm/ |
| D | kasan_init.c | 31 phys_addr_t phys_addr; in kasan_populate_pte() local 52 phys_addr_t phys_addr; in kasan_populate_pmd() local 83 phys_addr_t phys_addr; in kasan_populate_pud() local 114 phys_addr_t phys_addr; in kasan_populate_p4d() local 145 phys_addr_t phys_addr; in kasan_populate_pgd() local 239 phys_addr_t phys_addr; in kasan_early_populate_pud() local 268 phys_addr_t phys_addr; in kasan_early_populate_p4d() local 305 phys_addr_t phys_addr; in kasan_early_populate_pgd() local
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| D | mem-phys-addr.py | 62 def is_system_ram(phys_addr): argument 69 def is_persistent_mem(phys_addr): argument 75 def find_memory_type(phys_addr): argument
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| D | mem-phys-addr.py | 62 def is_system_ram(phys_addr): argument 69 def is_persistent_mem(phys_addr): argument 75 def find_memory_type(phys_addr): argument
|
| /kernel/linux/linux-6.6/arch/nios2/mm/ |
| D | ioremap.c | 23 unsigned long size, unsigned long phys_addr, in remap_area_pte() 51 unsigned long size, unsigned long phys_addr, in remap_area_pmd() 76 static int remap_area_pages(unsigned long address, unsigned long phys_addr, in remap_area_pages() 119 void __iomem *ioremap(unsigned long phys_addr, unsigned long size) in ioremap()
|
| /kernel/linux/linux-5.10/arch/nios2/mm/ |
| D | ioremap.c | 23 unsigned long size, unsigned long phys_addr, in remap_area_pte() 51 unsigned long size, unsigned long phys_addr, in remap_area_pmd() 76 static int remap_area_pages(unsigned long address, unsigned long phys_addr, in remap_area_pages() 119 void __iomem *ioremap(unsigned long phys_addr, unsigned long size) in ioremap()
|
| /kernel/linux/linux-5.10/arch/arm64/mm/ |
| D | ioremap.c | 21 static void __iomem *__ioremap_caller(phys_addr_t phys_addr, size_t size, in __ioremap_caller() 65 void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) in __ioremap() 85 void __iomem *ioremap_cache(phys_addr_t phys_addr, size_t size) in ioremap_cache()
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | cec-funcs.h | 9 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() 18 __u16 *phys_addr) in cec_ops_active_source() 33 __u16 phys_addr) in cec_msg_inactive_source() 41 __u16 *phys_addr) in cec_ops_inactive_source() 54 __u16 phys_addr) in cec_msg_routing_information() 63 __u16 *phys_addr) in cec_ops_routing_information() 88 static inline void cec_msg_set_stream_path(struct cec_msg *msg, __u16 phys_addr) in cec_msg_set_stream_path() 97 __u16 *phys_addr) in cec_ops_set_stream_path() 154 __u16 phys_addr; member 245 __u16 phys_addr) in cec_msg_record_on_phys_addr() [all …]
|
| /kernel/linux/linux-5.10/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() 24 __u16 *phys_addr) in cec_ops_active_source() 44 __u16 phys_addr) in cec_msg_inactive_source() 53 __u16 *phys_addr) in cec_ops_inactive_source() 68 __u16 phys_addr) in cec_msg_routing_information() 78 __u16 *phys_addr) in cec_ops_routing_information() 106 static inline void cec_msg_set_stream_path(struct cec_msg *msg, __u16 phys_addr) in cec_msg_set_stream_path() 116 __u16 *phys_addr) in cec_ops_set_stream_path() 185 __u16 phys_addr; member 283 __u16 phys_addr) in cec_msg_record_on_phys_addr() [all …]
|
| /kernel/linux/linux-6.6/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() 24 __u16 *phys_addr) in cec_ops_active_source() 44 __u16 phys_addr) in cec_msg_inactive_source() 53 __u16 *phys_addr) in cec_ops_inactive_source() 68 __u16 phys_addr) in cec_msg_routing_information() 78 __u16 *phys_addr) in cec_ops_routing_information() 106 static inline void cec_msg_set_stream_path(struct cec_msg *msg, __u16 phys_addr) in cec_msg_set_stream_path() 116 __u16 *phys_addr) in cec_ops_set_stream_path() 185 __u16 phys_addr; member 283 __u16 phys_addr) in cec_msg_record_on_phys_addr() [all …]
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | efi.c | 446 static void __init handle_palo(unsigned long phys_addr) in handle_palo() 709 kern_memory_descriptor (unsigned long phys_addr) in kern_memory_descriptor() 721 efi_memory_descriptor (unsigned long phys_addr) in efi_memory_descriptor() 741 efi_memmap_intersects (unsigned long phys_addr, unsigned long size) in efi_memmap_intersects() 763 efi_mem_type (unsigned long phys_addr) in efi_mem_type() 773 efi_mem_attributes (unsigned long phys_addr) in efi_mem_attributes() 784 efi_mem_attribute (unsigned long phys_addr, unsigned long size) in efi_mem_attribute() 812 kern_mem_attribute (unsigned long phys_addr, unsigned long size) in kern_mem_attribute() 848 valid_phys_addr_range (phys_addr_t phys_addr, unsigned long size) in valid_phys_addr_range() 867 unsigned long phys_addr = pfn << PAGE_SHIFT; in valid_mmap_phys_addr_range() local [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | efi.c | 444 static void __init handle_palo(unsigned long phys_addr) in handle_palo() 707 kern_memory_descriptor (unsigned long phys_addr) in kern_memory_descriptor() 719 efi_memory_descriptor (unsigned long phys_addr) in efi_memory_descriptor() 739 efi_memmap_intersects (unsigned long phys_addr, unsigned long size) in efi_memmap_intersects() 761 efi_mem_type (unsigned long phys_addr) in efi_mem_type() 771 efi_mem_attributes (unsigned long phys_addr) in efi_mem_attributes() 782 efi_mem_attribute (unsigned long phys_addr, unsigned long size) in efi_mem_attribute() 810 kern_mem_attribute (unsigned long phys_addr, unsigned long size) in kern_mem_attribute() 846 valid_phys_addr_range (phys_addr_t phys_addr, unsigned long size) in valid_phys_addr_range() 865 unsigned long phys_addr = pfn << PAGE_SHIFT; in valid_mmap_phys_addr_range() local [all …]
|
| /kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
| D | setup.c | 78 phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) in fixup_bigphys_addr() 98 phys_addr_t phys_addr = fixup_bigphys_addr(pfn << PAGE_SHIFT, size); in io_remap_pfn_range() local
|
| /kernel/linux/linux-6.6/arch/mips/alchemy/common/ |
| D | setup.c | 82 phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr, phys_addr_t size) in fixup_bigphys_addr() 102 phys_addr_t phys_addr = fixup_bigphys_addr(pfn << PAGE_SHIFT, size); in io_remap_pfn_range() local
|
| /kernel/linux/linux-5.10/drivers/pci/endpoint/ |
| D | pci-epc-mem.c | 169 phys_addr_t *phys_addr, size_t size) in pci_epc_mem_alloc_addr() 209 phys_addr_t phys_addr) in pci_epc_get_matching_window() 234 void pci_epc_mem_free_addr(struct pci_epc *epc, phys_addr_t phys_addr, in pci_epc_mem_free_addr()
|
| /kernel/linux/linux-6.6/drivers/pci/endpoint/ |
| D | pci-epc-mem.c | 179 phys_addr_t *phys_addr, size_t size) in pci_epc_mem_alloc_addr() 219 phys_addr_t phys_addr) in pci_epc_get_matching_window() 244 void pci_epc_mem_free_addr(struct pci_epc *epc, phys_addr_t phys_addr, in pci_epc_mem_free_addr()
|