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

/linux-master/arch/x86/kernel/
H A Dirq_64.c43 phys_addr_t pa = per_cpu_ptr_to_phys(stack + (i << PAGE_SHIFT));
/linux-master/include/xen/arm/
H A Dpage.h87 (pfn_to_gfn(per_cpu_ptr_to_phys(v) >> XEN_PAGE_SHIFT))
/linux-master/include/linux/
H A Dpercpu.h139 extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c102 cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot);
H A Dpti.c452 phys_addr_t pa = per_cpu_ptr_to_phys((void *)va);
/linux-master/arch/x86/include/asm/
H A Ddesc.h78 return per_cpu_ptr_to_phys(get_cpu_gdt_rw(cpu));
/linux-master/kernel/
H A Dcrash_core.c208 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu));
/linux-master/drivers/base/
H A Dcpu.c166 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum));
/linux-master/mm/
H A Dpercpu.c2376 * per_cpu_ptr_to_phys - convert translated percpu address to physical address
2392 * allocator itself and per_cpu_ptr_to_phys() callers. So we keep current
2398 phys_addr_t per_cpu_ptr_to_phys(void *addr) function

Completed in 166 milliseconds