Lines Matching refs:bad
658 goto bad; in __linearize()
662 goto bad; in __linearize()
669 goto bad; in __linearize()
673 goto bad; in __linearize()
676 goto bad; in __linearize()
681 goto bad; in __linearize()
685 goto bad; in __linearize()
691 goto bad; in __linearize()
698 bad: in __linearize()
2336 int bad; in rsm_enter_protected_mode() local
2343 bad = ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE); in rsm_enter_protected_mode()
2344 if (bad) in rsm_enter_protected_mode()
2347 bad = ctxt->ops->set_cr(ctxt, 0, cr0); in rsm_enter_protected_mode()
2348 if (bad) in rsm_enter_protected_mode()
2352 bad = ctxt->ops->set_cr(ctxt, 4, cr4); in rsm_enter_protected_mode()
2353 if (bad) in rsm_enter_protected_mode()