Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/include/
H A Dxenpmap.h49 void xpq_queue_pin_table(paddr_t, int);
67 xpq_queue_pin_table(pa, MMUEXT_PIN_L1_TABLE)
69 xpq_queue_pin_table(pa, MMUEXT_PIN_L2_TABLE)
71 xpq_queue_pin_table(pa, MMUEXT_PIN_L3_TABLE)
73 xpq_queue_pin_table(pa, MMUEXT_PIN_L4_TABLE)
/netbsd-src/sys/arch/xen/x86/
H A Dx86_xpmap.c267 xpq_queue_pin_table(paddr_t pa, int lvl) in xpq_queue_pin_table() function