| /kernel/linux/linux-5.10/arch/mips/mti-malta/ |
| D | malta-amon.c | 16 #include <asm/mips-boards/launch.h> 21 struct cpulaunch *launch = (struct cpulaunch *)CKSEG0ADDR(CPULAUNCH); in amon_cpu_avail() local 28 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() local 51 pr_debug("launch: I am cpu%d!\n", cpu); in amon_cpu_start() 54 launch += cpu; in amon_cpu_start() 56 pr_debug("launch: starting cpu%d\n", cpu); in amon_cpu_start() 58 launch->pc = pc; in amon_cpu_start() [all …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | isl68137.rst | 25 Publicly available (after August 2020 launch) at the Renesas website 35 Publicly available (after August 2020 launch) at the Renesas website 45 Publicly available (after August 2020 launch) at the Renesas website 55 Publicly available (after August 2020 launch) at the Renesas website 65 Publicly available (after August 2020 launch) at the Renesas website 75 Publicly available (after August 2020 launch) at the Renesas website 85 Publicly available (after August 2020 launch) at the Renesas website 95 Publicly available (after August 2020 launch) at the Renesas website 105 Publicly available (after August 2020 launch) at the Renesas website 115 Publicly available (after August 2020 launch) at the Renesas website [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | isl68137.rst | 25 Publicly available (after August 2020 launch) at the Renesas website 35 Publicly available (after August 2020 launch) at the Renesas website 45 Publicly available (after August 2020 launch) at the Renesas website 55 Publicly available (after August 2020 launch) at the Renesas website 65 Publicly available (after August 2020 launch) at the Renesas website 75 Publicly available (after August 2020 launch) at the Renesas website 85 Publicly available (after August 2020 launch) at the Renesas website 95 Publicly available (after August 2020 launch) at the Renesas website 105 Publicly available (after August 2020 launch) at the Renesas website 115 Publicly available (after August 2020 launch) at the Renesas website [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/sn/ |
| D | launch.h | 16 * The launch data structure resides at a fixed place in each node's memory 20 * The master stores launch parameters in the launch structure 26 * There is an array of launch structures, one per CPU on the node. One 52 * The launch routine is called only if the complement address is correct. 82 * PROM entry points for launch routines are determined by IPxxprom/start.s
|
| D | nmi.h | 16 * The launch data structure resides at a fixed place in each node's memory 20 * The master stores launch parameters in the launch structure 27 * There is an array of launch structures, one per CPU on the node. One
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/sn/ |
| D | launch.h | 16 * The launch data structure resides at a fixed place in each node's memory 20 * The master stores launch parameters in the launch structure 26 * There is an array of launch structures, one per CPU on the node. One 52 * The launch routine is called only if the complement address is correct. 82 * PROM entry points for launch routines are determined by IPxxprom/start.s
|
| D | nmi.h | 16 * The launch data structure resides at a fixed place in each node's memory 20 * The master stores launch parameters in the launch structure 27 * There is an array of launch structures, one per CPU on the node. One
|
| /kernel/linux/linux-5.10/Documentation/x86/ |
| D | intel_txt.rst | 47 uses Intel TXT to perform a measured and verified launch of an OS 83 pre-launch components can be removed from the trust chain, DMA 105 incorrect), it will directly launch the kernel with no changes 126 - Tboot then applies an (optional) user-defined launch policy to 140 - As part of its launch, tboot DMA protects all of RAM (using the 160 launch, TXT must first be exited. This is to prevent attacks that
|
| /kernel/linux/linux-6.6/Documentation/arch/x86/ |
| D | intel_txt.rst | 47 uses Intel TXT to perform a measured and verified launch of an OS 83 pre-launch components can be removed from the trust chain, DMA 105 incorrect), it will directly launch the kernel with no changes 126 - Tboot then applies an (optional) user-defined launch policy to 140 - As part of its launch, tboot DMA protects all of RAM (using the 160 launch, TXT must first be exited. This is to prevent attacks that
|
| D | sgx.rst | 167 Launch Control 170 SGX provides a launch control mechanism. After all enclave pages have been 181 kernel on launch control policy. Before calling EINIT function, the driver sets
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/ |
| D | TODO | 98 gst-launch-1.0 v4l2src ! videoconvert ! xvimagesink sync=false 102 gst-launch-1.0 v4l2src ! video/x-raw,format=YV12,width=640,height=480 ! \ 107 gst-launch-1.0 v4l2src ! video/x-raw,format=YV12,width=640,height=480 ! \
|
| /kernel/linux/linux-6.6/Documentation/security/secrets/ |
| D | coco.rst | 18 secret injection is performed early in the VM launch process, before the 35 During the VM's launch, the virtual machine manager may inject a secret to that 68 to which an EFI secret area with 4 secrets was injected during launch::
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
| D | feat_ctl.c | 132 * use it. This happens if flexible Launch Control is not in init_ia32_feat_ctl() 205 pr_err_once("SGX Launch Control is locked. Disable SGX.\n"); in init_ia32_feat_ctl() 208 pr_err_once("SGX Launch Control is locked. Support SGX virtualization only.\n"); in init_ia32_feat_ctl()
|
| /kernel/linux/linux-6.6/arch/mips/sgi-ip30/ |
| D | ip30-smp.c | 37 void *launch; member 123 mpc->launch = smp_bootstrap; in ip30_smp_boot_secondary()
|
| /kernel/linux/linux-5.10/arch/mips/sgi-ip30/ |
| D | ip30-smp.c | 37 void *launch; member 123 mpc->launch = smp_bootstrap; in ip30_smp_boot_secondary()
|
| /kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
| D | sgx.c | 406 * Use Intel's default value for Skylake hardware if Launch Control is in setup_default_sgx_lepubkeyhash() 408 * Launch Control is supported and enabled, i.e. mimic the reset value in setup_default_sgx_lepubkeyhash() 409 * and let the guest write the MSRs at will. If Launch Control is in setup_default_sgx_lepubkeyhash() 494 * Trap and execute EINIT if launch control is enabled in the in vmx_write_encls_bitmap() 495 * host using the guest's values for launch control MSRs, even in vmx_write_encls_bitmap()
|
| /kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
| D | ip27-smp.c | 23 #include <asm/sn/launch.h> 141 * Launch a slave into smp_bootstrap(). It doesn't take an argument, and we
|
| /kernel/linux/linux-6.6/arch/mips/sgi-ip27/ |
| D | ip27-smp.c | 23 #include <asm/sn/launch.h> 141 * Launch a slave into smp_bootstrap(). It doesn't take an argument, and we
|
| /kernel/linux/linux-6.6/arch/hexagon/kernel/ |
| D | process.c | 20 * Program thread launch. Often defined as a macro in processor.h, 24 * The Hexagon ABI specifies that R28 is zero'ed before program launch,
|
| /kernel/linux/linux-6.6/include/xen/interface/ |
| D | elfnote.h | 181 * 32bit entry point into the kernel. When requested to launch the 183 * launch the guest in 32bit protected mode with paging disabled.
|
| /kernel/linux/linux-5.10/arch/hexagon/kernel/ |
| D | process.c | 20 * Program thread launch. Often defined as a macro in processor.h, 24 * The Hexagon ABI specifies that R28 is zero'ed before program launch,
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/ |
| D | stat_metrics_values.sh | 23 echo "Launch python validation script $pythonvalidator"
|
| /kernel/linux/linux-6.6/drivers/media/tuners/ |
| D | tda18271-common.c | 430 /* launch detector */ in tda18271_init_regs() 442 /* launch optimization algorithm */ in tda18271_init_regs() 457 /* launch detector */ in tda18271_init_regs() 469 /* launch optimization algorithm */ in tda18271_init_regs() 485 /* launch detector */ in tda18271_init_regs() 496 /* launch optimization algorithm */ in tda18271_init_regs()
|
| /kernel/linux/linux-5.10/drivers/media/tuners/ |
| D | tda18271-common.c | 430 /* launch detector */ in tda18271_init_regs() 442 /* launch optimization algorithm */ in tda18271_init_regs() 457 /* launch detector */ in tda18271_init_regs() 469 /* launch optimization algorithm */ in tda18271_init_regs() 485 /* launch detector */ in tda18271_init_regs() 496 /* launch optimization algorithm */ in tda18271_init_regs()
|
| /kernel/linux/linux-5.10/include/xen/interface/ |
| D | elfnote.h | 198 * 32bit entry point into the kernel. When requested to launch the 200 * launch the guest in 32bit protected mode with paging disabled.
|