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:tss_desc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
desc.h
152
case DESC_TSS: size = sizeof(
tss_desc
); break;
in native_write_gdt_entry()
182
tss_desc
tss;
in __set_tss_desc()
285
tss_desc
tss;
in force_reload_TR()
287
memcpy(&tss, &d[GDT_ENTRY_TSS], sizeof(
tss_desc
));
in force_reload_TR()
H
A
D
desc_defs.h
67
typedef struct ldttss_desc
tss_desc
;
typedef
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
desc.h
153
case DESC_TSS: size = sizeof(
tss_desc
); break;
in native_write_gdt_entry()
183
tss_desc
tss;
in __set_tss_desc()
306
tss_desc
tss;
in force_reload_TR()
308
memcpy(&tss, &d[GDT_ENTRY_TSS], sizeof(
tss_desc
));
in force_reload_TR()
H
A
D
desc_defs.h
67
typedef struct ldttss_desc
tss_desc
;
typedef
/kernel/linux/linux-5.10/arch/x86/power/
H
A
D
cpu.c
156
tss_desc
tss;
in fix_processor_context()
169
memcpy(&tss, &desc[GDT_ENTRY_TSS], sizeof(
tss_desc
));
in fix_processor_context()
/kernel/linux/linux-6.6/arch/x86/power/
H
A
D
cpu.c
155
tss_desc
tss;
in fix_processor_context()
168
memcpy(&tss, &desc[GDT_ENTRY_TSS], sizeof(
tss_desc
));
in fix_processor_context()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.h
178
struct kvm_ldttss_desc *
tss_desc
;
member
H
A
D
svm.c
482
sd->
tss_desc
= (struct kvm_ldttss_desc *)(gdt + GDT_ENTRY_TSS);
in svm_hardware_enable()
3150
sd->
tss_desc
->type = 9; /* available 32/64-bit TSS */
in reload_tss()
Completed in 10 milliseconds