Home
last modified time | relevance | path

Searched refs:check_only (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2068 uint64_t gla, int prot, uint64_t *gpa, int *guest_fault, bool check_only) in _vm_gla2gpa() argument
2094 if (!check_only) in _vm_gla2gpa()
2125 if (!check_only) { in _vm_gla2gpa()
2140 if (!check_only && (pte32 & PG_A) == 0) { in _vm_gla2gpa()
2155 if (!check_only && writable && (pte32 & PG_M) == 0) { in _vm_gla2gpa()
2182 if (!check_only) { in _vm_gla2gpa()
2215 if (!check_only) { in _vm_gla2gpa()
2223 if (!check_only && (pte & PG_A) == 0) { in _vm_gla2gpa()
2232 if (!check_only) { in _vm_gla2gpa()
2246 if (!check_only && writable && (pte & PG_M) == 0) { in _vm_gla2gpa()
/f-stack/freebsd/kern/
H A Dkern_exit.c986 int check_only) in proc_to_reap() argument
1129 if (p->p_state == PRS_ZOMBIE && !check_only) { in proc_to_reap()