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:gnode_extra
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/uv/
H
A
D
uv_hub.h
167
unsigned int
gnode_extra
;
member
279
#define UV_PNODE_TO_GNODE(p) ((p) |uv_hub_info->
gnode_extra
)
/kernel/linux/linux-6.6/arch/x86/include/asm/uv/
H
A
D
uv_hub.h
167
unsigned int
gnode_extra
;
member
280
#define UV_PNODE_TO_GNODE(p) ((p) |uv_hub_info->
gnode_extra
)
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H
A
D
x2apic_uv_x.c
1296
hi->
gnode_extra
= (uv_node_id & ~((1 << uv_cpuid.gnode_shift) - 1)) >> 1;
in uv_init_hub_info()
1298
hi->gnode_upper = (u64)hi->
gnode_extra
<< mn.m_val;
in uv_init_hub_info()
1326
pr_info("UV: gnode_upper:0x%lx
gnode_extra
:0x%x\n", hi->gnode_upper, hi->
gnode_extra
);
in uv_init_hub_info()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H
A
D
x2apic_uv_x.c
1267
hi->
gnode_extra
= (uv_node_id & ~((1 << uv_cpuid.gnode_shift) - 1)) >> 1;
in uv_init_hub_info()
1269
hi->gnode_upper = (u64)hi->
gnode_extra
<< mn.m_val;
in uv_init_hub_info()
1297
pr_info("UV: gnode_upper:0x%lx
gnode_extra
:0x%x\n", hi->gnode_upper, hi->
gnode_extra
);
in uv_init_hub_info()
Completed in 9 milliseconds