Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dolpc_ofw.h25 extern void setup_olpc_ofw_pgd(void);
34 static inline void setup_olpc_ofw_pgd(void) { } in setup_olpc_ofw_pgd() function
/linux/arch/x86/platform/olpc/
H A Dolpc_ofw.c24 void __init setup_olpc_ofw_pgd(void) in setup_olpc_ofw_pgd() function
/linux/arch/x86/kernel/
H A Dsetup.c938 setup_olpc_ofw_pgd(); in setup_arch()