Searched refs:hap_set_allocation (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | hap.c | 341 int hap_set_allocation(struct domain *d, unsigned int pages, bool *preempted) in hap_set_allocation() function 459 rv = hap_set_allocation(d, 256, NULL); in hap_enable() 462 hap_set_allocation(d, 0, NULL); in hap_enable() 546 hap_set_allocation(d, 0, NULL); in hap_final_teardown() 578 hap_set_allocation(d, 0, preempted); in hap_teardown() 605 rc = hap_set_allocation(d, sc->mb << (20 - PAGE_SHIFT), &preempted); in hap_domctl()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | hap.h | 49 int hap_set_allocation(struct domain *d, unsigned int pages, bool *preempted);
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | paging.c | 960 rc = hap_set_allocation(d, pages, preempted); in paging_set_allocation()
|
Completed in 7 milliseconds