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:ldttss_desc
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
hv_vtl.c
51
static inline u64 hv_vtl_system_desc_base(struct
ldttss_desc
*desc)
in hv_vtl_system_desc_base()
57
static inline u32 hv_vtl_system_desc_limit(struct
ldttss_desc
*desc)
in hv_vtl_system_desc_limit()
78
struct
ldttss_desc
*tss;
in hv_vtl_bringup_vcpu()
79
struct
ldttss_desc
*ldt;
in hv_vtl_bringup_vcpu()
91
tss = (struct
ldttss_desc
*)(gdt + GDT_ENTRY_TSS);
in hv_vtl_bringup_vcpu()
92
ldt = (struct
ldttss_desc
*)(gdt + GDT_ENTRY_LDT);
in hv_vtl_bringup_vcpu()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
desc_defs.h
54
struct
ldttss_desc
{
struct
66
typedef struct
ldttss_desc
ldt_desc;
67
typedef struct
ldttss_desc
tss_desc;
H
A
D
desc.h
163
struct
ldttss_desc
*desc = d;
in set_tssldt_descriptor()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
desc_defs.h
54
struct
ldttss_desc
{
struct
66
typedef struct
ldttss_desc
ldt_desc;
67
typedef struct
ldttss_desc
tss_desc;
H
A
D
desc.h
164
struct
ldttss_desc
*desc = d;
in set_tssldt_descriptor()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
fault.c
486
struct
ldttss_desc
desc;
in show_ldttss()
493
if (offset + sizeof(struct
ldttss_desc
) >= gdt->size) {
in show_ldttss()
499
sizeof(struct
ldttss_desc
))) {
in show_ldttss()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
fault.c
480
struct
ldttss_desc
desc;
in show_ldttss()
487
if (offset + sizeof(struct
ldttss_desc
) >= gdt->size) {
in show_ldttss()
493
sizeof(struct
ldttss_desc
))) {
in show_ldttss()
Completed in 7 milliseconds