HomeSort by: relevance | last modified time | path
    Searched defs:accessed (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/x86/
pmap.c 3144 * track the accessed/dirty bits.
5089 * our picture of modified/accessed state for either page could get
5410 * our picture of modified/accessed state for either page could get
6095 #define EPT_A __BIT(8) /* accessed */
6296 bool accessed; local in function:pmap_ept_enter
6361 * our picture of modified/accessed state for either page could get
6489 accessed = (~opte & (EPT_R | EPT_A)) == 0;
6491 accessed = (opte & EPT_R) != 0;
6493 if (accessed && ((opte ^ npte) & (PTE_FRAME | EPT_W)) != 0) {
6576 bool accessed; local in function:pmap_ept_remove_pte
    [all...]
pmap.c 3144 * track the accessed/dirty bits.
5089 * our picture of modified/accessed state for either page could get
5410 * our picture of modified/accessed state for either page could get
6095 #define EPT_A __BIT(8) /* accessed */
6296 bool accessed; local in function:pmap_ept_enter
6361 * our picture of modified/accessed state for either page could get
6489 accessed = (~opte & (EPT_R | EPT_A)) == 0;
6491 accessed = (opte & EPT_R) != 0;
6493 if (accessed && ((opte ^ npte) & (PTE_FRAME | EPT_W)) != 0) {
6576 bool accessed; local in function:pmap_ept_remove_pte
    [all...]
pmap.c 3144 * track the accessed/dirty bits.
5089 * our picture of modified/accessed state for either page could get
5410 * our picture of modified/accessed state for either page could get
6095 #define EPT_A __BIT(8) /* accessed */
6296 bool accessed; local in function:pmap_ept_enter
6361 * our picture of modified/accessed state for either page could get
6489 accessed = (~opte & (EPT_R | EPT_A)) == 0;
6491 accessed = (opte & EPT_R) != 0;
6493 if (accessed && ((opte ^ npte) & (PTE_FRAME | EPT_W)) != 0) {
6576 bool accessed; local in function:pmap_ept_remove_pte
    [all...]

Completed in 44 milliseconds