Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dirq_64.c44 phys_addr_t pa = per_cpu_ptr_to_phys(stack + (i << PAGE_SHIFT)); in map_irq_stack()
/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.h162 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.c452 phys_addr_t pa = per_cpu_ptr_to_phys((void *)va); in pti_clone_user_shared()
/linux/arch/x86/include/asm/
H A Ddesc.h78 return per_cpu_ptr_to_phys(get_cpu_gdt_rw(cpu)); in get_cpu_gdt_paddr()
/linux/kernel/
H A Dcrash_core.c210 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in crash_prepare_elf64_headers()
/linux/drivers/base/
H A Dcpu.c166 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in crash_notes_show()
/linux/mm/
H A Dpercpu.c2352 * per_cpu_ptr_to_phys - convert translated percpu address to physical address in __is_kernel_percpu_address()
2368 * allocator itself and per_cpu_ptr_to_phys() callers. So we keep current
2374 phys_addr_t per_cpu_ptr_to_phys(void *addr)
2398 phys_addr_t per_cpu_ptr_to_phys(void *addr) per_cpu_ptr_to_phys() function