Searched refs:launch (Results 1 – 15 of 15) sorted by relevance
21 struct cpulaunch *launch = (struct cpulaunch *)CKSEG0ADDR(CPULAUNCH); in amon_cpu_avail() local28 launch += cpu; in amon_cpu_avail()29 if (!(launch->flags & LAUNCH_FREADY)) { in amon_cpu_avail()33 if (launch->flags & (LAUNCH_FGO|LAUNCH_FGONE)) { in amon_cpu_avail()45 volatile struct cpulaunch *launch = in amon_cpu_start() local54 launch += cpu; in amon_cpu_start()58 launch->pc = pc; in amon_cpu_start()59 launch->gp = gp; in amon_cpu_start()60 launch->sp = sp; in amon_cpu_start()61 launch->a0 = a0; in amon_cpu_start()[all …]
40 uses Intel TXT to perform a measured and verified launch of an OS76 pre-launch components can be removed from the trust chain, DMA97 incorrect), it will directly launch the kernel with no changes115 o Tboot then applies an (optional) user-defined launch policy to127 o As part of its launch, tboot DMA protects all of RAM (using the145 launch, TXT must first be exited. This is to prevent attacks that
80 next reboot will launch the installation and recovery tool. If set to
80 Intel(R) Trusted Execution Technology to perform a measured launch
32 KVM_S390_ENABLE_SIE before. User processes that want to launch multiple threads
1847 to launch gdb (my victim app. ) now be bad & do the following from another
116 - Do a spattach as you would launch kissattach when starting a KISS port.
65 *not* clear the RAM. It will then launch the bootloader, as
234 used to launch the interactive I/O application. If one is using xterm and
560 lauch||launch
46 launch two dd threads in different cgroup to read those files.
212 other node at any time after launch and the resulting node will be
1341 struct launch { struct1528 struct launch start;1536 struct launch restart;
459 Use a simple CALL to a launch script in the CCB.
6804 static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch);9384 static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch) in nested_vmx_run() argument9413 if (vmcs12->launch_state == launch) { in nested_vmx_run()9415 launch ? VMXERR_VMLAUNCH_NONCLEAR_VMCS in nested_vmx_run()