Searched refs:hap_set_allocation (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | hap.h | 47 int hap_set_allocation(struct domain *d, unsigned int pages, bool *preempted);
|
/xen/xen/arch/x86/mm/hap/ |
A D | hap.c | 335 int hap_set_allocation(struct domain *d, unsigned int pages, bool *preempted) in hap_set_allocation() function 460 rv = hap_set_allocation(d, 256, NULL); in hap_enable() 463 hap_set_allocation(d, 0, NULL); in hap_enable() 560 hap_set_allocation(d, 0, NULL); in hap_final_teardown() 592 hap_set_allocation(d, 0, preempted); in hap_teardown() 618 rc = hap_set_allocation(d, sc->mb << (20 - PAGE_SHIFT), &preempted); in hap_domctl()
|
/xen/xen/arch/x86/mm/ |
A D | paging.c | 967 rc = hap_set_allocation(d, pages, preempted); in paging_set_allocation()
|
A D | mem_sharing.c | 1638 rc = hap_set_allocation(cd, mb << (20 - PAGE_SHIFT), &preempted); in fork_hap_allocation()
|
Completed in 20 milliseconds