| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | kvm-nested.rst | 12 hypervisor has implemented them. The terms L0, L1, and L2 are used to 15 guest virtual machine that is directly run under L0 and is initiated 22 Linux/KVM has had support for Nesting as an L0 or L1 since 2018 24 The L0 code was added:: 52 The L1 may run any L2 or vCPU without first informing the L0. It 96 All these HCALLs are made by the L1 to the L0. 101 This is called to get the capabilities of the L0 nested 117 This is called to inform the L0 of the capabilities of the L1 308 the L1 may set a flag (as a hcall parameter) and the L0 will 350 L0 in the case of kdump/kexec:: [all …]
|
| /linux-6.15/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-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-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 | ev67-strlen.S | 48 ret $31, ($26) # L0 :
|
| H A D | ev67-strcat.S | 53 br __stxcpy # 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 | ev6-stxcpy.S | 109 ret (t9) # L0 : Latency=3 135 br stxcpy_aligned # L0 : Latency=3 259 ret (t9) # L0 : Latency=3
|
| /linux-6.15/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 128 metal host (L0). Parameters for Intel hosts:: 165 1. On the host hypervisor (L0), enable the ``nested`` parameter on 236 - Kernel, libvirt, and QEMU version from L0 246 - ``cat /sys/cpuinfo`` from L0 250 - ``lscpu`` from L0 254 - Full ``dmesg`` output from L0 264 - Output of: ``x86info -a`` from L0 [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-6.15/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-6.15/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-6.15/arch/sh/lib/ |
| H A D | __clear_user.S | 36 .L0: dt r3 define 38 bf/s .L0
|
| /linux-6.15/arch/sparc/net/ |
| H A D | bpf_jit_64.h | 20 #define L0 0x10 macro
|
| /linux-6.15/scripts/ |
| H A D | mksysmap | 76 / L0$/d
|
| /linux-6.15/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-6.15/arch/arm64/lib/ |
| H A D | crc32.S | 219 crc4way crc32cx, .L0 234 .L0: .long 0xddc0152b, 0xba4fc28e, 0x493c7d27 label
|
| /linux-6.15/Documentation/translations/zh_CN/arch/arm64/ |
| H A D | memory.txt | 91 | +-------------------------------> [47:39] L0 索引
|
| /linux-6.15/arch/powerpc/kvm/ |
| H A D | Kconfig | 160 bool "Nested L0 host workaround for L1 KVM host PMU handling bug" if EXPERT 165 reflect the PMU in-use status of their L2 guest to the L0 host 170 Selecting this option for the L0 host implements a workaround for
|
| /linux-6.15/lib/ |
| H A D | test_dynamic_debug.c | 92 enum cat_level_names { L0 = 22, L1, L2, L3, L4, L5, L6, L7 }; enumerator
|
| /linux-6.15/Documentation/translations/zh_TW/arch/arm64/ |
| H A D | memory.txt | 95 | +-------------------------------> [47:39] L0 索引
|