Home
last modified time | relevance | path

Searched refs:vtomfn (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/xen/x86/
H A Dhypervisor_machdep.c578 l3_p2m_page[i/fpp] = vtomfn( in update_p2m_frame_list_list()
588 l2_p2m_page[i] = vtomfn((vaddr_t) in update_p2m_frame_list_list()
593 vtomfn((vaddr_t)l3_p2m_page); in update_p2m_frame_list_list()
/netbsd/sys/arch/x86/include/
H A Dpmap_private.h370 #define vtomfn(va) (vtomach(va) >> PAGE_SHIFT) macro