Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Dspec_ctrl.c38 static int8_t __initdata opt_md_clear_pv = -1; variable
109 opt_md_clear_pv = 0; in parse_spec_ctrl()
135 opt_md_clear_pv = val; in parse_spec_ctrl()
155 opt_md_clear_pv = val; in parse_spec_ctrl()
365 opt_md_clear_pv || opt_md_clear_hvm ? " VERW" : "", in print_details()
1087 if ( opt_md_clear_pv == -1 ) in init_speculation_mitigations()
1088 opt_md_clear_pv = ((cpu_has_bug_mds || cpu_has_bug_msbds_only) && in init_speculation_mitigations()
1104 if ( opt_md_clear_pv ) in init_speculation_mitigations()
1106 if ( opt_md_clear_pv || opt_md_clear_hvm ) in init_speculation_mitigations()

Completed in 3 milliseconds