Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dbugs.h10 int ppro_with_ram_bug(void);
12 static inline int ppro_with_ram_bug(void) { return 0; } in ppro_with_ram_bug() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dintel.c346 int ppro_with_ram_bug(void) in ppro_with_ram_bug() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c1003 if (ppro_with_ram_bug()) { in setup_arch()