arch/powerpc/perf/hv-24x7-domains.h

Source file repositories/reference/linux-study-clean/arch/powerpc/perf/hv-24x7-domains.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/perf/hv-24x7-domains.h
Extension
.h
Size
1081 bytes
Lines
30
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

DOMAIN(PHYS_CHIP, 0x01, chip, true)
DOMAIN(PHYS_CORE, 0x02, core, true)
DOMAIN(VCPU_HOME_CORE, 0x03, vcpu, false)
DOMAIN(VCPU_HOME_CHIP, 0x04, vcpu, false)
DOMAIN(VCPU_HOME_NODE, 0x05, vcpu, false)
DOMAIN(VCPU_REMOTE_NODE, 0x06, vcpu, false)

Annotation

Implementation Notes