Searched defs:preempted (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | hap.c | 341 int hap_set_allocation(struct domain *d, unsigned int pages, bool *preempted) in hap_set_allocation() 551 void hap_teardown(struct domain *d, bool *preempted) in hap_teardown() 599 bool preempted = false; in hap_domctl() local
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | shadow.h | 101 #define shadow_set_allocation(d, pages, preempted) \ argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | paging.c | 802 bool preempted = false; in paging_teardown() local 952 int paging_set_allocation(struct domain *d, unsigned int pages, bool *preempted) in paging_set_allocation()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 46 int preempted; /* Was the hypercall preempted? */ member
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | common.c | 1541 int shadow_set_allocation(struct domain *d, unsigned int pages, bool *preempted) in shadow_set_allocation() 3181 void shadow_teardown(struct domain *d, bool *preempted) in shadow_teardown() 3834 bool preempted = false; in shadow_domctl() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 381 bool preempted; in pvh_setup_p2m() local
|
Completed in 17 milliseconds