OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pte_mkdirty
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/asm-mips/
pgtable.h
229
static inline pte_t
pte_mkdirty
(pte_t pte)
function
280
static inline pte_t
pte_mkdirty
(pte_t pte)
function
/external/kernel-headers/original/asm-x86/
pgtable_32.h
231
static inline pte_t
pte_mkdirty
(pte_t pte) { (pte).pte_low |= _PAGE_DIRTY; return pte; }
function
Completed in 23 milliseconds