Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:l1tf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/
H
A
D
cpu.c
597
CPU_SHOW_VULN_FALLBACK(
l1tf
);
variable
612
static DEVICE_ATTR(
l1tf
, 0444, cpu_show_l1tf, NULL);
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
231
static int vmx_setup_l1d_flush(enum vmx_l1d_flush_state
l1tf
)
in vmx_setup_l1d_flush()
argument
256
/* If set to auto use the default
l1tf
mitigation method */
in vmx_setup_l1d_flush()
257
if (
l1tf
== VMENTER_L1D_FLUSH_AUTO) {
in vmx_setup_l1d_flush()
260
l1tf
= VMENTER_L1D_FLUSH_NEVER;
in vmx_setup_l1d_flush()
265
l1tf
= VMENTER_L1D_FLUSH_COND;
in vmx_setup_l1d_flush()
269
l1tf
= VMENTER_L1D_FLUSH_ALWAYS;
in vmx_setup_l1d_flush()
273
l1tf
= VMENTER_L1D_FLUSH_ALWAYS;
in vmx_setup_l1d_flush()
276
if (
l1tf
!= VMENTER_L1D_FLUSH_NEVER && !vmx_l1d_flush_pages &&
in vmx_setup_l1d_flush()
298
l1tf_vmx_mitigation =
l1tf
;
in vmx_setup_l1d_flush()
300
if (
l1tf
!
in vmx_setup_l1d_flush()
328
int
l1tf
, ret;
vmentry_l1d_flush_set()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
239
static int vmx_setup_l1d_flush(enum vmx_l1d_flush_state
l1tf
)
in vmx_setup_l1d_flush()
argument
259
/* If set to auto use the default
l1tf
mitigation method */
in vmx_setup_l1d_flush()
260
if (
l1tf
== VMENTER_L1D_FLUSH_AUTO) {
in vmx_setup_l1d_flush()
263
l1tf
= VMENTER_L1D_FLUSH_NEVER;
in vmx_setup_l1d_flush()
268
l1tf
= VMENTER_L1D_FLUSH_COND;
in vmx_setup_l1d_flush()
272
l1tf
= VMENTER_L1D_FLUSH_ALWAYS;
in vmx_setup_l1d_flush()
276
l1tf
= VMENTER_L1D_FLUSH_ALWAYS;
in vmx_setup_l1d_flush()
279
if (
l1tf
!= VMENTER_L1D_FLUSH_NEVER && !vmx_l1d_flush_pages &&
in vmx_setup_l1d_flush()
301
l1tf_vmx_mitigation =
l1tf
;
in vmx_setup_l1d_flush()
303
if (
l1tf
!
in vmx_setup_l1d_flush()
331
int
l1tf
, ret;
vmentry_l1d_flush_set()
local
[all...]
/kernel/linux/linux-5.10/drivers/base/
H
A
D
cpu.c
642
static DEVICE_ATTR(
l1tf
, 0444, cpu_show_l1tf, NULL);
Completed in 11 milliseconds