Home
last modified time | relevance | path

Searched refs:per_cpu_ptr_to_phys (Results 1 – 8 of 8) sorted by relevance

/linux/include/xen/arm/
H A Dpage.h87 (pfn_to_gfn(per_cpu_ptr_to_phys(v) >> XEN_PAGE_SHIFT))
/linux/include/linux/
H A Dpercpu.h160 extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
/linux/arch/x86/mm/
H A Dcpu_entry_area.c102 cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot); in cea_map_percpu_pages()
H A Dpti.c464 phys_addr_t pa = per_cpu_ptr_to_phys((void *)va); in pti_clone_user_shared()
/linux/arch/loongarch/kernel/
H A Dparavirt.c228 addr = per_cpu_ptr_to_phys(st); in pv_enable_steal_time()
/linux/kernel/
H A Dcrash_core.c225 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in crash_prepare_elf64_headers()
/linux/drivers/base/
H A Dcpu.c167 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in crash_notes_show()
/linux/mm/
H A Dpercpu.c2341 phys_addr_t per_cpu_ptr_to_phys(void *addr) in per_cpu_ptr_to_phys() function