Home
last modified time | relevance | path

Searched defs:systemcfg (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/arch/powerpc/include/asm/
Dsystemcfg.h22 struct systemcfg { struct
23 __u8 eye_catcher[16]; /* Eyecatcher: SYSTEMCFG:PPC64 0x00 */
24 struct { /* Systemcfg version numbers */
49 extern struct systemcfg *systemcfg; argument
/linux-6.14.4/arch/powerpc/kernel/
Dproc_powerpc.c53 struct systemcfg *systemcfg = &systemcfg_data_store.data; variable