Searched refs:MSRPM_SIZE (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | vmcb.c | 88 arch_svm->msrpm = alloc_xenheap_pages(get_order_from_bytes(MSRPM_SIZE), 0); in construct_vmcb() 91 memset(arch_svm->msrpm, 0xff, MSRPM_SIZE); in construct_vmcb() 258 arch_svm->msrpm, get_order_from_bytes(MSRPM_SIZE)); in svm_destroy_vmcb()
|
A D | nestedsvm.c | 104 msrpm = alloc_xenheap_pages(get_order_from_bytes(MSRPM_SIZE), 0); in nsvm_vcpu_initialise() 108 memset(msrpm, 0x0, MSRPM_SIZE); in nsvm_vcpu_initialise() 110 msrpm = alloc_xenheap_pages(get_order_from_bytes(MSRPM_SIZE), 0); in nsvm_vcpu_initialise() 114 memset(msrpm, 0x0, MSRPM_SIZE); in nsvm_vcpu_initialise() 144 get_order_from_bytes(MSRPM_SIZE)); in nsvm_vcpu_destroy() 149 get_order_from_bytes(MSRPM_SIZE)); in nsvm_vcpu_destroy() 367 ns_vmcb->_msrpm_base_pa, MSRPM_SIZE); in nsvm_vmrun_permissionmap() 396 for (i = 0; i < MSRPM_SIZE / BYTES_PER_LONG; i++) in nsvm_vmrun_permissionmap()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/svm/ |
A D | vmcb.h | 398 #define MSRPM_SIZE (8 * 1024) macro
|
Completed in 8 milliseconds