Searched defs:fail (Results 1 - 6 of 6) sorted by relevance

/arch/x86/boot/compressed/
H A Dhead_32.S61 je fail
89 fail: label
92 jmp fail
H A Dhead_64.S262 je fail
284 fail: label
287 jmp fail
/arch/cris/arch-v10/kernel/
H A Ddma.c26 int fail = -EINVAL; local
208 fail = 0;
211 return fail;
/arch/x86/vdso/
H A Dvdso2c.c108 static void fail(const char *format, ...) function
181 fail("unknown ELF class\n");
/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h610 uint64_t fail:1; member in struct:cvmx_sriox_int_enable::cvmx_sriox_int_enable_s
660 uint64_t fail:1;
830 uint64_t fail:1; member in struct:cvmx_sriox_int_reg::cvmx_sriox_int_reg_s
880 uint64_t fail:1;
1034 uint64_t fail:1; member in struct:cvmx_sriox_maint_op::cvmx_sriox_maint_op_s
1042 uint64_t fail:1;
/arch/x86/kvm/
H A Dvmx.c438 u8 fail; member in struct:vcpu_vmx
1169 printk(KERN_ERR "kvm: vmclear fail: %p/%llx\n",
6129 * Otherwise, we should fail with #UD. We test these now:
6994 if (unlikely(vmx->fail)) {
7131 if (unlikely(vmx->fail)) {
7649 "setbe %c[fail](%0) \n\t"
7656 [fail]"i"(offsetof(struct vcpu_vmx, fail)),
8373 * they fail: As the SDM explains, some conditions should cause the
8374 * instruction to fail, whil
[all...]

Completed in 180 milliseconds