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_FEATURE_IBT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
cet.c
108
setup_clear_cpu_cap(
X86_FEATURE_IBT
);
in ibt_setup()
126
if (cpu_feature_enabled(
X86_FEATURE_IBT
))
in DEFINE_IDTENTRY_ERRORCODE()
H
A
D
alternative.c
1148
if (HAS_KERNEL_IBT && cpu_feature_enabled(
X86_FEATURE_IBT
))
in __apply_fineibt()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
disabled-features.h
117
#define DISABLE_IBT (1 << (
X86_FEATURE_IBT
& 31))
H
A
D
cpufeatures.h
423
#define
X86_FEATURE_IBT
(18*32+20) /* Indirect Branch Tracking */
macro
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
hv_init.c
587
if (cpu_feature_enabled(
X86_FEATURE_IBT
) &&
in hyperv_init()
589
setup_clear_cpu_cap(
X86_FEATURE_IBT
);
in hyperv_init()
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
418
#define
X86_FEATURE_IBT
(18*32+20) /* Indirect Branch Tracking */
macro
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
common.c
565
if (cpu_feature_enabled(
X86_FEATURE_IBT
)) {
in ibt_save()
578
if (cpu_feature_enabled(
X86_FEATURE_IBT
)) {
in ibt_restore()
595
kernel_ibt = HAS_KERNEL_IBT && cpu_feature_enabled(
X86_FEATURE_IBT
);
in setup_cet()
615
setup_clear_cpu_cap(
X86_FEATURE_IBT
);
in setup_cet()
621
if (!(cpu_feature_enabled(
X86_FEATURE_IBT
) ||
in cet_disable()
2022
if (HAS_KERNEL_IBT && cpu_feature_enabled(
X86_FEATURE_IBT
))
in identify_boot_cpu()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
161
#define
X86_FEATURE_IBT
KVM_X86_CPU_FEATURE(0x7, 0, EDX, 20)
macro
Completed in 14 milliseconds