Home
last modified time | relevance | path

Searched refs:xen_set_iopl_mask (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/xen/
Dhypervisor.h65 extern void xen_set_iopl_mask(unsigned mask);
/arch/x86/kernel/
Dprocess_64.c421 xen_set_iopl_mask(next->iopl); in __switch_to()
/arch/x86/xen/
Denlighten.c978 void xen_set_iopl_mask(unsigned mask) in xen_set_iopl_mask() function
1269 .set_iopl_mask = xen_set_iopl_mask,