Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpercpu.h143 extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
/Linux-v4.19/arch/x86/mm/
Dcpu_entry_area.c53 cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot); in cea_map_percpu_pages()
/Linux-v4.19/arch/x86/include/asm/
Ddesc.h81 return per_cpu_ptr_to_phys(get_cpu_gdt_rw(cpu)); in get_cpu_gdt_paddr()
/Linux-v4.19/drivers/base/
Dcpu.c158 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in show_crash_notes()
/Linux-v4.19/kernel/
Dkexec_file.c1181 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in crash_prepare_elf64_headers()
/Linux-v4.19/mm/
Dpercpu.c1820 phys_addr_t per_cpu_ptr_to_phys(void *addr) in per_cpu_ptr_to_phys() function