Home
last modified time | relevance | path

Searched refs:hap_set_allocation (Results 1 – 4 of 4) sorted by relevance

/xen/xen/include/asm-x86/
A Dhap.h47 int hap_set_allocation(struct domain *d, unsigned int pages, bool *preempted);
/xen/xen/arch/x86/mm/hap/
A Dhap.c335 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 Dpaging.c967 rc = hap_set_allocation(d, pages, preempted); in paging_set_allocation()
A Dmem_sharing.c1638 rc = hap_set_allocation(cd, mb << (20 - PAGE_SHIFT), &preempted); in fork_hap_allocation()

Completed in 20 milliseconds