Home
last modified time | relevance | path

Searched refs:pmap_emulate_modified (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dpmap.h182 int pmap_emulate_modified(pmap_t pmap, vm_offset_t va);
/f-stack/freebsd/mips/mips/
H A Dtrap.c644 if (pmap_emulate_modified(kernel_pmap, in trap()
655 if (pmap_emulate_modified(pmap, trapframe->badvaddr) != 0) { in trap()
H A Dpmap.c3499 pmap_emulate_modified(pmap_t pmap, vm_offset_t va) function