Home
last modified time | relevance | path

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

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