Home
last modified time | relevance | path

Searched refs:ss (Results 1 – 9 of 9) sorted by relevance

/hypervisor/debug/
A Dprofiling.c64 if (ss == NULL) { in profiling_initialize_pmi()
89 ss->pmu_state = PMU_SETUP; in profiling_initialize_pmi()
110 if (ss == NULL) { in profiling_enable_pmu()
136 ss->vmexit_msr_cnt++; in profiling_enable_pmu()
143 ss->saved_debugctl_value in profiling_enable_pmu()
185 if (ss != NULL) { in profiling_disable_pmu()
325 ss->samples_dropped++; in profiling_generate_data()
385 ss->samples_logged++; in profiling_generate_data()
600 ss->total_pmi_count++; in profiling_pmi_handler()
609 ss->nofrozen_pmi++; in profiling_pmi_handler()
[all …]
A Ddump.c235 ctx->error_code, ctx->cs, ctx->ss); in dump_intr_excp_frame()
/hypervisor/include/arch/x86/asm/guest/
A Dinstr_emul.h68 uint8_t ss:2, /* SIB byte */ member
/hypervisor/arch/x86/boot/
A Dtrampoline.S144 mov %eax, %ss
A Dcpu_primary.S255 mov %eax,%ss // Was 32bit POC Stack
/hypervisor/include/arch/x86/asm/
A Dcpu.h395 struct segment_sel ss; member
437 uint64_t ss; member
/hypervisor/arch/x86/guest/
A Dtrusty.c134 save_segment(ext_ctx->ss, VMX_GUEST_SS); in save_world_ctx()
187 load_segment(ext_ctx->ss, VMX_GUEST_SS); in load_world_ctx()
A Dvmcs.c47 load_segment(ectx->ss, VMX_GUEST_SS); in init_guest_vmx()
112 CPU_SEG_READ(ss, &value16); in init_host_state()
A Dinstr_emul.c2019 vie->ss = (x >> 6U) & 0x3U; in decode_sib()
2076 vie->scale = 1U << vie->ss; in decode_sib()

Completed in 28 milliseconds