| /linux/Documentation/arch/powerpc/ |
| H A D | kvm-nested.rst | 12 hypervisor has implemented them. The terms L0, L1, and L2 are used to 13 refer to different software entities. L0 is the hypervisor mode entity 15 guest virtual machine that is directly run under L0 and is initiated 16 and controlled by L0. L2 is a guest virtual machine that is initiated 22 Linux/KVM has had support for Nesting as an L0 or L1 since 2018 24 The L0 code was added:: 39 call made by the L1 to tell the L0 to start an L2 vCPU with the given 40 state. The L0 then starts this L2 and runs until an L2 exit condition 42 the L1 by the L0. The full L2 vCPU state is always transferred from 43 and to L1 when the L2 is run. The L0 doesn't keep any state on the L2 [all …]
|
| /linux/arch/alpha/lib/ |
| H A D | ev67-strncat.S | 58 bsr $23, __stxncpy # L0 :/* Now do the append. */ 65 ret # L0 : 81 ret # L0 : 87 ret # L0 : 93 ret # L0 :
|
| H A D | ev6-memset.S | 214 ret $31,($26),1 # L0 : 231 ret $31,($26),1 # L0 : 392 ret $31,($26),1 # L0 : 409 ret $31,($26),1 # L0 : 580 ret $31,($26),1 # L0 : 597 ret $31,($26),1 # L0 :
|
| H A D | ev6-divide.S | 208 ret $31,($23),1 # L0 : L U U L 246 bsr $23,ufunction # L0: L U L U 261 ret $31,($23),1 # L0 : L U U L
|
| H A D | ev6-memchr.S | 96 ret # L0 : L U L U 120 ret # L0 : L U L U 190 ret # L0 :
|
| H A D | ev6-stxncpy.S | 133 ret (t9) # L0 : Latency=3 140 br $a_eos # L0 : Latency=3 312 ret (t9) # L0 : Latency=3 333 br $u_final # L0 : Latency=3 393 ret (t9) # L0 : Latency=3
|
| H A D | ev6-memcpy.S | 87 ldq $6, 0($17) # L0 : bytes 0..7 176 ret $31, ($26), 1 # L0 : 240 ret $31, ($26), 1 # L0 :
|
| H A D | ev6-copy_user.S | 119 br $31, $dirtyentry # L0 .. .. .. : L U U L 224 ret $31,($26),1 # L0 .. .. .. : L U L U
|
| H A D | ev67-strlen.S | 48 ret $31, ($26) # L0 :
|
| H A D | ev67-strcat.S | 53 br __stxcpy # L0 :
|
| H A D | ev6-stxcpy.S | 109 ret (t9) # L0 : Latency=3 135 br stxcpy_aligned # L0 : Latency=3 259 ret (t9) # L0 : Latency=3
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | running-nested-guests.rst | 23 | L0 (Host Hypervisor) | 31 - L0 – level-0; the bare metal host, running KVM 33 - L1 – level-1 guest; a VM running on L0; also called the "guest 44 resulting in at least four levels in a nested setup — L0 (bare 48 This document will stick with the three-level terminology (L0, 88 1. On the bare metal host (L0), list the kernel modules and ensure that 128 metal host (L0). Parameters for Intel hosts:: 147 Once your bare metal host (L0) is configured for nesting, you should be 165 1. On the host hypervisor (L0), enable the ``nested`` parameter on 217 L0, L1 and L2; this can result in tedious back-n-forth between the bug [all …]
|
| H A D | nested-vmx.rst | 33 L0, the guest hypervisor, which we call L1, and its nested guest, which we 74 also have "vmcs01", the VMCS that L0 built for L1, and "vmcs02" is the VMCS 75 which L0 builds to actually run L2 - how this is done is explained in the
|
| /linux/drivers/cpufreq/ |
| H A D | s5pv210-cpufreq.c | 110 L0, L1, L2, L3, L4, enumerator 125 {0, L0, 1000*1000}, 145 [L0] = { 264 if ((index == L0) || (priv_index == L0)) in s5pv210_target() 383 if (index == L0) in s5pv210_target()
|
| /linux/arch/xtensa/lib/ |
| H A D | memset.S | 47 .L0: # return here from .Ldstunaligned when dst is aligned label 113 bbci.l a5, 1, .L0 # if now aligned, return to main algorithm 120 j .L0 # dst is now aligned, return to main algorithm
|
| /linux/arch/sh/lib/ |
| H A D | __clear_user.S | 36 .L0: dt r3 define 38 bf/s .L0
|
| /linux/arch/sparc/net/ |
| H A D | bpf_jit_64.h | 20 #define L0 0x10 macro
|
| /linux/arch/arm/mach-omap2/ |
| H A D | sram243x.S | 62 mov r9, #0x0 @ shift back to L0-voltage 67 str r3, [r2] @ go to L0-freq operation 101 orr r5, r5, r9 @ bulld value for L0/L1-volt operation. 196 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
|
| H A D | sram242x.S | 62 mov r9, #0x0 @ shift back to L0-voltage 67 str r3, [r2] @ go to L0-freq operation 101 orr r5, r5, r9 @ bulld value for L0/L1-volt operation. 196 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
|
| /linux/arch/powerpc/kvm/ |
| H A D | Kconfig | 158 bool "Nested L0 host workaround for L1 KVM host PMU handling bug" if EXPERT 163 reflect the PMU in-use status of their L2 guest to the L0 host 168 Selecting this option for the L0 host implements a workaround for 179 L0-Hypervisor stats on a kvm-hv enabled PSeries LPAR like:
|
| /linux/scripts/ |
| H A D | mksysmap | 79 / L0$/d
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt7988a-bananapi-bpi-r4-pro-cn15.dtso | 7 /* This enables key-b slot CN15 on pcie2(11280000 1L0) on BPI-R4-Pro */
|
| /linux/lib/crc/arm64/ |
| H A D | crc32-core.S | 219 crc4way crc32cx, .L0 234 .L0: .long 0xddc0152b, 0xba4fc28e, 0x493c7d27 label
|
| /linux/Documentation/translations/zh_CN/arch/arm64/ |
| H A D | memory.txt | 91 | +-------------------------------> [47:39] L0 索引
|
| /linux/Documentation/translations/zh_TW/arch/arm64/ |
| H A D | memory.txt | 95 | +-------------------------------> [47:39] L0 索引
|