per_cpu_ptr_to_phys   81 arch/x86/include/asm/desc.h 	return per_cpu_ptr_to_phys(get_cpu_gdt_rw(cpu));
per_cpu_ptr_to_phys   41 arch/x86/kernel/irq_64.c 		phys_addr_t pa = per_cpu_ptr_to_phys(stack + (i << PAGE_SHIFT));
per_cpu_ptr_to_phys   52 arch/x86/mm/cpu_entry_area.c 		cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot);
per_cpu_ptr_to_phys  460 arch/x86/mm/pti.c 		phys_addr_t pa = per_cpu_ptr_to_phys((void *)va);
per_cpu_ptr_to_phys  158 drivers/base/cpu.c 	addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum));
per_cpu_ptr_to_phys  137 include/linux/percpu.h extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
per_cpu_ptr_to_phys 1289 kernel/kexec_file.c 		notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu));