Home
last modified time | relevance | path

Searched refs:NUM_WORLD_MSRS (Results 1 – 2 of 2) sorted by relevance

/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h177 #define NUM_WORLD_MSRS 2U macro
192 #define FLEXIBLE_MSR_INDEX (NUM_WORLD_MSRS + NUM_COMMON_MSRS + NUM_VMX_MSRS)
194 #define FLEXIBLE_MSR_INDEX (NUM_WORLD_MSRS + NUM_COMMON_MSRS)
207 uint32_t world_msrs[NUM_WORLD_MSRS];
/hypervisor/arch/x86/guest/
A Dtrusty.c158 for (i = 0U; i < NUM_WORLD_MSRS; i++) { in save_world_ctx()
211 for (i = 0U; i < NUM_WORLD_MSRS; i++) { in load_world_ctx()
335 for (i = 0U; i < NUM_WORLD_MSRS; i++) { in init_secure_world_env()

Completed in 6 milliseconds