Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A 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/arch/powerpc/kernel/
H A Dproc_powerpc.c54 struct systemcfg *systemcfg = &systemcfg_data_store.data; variable