Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dat.c752 bool perm_fail, ur, uw, ux, pr, pw, px; in handle_at_slow() local
837 perm_fail = false; in handle_at_slow()
843 perm_fail = !pr; in handle_at_slow()
848 perm_fail = !pw; in handle_at_slow()
851 perm_fail = !ur; in handle_at_slow()
854 perm_fail = !uw; in handle_at_slow()
863 if (perm_fail) in handle_at_slow()