Home
last modified time | relevance | path

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

/xen/xen/arch/x86/include/asm/
A Dshadow.h94 int shadow_set_allocation(struct domain *d, unsigned int pages,
109 #define shadow_set_allocation(d, pages, preempted) \ macro
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c1347 int shadow_set_allocation(struct domain *d, unsigned int pages, bool *preempted) in shadow_set_allocation() function
2679 rv = shadow_set_allocation(d, 1024, NULL); /* Use at least 4MB */ in shadow_enable()
2682 shadow_set_allocation(d, 0, NULL); in shadow_enable()
2858 shadow_set_allocation(d, 0, preempted); in shadow_teardown()
2937 if ( shadow_set_allocation(d, 1, NULL) != 0 ) in shadow_one_bit_enable()
2939 shadow_set_allocation(d, 0, NULL); in shadow_one_bit_enable()
3009 if ( shadow_set_allocation(d, 0, NULL) != 0 ) in shadow_one_bit_disable()
3145 rc = shadow_set_allocation(d, sc->mb << (20 - PAGE_SHIFT), &preempted); in shadow_domctl()
/xen/xen/arch/x86/mm/
A Dpaging.c981 rc = shadow_set_allocation(d, pages, preempted); in paging_set_allocation()
1020 rc = shadow_set_allocation(d, pages, &preempted); in arch_set_paging_mempool_size()
/xen/xen/arch/x86/pv/
A Ddom0_build.c1029 shadow_set_allocation(d, nr_pt_pages, &preempted); in dom0_construct_pv()

Completed in 25 milliseconds