Home
last modified time | relevance | path

Searched defs:phys_addr (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/openbmc/linux/arch/x86/mm/
H A Dioremap.c184 __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()
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()
634 static bool memremap_is_setup_data(resource_size_t phys_addr, in memremap_is_setup_data()
815 void __init *early_memremap_encrypted(resource_size_t phys_addr, in early_memremap_encrypted()
825 void __init *early_memremap_encrypted_wp(resource_size_t phys_addr, in early_memremap_encrypted_wp()
834 void __init *early_memremap_decrypted(resource_size_t phys_addr, in early_memremap_decrypted()
[all …]
/openbmc/linux/mm/
H A Dearly_ioremap.c35 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()
H A Dioremap.c15 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()
/openbmc/linux/arch/ia64/mm/
H A Dioremap.c17 __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()
/openbmc/linux/arch/loongarch/mm/
H A Dioremap.c9 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()
/openbmc/linux/arch/riscv/mm/
H A Dkasan_init.c31 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
/openbmc/linux/tools/perf/scripts/python/
H A Dmem-phys-addr.py62 def is_system_ram(phys_addr): argument
69 def is_persistent_mem(phys_addr): argument
75 def find_memory_type(phys_addr): argument
/openbmc/linux/arch/nios2/mm/
H A Dioremap.c23 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()
/openbmc/qemu/target/openrisc/
H A Dmmu.c30 static inline void get_phys_nommu(hwaddr *phys_addr, int *prot, in get_phys_nommu()
37 static int get_phys_mmu(OpenRISCCPU *cpu, hwaddr *phys_addr, int *prot, in get_phys_mmu()
114 hwaddr phys_addr; in openrisc_cpu_tlb_fill() local
146 hwaddr phys_addr; in openrisc_cpu_get_phys_page_debug() local
/openbmc/linux/include/uapi/linux/
H A Dcec-funcs.h24 __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()
116 __u16 *phys_addr) in cec_ops_set_stream_path()
185 __u16 phys_addr; member
545 __u16 phys_addr) in cec_msg_clear_ext_timer()
701 __u16 phys_addr) in cec_msg_set_ext_timer()
730 __u16 *phys_addr) in cec_ops_set_ext_timer()
1757 __u16 *phys_addr, in cec_ops_cdc_hec_report_state()
[all …]
/openbmc/qemu/system/
H A Dmemory_mapping.c40 hwaddr phys_addr, in create_new_memory_mapping()
56 hwaddr phys_addr, in mapping_contiguous()
68 hwaddr phys_addr, in mapping_have_same_region()
81 hwaddr phys_addr, in mapping_conflict()
108 hwaddr phys_addr, in memory_mapping_list_add_merge_sorted()
/openbmc/linux/arch/ia64/kernel/
H A Defi.c446 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 …]
/openbmc/linux/arch/mips/alchemy/common/
H A Dsetup.c82 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
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epc-mem.c179 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()
/openbmc/linux/drivers/acpi/
H A Dprocessor_core.c324 u64 *phys_addr, int *ioapic_id) in get_ioapic_id()
336 static int parse_madt_ioapic_entry(u32 gsi_base, u64 *phys_addr) in parse_madt_ioapic_entry()
365 u64 *phys_addr) in parse_mat_ioapic_entry()
403 int acpi_get_ioapic_id(acpi_handle handle, u32 gsi_base, u64 *phys_addr) in acpi_get_ioapic_id()
/openbmc/linux/include/linux/
H A Dio-mapping.h68 resource_size_t phys_addr; in io_mapping_map_atomic_wc() local
94 resource_size_t phys_addr; in io_mapping_map_local_wc() local
111 resource_size_t phys_addr; in io_mapping_map_wc() local
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxp_uv.c91 xp_expand_memprotect_uv(unsigned long phys_addr, unsigned long size) in xp_expand_memprotect_uv()
120 xp_restrict_memprotect_uv(unsigned long phys_addr, unsigned long size) in xp_restrict_memprotect_uv()
/openbmc/u-boot/drivers/pci/
H A Dpci_common.c175 phys_addr_t phys_addr = 0; in pci_hose_bus_to_phys() local
203 phys_addr_t phys_addr, in __pci_hose_phys_to_bus()
241 phys_addr_t phys_addr, in pci_hose_phys_to_bus()
/openbmc/linux/arch/arm/mm/
H A Dioremap.c327 void __iomem *__arm_ioremap_caller(phys_addr_t phys_addr, size_t size, in __arm_ioremap_caller()
396 __arm_ioremap_exec(phys_addr_t phys_addr, size_t size, bool cached) in __arm_ioremap_exec()
414 void *arch_memremap_wb(phys_addr_t phys_addr, size_t size) in arch_memremap_wb()
459 int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr) in pci_remap_iospace()
/openbmc/linux/arch/powerpc/kernel/
H A Dmce_power.c450 uint64_t *phys_addr) in mce_find_instr_ea_and_phys()
487 uint64_t *phys_addr) in mce_handle_ierror()
576 uint64_t *phys_addr) in mce_handle_derror()
706 uint64_t addr, phys_addr = ULONG_MAX; in mce_handle_error() local
/openbmc/u-boot/arch/x86/include/asm/
H A Dsfi.h91 u64 phys_addr; /* phy base addr for APIC reg */ member
101 u64 phys_addr; /* pointer to where the wake vector locates */ member
105 u64 phys_addr; /* phy base addr for the timer */ member
111 u64 phys_addr; /* phy base addr for the RTC */ member
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dmm.c125 unsigned long ps3_mm_phys_to_lpar(unsigned long phys_addr) in ps3_mm_phys_to_lpar()
513 static int dma_sb_map_pages(struct ps3_dma_region *r, unsigned long phys_addr, in dma_sb_map_pages()
553 static int dma_ioc0_map_pages(struct ps3_dma_region *r, unsigned long phys_addr, in dma_ioc0_map_pages()
780 unsigned long phys_addr = is_kernel_addr(virt_addr) ? __pa(virt_addr) in dma_sb_map_area() local
835 unsigned long phys_addr = is_kernel_addr(virt_addr) ? __pa(virt_addr) in dma_ioc0_map_area() local
1076 unsigned long phys_addr = is_kernel_addr(virt_addr) ? __pa(virt_addr) in dma_sb_map_area_linear() local
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx_onhyperv.h101 static inline void evmcs_load(u64 phys_addr) in evmcs_load()
121 static inline void evmcs_load(u64 phys_addr) {} in evmcs_load()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_sa_media.c12 int intel_sa_mediagt_setup(struct intel_gt *gt, phys_addr_t phys_addr, in intel_sa_mediagt_setup()
/openbmc/linux/kernel/dma/
H A Dcoherent.c38 static struct dma_coherent_mem *dma_init_coherent_memory(phys_addr_t phys_addr, in dma_init_coherent_memory()
117 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, in dma_declare_coherent_memory()
311 int dma_init_global_coherent(phys_addr_t phys_addr, size_t size) in dma_init_global_coherent()

12345678910>>...12