Home
last modified time | relevance | path

Searched refs:olpc_ofw_detect (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dolpc_ofw.h22 extern void olpc_ofw_detect(void);
33 static inline void olpc_ofw_detect(void) { } in olpc_ofw_detect() function
/linux-6.12.1/arch/x86/platform/olpc/
Dolpc_ofw.c93 void __init olpc_ofw_detect(void) in olpc_ofw_detect() function
/linux-6.12.1/arch/x86/kernel/
Dsetup.c779 olpc_ofw_detect(); in setup_arch()