Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Dirq_64.c43 phys_addr_t pa = per_cpu_ptr_to_phys(stack + (i << PAGE_SHIFT)); in map_irq_stack()
/linux-6.6.21/include/xen/arm/
Dpage.h87 (pfn_to_gfn(per_cpu_ptr_to_phys(v) >> XEN_PAGE_SHIFT))
/linux-6.6.21/include/linux/
Dpercpu.h138 extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
/linux-6.6.21/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.c452 phys_addr_t pa = per_cpu_ptr_to_phys((void *)va); in pti_clone_user_shared()
/linux-6.6.21/arch/x86/include/asm/
Ddesc.h77 return per_cpu_ptr_to_phys(get_cpu_gdt_rw(cpu)); in get_cpu_gdt_paddr()
/linux-6.6.21/drivers/base/
Dcpu.c166 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in crash_notes_show()
/linux-6.6.21/kernel/
Dcrash_core.c373 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in crash_prepare_elf64_headers()
/linux-6.6.21/mm/
Dpercpu.c2371 phys_addr_t per_cpu_ptr_to_phys(void *addr) in per_cpu_ptr_to_phys() function