Home
last modified time | relevance | path

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 Dhap.c341 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 Dhap.h49 int hap_set_allocation(struct domain *d, unsigned int pages, bool *preempted);
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dpaging.c960 rc = hap_set_allocation(d, pages, preempted); in paging_set_allocation()

Completed in 5 milliseconds