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:uv_hub_info
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/uv/
H
A
D
uv_hub.h
205
#define
uv_hub_info
_uv_hub_info()
macro
214
return
uv_hub_info
->hub_type;
in uv_hub_type()
219
uv_hub_info
->hub_type = uvmask;
in uv_hub_type_set()
279
(((n) >>
uv_hub_info
->nasid_shift) &
uv_hub_info
->pnode_mask)
280
#define UV_PNODE_TO_GNODE(p) ((p) |
uv_hub_info
->gnode_extra)
282
(UV_PNODE_TO_GNODE(p) <<
uv_hub_info
->nasid_shift)
332
#define UV_GLOBAL_MMR64_BASE (
uv_hub_info
->global_mmr_base)
338
#define UV_GLOBAL_MMR64_PNODE_SHIFT (
uv_hub_info
->global_mmr_shift)
386
return
uv_hub_info
in uv_gpa_shift()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/uv/
H
A
D
uv_hub.h
204
#define
uv_hub_info
_uv_hub_info()
macro
213
return
uv_hub_info
->hub_type;
in uv_hub_type()
218
uv_hub_info
->hub_type = uvmask;
in uv_hub_type_set()
278
(((n) >>
uv_hub_info
->nasid_shift) &
uv_hub_info
->pnode_mask)
279
#define UV_PNODE_TO_GNODE(p) ((p) |
uv_hub_info
->gnode_extra)
281
(UV_PNODE_TO_GNODE(p) <<
uv_hub_info
->nasid_shift)
331
#define UV_GLOBAL_MMR64_BASE (
uv_hub_info
->global_mmr_base)
337
#define UV_GLOBAL_MMR64_PNODE_SHIFT (
uv_hub_info
->global_mmr_shift)
385
return
uv_hub_info
in uv_gpa_shift()
[all...]
/kernel/linux/linux-5.10/arch/ia64/include/asm/uv/
H
A
D
uv_hub.h
111
#define
uv_hub_info
this_cpu_ptr(&__uv_hub_info)
macro
122
#define UV_NASID_TO_PNODE(n) (((n) >> 1) &
uv_hub_info
->pnode_mask)
123
#define UV_PNODE_TO_NASID(p) (((p) << 1) |
uv_hub_info
->gnode_upper)
127
#define UV_GLOBAL_MMR64_BASE (
uv_hub_info
->global_mmr_base)
147
if (paddr <
uv_hub_info
->lowmem_remap_top)
in uv_soc_phys_ram_to_gpa()
148
paddr +=
uv_hub_info
->lowmem_remap_base;
in uv_soc_phys_ram_to_gpa()
149
return paddr |
uv_hub_info
->gnode_upper;
in uv_soc_phys_ram_to_gpa()
156
return __pa(v) |
uv_hub_info
->gnode_upper;
in uv_gpa()
168
return __va(gpa &
uv_hub_info
->gpa_mask);
in uv_va()
174
return __va(((unsigned long)pnode <<
uv_hub_info
in uv_pnode_offset_to_vaddr()
[all...]
/kernel/linux/linux-6.6/arch/ia64/include/asm/uv/
H
A
D
uv_hub.h
111
#define
uv_hub_info
this_cpu_ptr(&__uv_hub_info)
macro
122
#define UV_NASID_TO_PNODE(n) (((n) >> 1) &
uv_hub_info
->pnode_mask)
123
#define UV_PNODE_TO_NASID(p) (((p) << 1) |
uv_hub_info
->gnode_upper)
127
#define UV_GLOBAL_MMR64_BASE (
uv_hub_info
->global_mmr_base)
147
if (paddr <
uv_hub_info
->lowmem_remap_top)
in uv_soc_phys_ram_to_gpa()
148
paddr +=
uv_hub_info
->lowmem_remap_base;
in uv_soc_phys_ram_to_gpa()
149
return paddr |
uv_hub_info
->gnode_upper;
in uv_soc_phys_ram_to_gpa()
156
return __pa(v) |
uv_hub_info
->gnode_upper;
in uv_gpa()
168
return __va(gpa &
uv_hub_info
->gpa_mask);
in uv_va()
174
return __va(((unsigned long)pnode <<
uv_hub_info
in uv_pnode_offset_to_vaddr()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H
A
D
x2apic_uv_x.c
427
uv_hub_info
->hub_revision =
in uv_set_system_type()
433
switch (
uv_hub_info
->hub_revision) {
in uv_set_system_type()
1239
uv_hub_info
->nr_online_cpus++;
in uv_cpu_init()
1283
hi->hub_revision =
uv_hub_info
->hub_revision;
in uv_init_hub_info()
1284
hi->hub_type =
uv_hub_info
->hub_type;
in uv_init_hub_info()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H
A
D
x2apic_uv_x.c
438
uv_hub_info
->hub_revision =
in uv_set_system_type()
444
switch (
uv_hub_info
->hub_revision) {
in uv_set_system_type()
1209
uv_hub_info
->nr_online_cpus++;
in uv_cpu_init()
1253
hi->hub_revision =
uv_hub_info
->hub_revision;
in uv_init_hub_info()
1254
hi->hub_type =
uv_hub_info
->hub_type;
in uv_init_hub_info()
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
H
A
D
grufile.c
52
(
uv_hub_info
->hub_revision < UV3_HUB_REVISION_BASE);
in gru_supported()
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/
H
A
D
grufile.c
52
(
uv_hub_info
->hub_revision < UV3_HUB_REVISION_BASE);
in gru_supported()
Completed in 10 milliseconds