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:X86_BUG_L1TF
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
mmap.c
240
if (!boot_cpu_has_bug(
X86_BUG_L1TF
))
in pfn_modify_allowed()
H
A
D
init.c
1071
if (boot_cpu_has_bug(
X86_BUG_L1TF
) && l1tf_mitigation != L1TF_MITIGATION_OFF) {
in max_swapfile_size()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
mmap.c
240
if (!boot_cpu_has_bug(
X86_BUG_L1TF
))
in pfn_modify_allowed()
H
A
D
init.c
1087
if (boot_cpu_has_bug(
X86_BUG_L1TF
) && l1tf_mitigation != L1TF_MITIGATION_OFF) {
in arch_max_swapfile_size()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
spte.c
307
if (boot_cpu_has_bug(
X86_BUG_L1TF
) &&
in kvm_mmu_reset_all_pte_masks()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
cpufeatures.h
441
#define
X86_BUG_L1TF
X86_BUG(18) /* CPU is affected by L1 Terminal Fault */
macro
H
A
D
pgtable.h
1452
return boot_cpu_has_bug(
X86_BUG_L1TF
);
in arch_has_pfn_modify_check()
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
429
#define
X86_BUG_L1TF
X86_BUG(18) /* CPU is affected by L1 Terminal Fault */
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
cpufeatures.h
484
#define
X86_BUG_L1TF
X86_BUG(18) /* CPU is affected by L1 Terminal Fault */
macro
H
A
D
pgtable.h
1679
return boot_cpu_has_bug(
X86_BUG_L1TF
);
in arch_has_pfn_modify_check()
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
475
#define
X86_BUG_L1TF
X86_BUG(18) /* CPU is affected by L1 Terminal Fault */
macro
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
spte.c
472
if (boot_cpu_has_bug(
X86_BUG_L1TF
) &&
in kvm_mmu_reset_all_pte_masks()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
bugs.c
2253
if (!boot_cpu_has_bug(
X86_BUG_L1TF
))
in l1tf_select_mitigation()
2298
if (!boot_cpu_has_bug(
X86_BUG_L1TF
))
in l1tf_cmdline()
2728
case
X86_BUG_L1TF
:
in cpu_show_common()
2790
return cpu_show_common(dev, attr, buf,
X86_BUG_L1TF
);
in cpu_show_l1tf()
H
A
D
common.c
1352
setup_force_cpu_bug(
X86_BUG_L1TF
);
in cpu_set_bug_bits()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
bugs.c
2349
if (!boot_cpu_has_bug(
X86_BUG_L1TF
))
in l1tf_select_mitigation()
2394
if (!boot_cpu_has_bug(
X86_BUG_L1TF
))
in l1tf_cmdline()
2819
case
X86_BUG_L1TF
:
in cpu_show_common()
2881
return cpu_show_common(dev, attr, buf,
X86_BUG_L1TF
);
in cpu_show_l1tf()
H
A
D
common.c
1490
setup_force_cpu_bug(
X86_BUG_L1TF
);
in cpu_set_bug_bits()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
236
if (!boot_cpu_has_bug(
X86_BUG_L1TF
)) {
in vmx_setup_l1d_flush()
334
if (!boot_cpu_has(
X86_BUG_L1TF
))
in vmentry_l1d_flush_set()
7155
if (boot_cpu_has(
X86_BUG_L1TF
) && enable_ept) {
in vmx_vm_init()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
244
if (!boot_cpu_has_bug(
X86_BUG_L1TF
)) {
in vmx_setup_l1d_flush()
337
if (!boot_cpu_has(
X86_BUG_L1TF
))
in vmentry_l1d_flush_set()
7566
if (boot_cpu_has(
X86_BUG_L1TF
) && enable_ept) {
in vmx_vm_init()
Completed in 46 milliseconds