Home
last modified time | relevance | path

Searched refs:WANT_PAGE_VIRTUAL (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dprefetch.h63 #if defined(WANT_PAGE_VIRTUAL) || defined(HASHED_PAGE_VIRTUAL) in prefetch_page_address()
H A Dmm_types.h197 #if defined(WANT_PAGE_VIRTUAL)
H A Dmm.h2181 #if defined(CONFIG_HIGHMEM) && !defined(WANT_PAGE_VIRTUAL)
2185 #if defined(WANT_PAGE_VIRTUAL)
2203 #if !defined(HASHED_PAGE_VIRTUAL) && !defined(WANT_PAGE_VIRTUAL)
/openbmc/linux/arch/arc/include/asm/
H A Dpage.h131 #define WANT_PAGE_VIRTUAL 1 macro
/openbmc/linux/arch/m68k/include/asm/
H A Dpage_mm.h69 #define WANT_PAGE_VIRTUAL macro
/openbmc/linux/arch/sparc/include/asm/
H A Dpage_64.h43 #define WANT_PAGE_VIRTUAL macro
/openbmc/linux/mm/
H A Dmm_init.c575 #ifdef WANT_PAGE_VIRTUAL in __init_single_page()