Searched refs:ss (Results 1 – 9 of 9) sorted by relevance
64 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 …]
235 ctx->error_code, ctx->cs, ctx->ss); in dump_intr_excp_frame()
68 uint8_t ss:2, /* SIB byte */ member
144 mov %eax, %ss
255 mov %eax,%ss // Was 32bit POC Stack
395 struct segment_sel ss; member437 uint64_t ss; member
134 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()
47 load_segment(ectx->ss, VMX_GUEST_SS); in init_guest_vmx()112 CPU_SEG_READ(ss, &value16); in init_host_state()
2019 vie->ss = (x >> 6U) & 0x3U; in decode_sib()2076 vie->scale = 1U << vie->ss; in decode_sib()
Completed in 28 milliseconds