Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/
Dirq_64.c44 phys_addr_t pa = per_cpu_ptr_to_phys(stack + (i << PAGE_SHIFT)); in map_irq_stack()
/linux-6.12.1/include/xen/arm/
Dpage.h87 (pfn_to_gfn(per_cpu_ptr_to_phys(v) >> XEN_PAGE_SHIFT))
/linux-6.12.1/include/linux/
Dpercpu.h164 extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
/linux-6.12.1/arch/x86/mm/
Dcpu_entry_area.c102 cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot); in cea_map_percpu_pages()
Dpti.c457 phys_addr_t pa = per_cpu_ptr_to_phys((void *)va); in pti_clone_user_shared()
/linux-6.12.1/arch/loongarch/kernel/
Dparavirt.c229 addr = per_cpu_ptr_to_phys(st); in pv_enable_steal_time()
/linux-6.12.1/arch/x86/include/asm/
Ddesc.h78 return per_cpu_ptr_to_phys(get_cpu_gdt_rw(cpu)); in get_cpu_gdt_paddr()
/linux-6.12.1/kernel/
Dcrash_core.c210 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in crash_prepare_elf64_headers()
/linux-6.12.1/drivers/base/
Dcpu.c167 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in crash_notes_show()
/linux-6.12.1/mm/
Dpercpu.c2343 phys_addr_t per_cpu_ptr_to_phys(void *addr) in per_cpu_ptr_to_phys() function