Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpercpu.h129 extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
/linux-4.1.27/drivers/base/
Dcpu.c154 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in show_crash_notes()
/linux-4.1.27/arch/x86/kernel/
Dcrash.c458 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in prepare_elf64_headers()
/linux-4.1.27/mm/
Dpercpu.c1322 phys_addr_t per_cpu_ptr_to_phys(void *addr) in per_cpu_ptr_to_phys() function