Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dtboot.h125 int tboot_in_measured_env(void);
134 static inline int tboot_in_measured_env(void) { return 0; } in tboot_in_measured_env() function
/xen/xen/arch/x86/
A Dtboot.c404 int tboot_in_measured_env(void) in tboot_in_measured_env() function
413 if ( !tboot_in_measured_env() ) in tboot_protect_mem_regions()
453 if ( !tboot_in_measured_env() ) in tboot_parse_dmar_table()
498 if ( !tboot_in_measured_env() ) in tboot_s3_resume()
524 BUG_ON(!error || !tboot_in_measured_env()); in tboot_s3_error()
A Dshutdown.c592 if ( tboot_in_measured_env() ) in machine_restart()
A Dsmpboot.c466 else if ( tboot_in_measured_env() ) in wakeup_secondary_cpu()
573 if ( !tboot_in_measured_env() || tboot_wake_ap(apicid, start_eip) ) in do_boot_cpu()
/xen/xen/arch/x86/acpi/
A Dpower.c181 if ( tboot_in_measured_env() ) in acpi_sleep_prepare()
452 if ( tboot_in_measured_env() ) in acpi_enter_sleep_state()
/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c701 if ( !(eax & (tboot_in_measured_env() in _vmx_cpu_up()

Completed in 12 milliseconds