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:ppin
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/
H
A
D
intel_sdsi.c
99
uint64_t
ppin
;
member
145
uint64_t
ppin
;
member
159
uint64_t
ppin
;
member
262
printf("PPIN: 0x%lx\n", s->regs.
ppin
);
in sdsi_read_reg()
380
printf("PPIN: 0x%lx\n", mc->
ppin
);
in sdsi_meter_cert_show()
491
printf(" PPIN: 0x%lx\n", lbc->
ppin
);
in sdsi_state_cert_show()
/kernel/linux/linux-6.6/drivers/base/
H
A
D
topology.c
61
define_id_show_func(
ppin
, "0x%llx");
62
static DEVICE_ATTR_ADMIN_RO(
ppin
);
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
mce.h
36
__u64
ppin
; /* Protected Processor Inventory Number */
member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
mce.h
36
__u64
ppin
; /* Protected Processor Inventory Number */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
mce.h
46
__u64
ppin
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
mce.h
46
__u64
ppin
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
topology.h
113
#define topology_ppin(cpu) (cpu_data(cpu).
ppin
)
H
A
D
processor.h
125
u64
ppin
;
member
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
xen-mca.h
361
__u64
ppin
; /* Protected Processor Inventory Number */
member
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
xen-mca.h
362
__u64
ppin
; /* Protected Processor Inventory Number */
member
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
mce_amd.c
1104
if (m->
ppin
)
in amd_decode_mce()
1105
pr_emerg(HW_ERR "PPIN: 0x%016llx\n", m->
ppin
);
in amd_decode_mce()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
mce_amd.c
1289
if (m->
ppin
)
in amd_decode_mce()
1290
pr_emerg(HW_ERR "PPIN: 0x%016llx\n", m->
ppin
);
in amd_decode_mce()
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
mcelog.c
259
m.
ppin
= g_physinfo[i].mc_msrvalues[j].value;
in convert_log()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
mcelog.c
259
m.
ppin
= g_physinfo[i].mc_msrvalues[j].value;
in convert_log()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H
A
D
core.c
147
m->
ppin
= __rdmsr(MSR_PPIN);
in mce_setup()
149
m->
ppin
= __rdmsr(MSR_AMD_PPIN);
in mce_setup()
223
if (m->
ppin
)
in __print_mce()
224
pr_cont("PPIN %llx ", m->
ppin
);
in __print_mce()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H
A
D
core.c
130
m->
ppin
= cpu_data(m->extcpu).
ppin
;
in mce_setup()
182
if (m->
ppin
)
in __print_mce()
183
pr_cont("PPIN %llx ", m->
ppin
);
in __print_mce()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
common.c
158
c->
ppin
= __rdmsr(info->msr_ppin);
in ppin_init()
Completed in 19 milliseconds