Searched defs:ptep (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/target-i386/
H A Dhelper.c967 uint64_t ptep, pte; local
1021 ptep = pml4e ^ PG_NX_MASK;
1033 ptep &= pdpe ^ PG_NX_MASK;
1049 ptep = PG_NX_MASK | PG_USER_MASK | PG_RW_MASK;
1063 ptep &= pde ^ PG_NX_MASK;
1067 ptep ^= PG_NX_MASK;
1068 if ((ptep & PG_NX_MASK) && is_write1 == 2)
1071 if (!(ptep & PG_USER_MASK))
1073 if (is_write && !(ptep & PG_RW_MASK))
1077 is_write && !(ptep
[all...]
/external/oprofile/module/
H A Dop_util.c27 pte_t * ptep, pte; local
32 ptep = pte_offset(pmd, adr);
33 pte = *ptep;

Completed in 105 milliseconds