OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pte_file
(Results
1 - 3
of
3
) sorted by null
/external/kernel-headers/original/asm-mips/
pgtable.h
196
static inline int
pte_file
(pte_t pte) { return pte.pte_low & _PAGE_FILE; }
function
252
static inline int
pte_file
(pte_t pte) { return pte_val(pte) & _PAGE_FILE; }
function
/external/kernel-headers/original/asm-arm/
pgtable.h
250
#define
pte_file
(pte) (pte_val(pte) & L_PTE_FILE)
macro
/external/kernel-headers/original/asm-x86/
pgtable_32.h
226
static inline int
pte_file
(pte_t pte) { return (pte).pte_low & _PAGE_FILE; }
function
Completed in 321 milliseconds