Searched refs:shadow_set_allocation (Results 1 – 4 of 4) sorted by relevance
| /xen/xen/arch/x86/include/asm/ |
| A D | shadow.h | 94 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 D | common.c | 1347 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 D | paging.c | 981 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 D | dom0_build.c | 1029 shadow_set_allocation(d, nr_pt_pages, &preempted); in dom0_construct_pv()
|
Completed in 25 milliseconds