Searched refs:user_l3pt (Results 1 - 1 of 1) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dvm.c68 # define user_l3pt pt[3] macro
71 # define user_l3pt user_l2pt macro
103 assert(user_l3pt[addr/PGSIZE] & PTE_A);
106 assert(user_l3pt[addr/PGSIZE] & PTE_D);
128 if (user_l3pt[addr/PGSIZE]) {
129 if (!(user_l3pt[addr/PGSIZE] & PTE_A)) {
130 user_l3pt[addr/PGSIZE] |= PTE_A;
132 assert(!(user_l3pt[addr/PGSIZE] & PTE_D) && cause == CAUSE_STORE_PAGE_FAULT);
133 user_l3pt[addr/PGSIZE] |= PTE_D;
146 user_l3pt[add
[all...]

Completed in 4 milliseconds