Searched refs:init_xen_l4_slots (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | domain.c | 40 init_xen_l4_slots(l4tab, mfn, v->domain, INVALID_MFN, false); in setup_compat_l4()
|
A D | dom0_build.c | 612 init_xen_l4_slots(l4tab, _mfn(virt_to_mfn(l4start)), in dom0_construct_pv()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | mm.h | 345 void init_xen_l4_slots(l4_pgentry_t *l4t, mfn_t l4mfn,
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | hap.c | 410 init_xen_l4_slots(l4e, m4mfn, d, INVALID_MFN, false); in hap_make_monitor_table()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | multi.c | 1515 init_xen_l4_slots(l4t, gmfn, d, smfn, (!is_pv_32bit_domain(d) && in sh_make_shadow() 1582 init_xen_l4_slots(l4e, m4mfn, d, INVALID_MFN, false); in sh_make_monitor_table()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mm.c | 1577 void init_xen_l4_slots(l4_pgentry_t *l4t, mfn_t l4mfn, in init_xen_l4_slots() function 1723 init_xen_l4_slots(pl4e, _mfn(pfn), in alloc_l4_table()
|
Completed in 29 milliseconds