OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pte_young
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/arch-sh/asm/
pgtable_32.h
119
#define
pte_young
(pte) ((pte).pte_low & _PAGE_ACCESSED)
macro
/external/kernel-headers/original/asm-arm/
pgtable.h
245
#define
pte_young
(pte) (pte_val(pte) & L_PTE_YOUNG)
macro
/external/kernel-headers/original/asm-x86/
pgtable_32.h
219
static inline int
pte_young
(pte_t pte) { return (pte).pte_low & _PAGE_ACCESSED; }
function
292
if (
pte_young
(*(ptep))) \
Completed in 127 milliseconds