Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/
A Dtboot.c400 int tboot_in_measured_env(void) in tboot_in_measured_env() function
409 if ( !tboot_in_measured_env() ) in tboot_protect_mem_regions()
449 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 Dsmpboot.c433 else if ( tboot_in_measured_env() ) in wakeup_secondary_cpu()
541 if ( !tboot_in_measured_env() || tboot_wake_ap(apicid, start_eip) ) in do_boot_cpu()
A Dshutdown.c573 if ( tboot_in_measured_env() ) in machine_restart()
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dpower.c150 if ( tboot_in_measured_env() ) in acpi_sleep_prepare()
399 if ( tboot_in_measured_env() ) in acpi_enter_sleep_state()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmcs.c638 if ( !(eax & (tboot_in_measured_env() in _vmx_cpu_up()

Completed in 14 milliseconds