HomeSort by relevance Sort by last modified time
    Searched refs:iret (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libc/kernel/arch-x86/asm/
irqflags_32.h 31 #define INTERRUPT_RETURN iret
  /development/ndk/platforms/android-9/arch-x86/include/asm/
irqflags_32.h 31 #define INTERRUPT_RETURN iret
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 23 #define INTERRUPT_RETURN iret
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
irqflags_32.h 31 #define INTERRUPT_RETURN iret
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
irqflags_32.h 31 #define INTERRUPT_RETURN iret
  /external/oprofile/module/x86/
oprofile_nmi.S 36 3: iret; \
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 620 struct eap_method_ret iret; local
635 os_memset(&iret, 0, sizeof(iret));
636 if (eap_tlv_process(sm, data, &iret, req, resp,
643 if (iret.methodState == METHOD_DONE ||
644 iret.methodState == METHOD_MAY_CONT) {
645 ret->methodState = iret.methodState;
646 ret->decision = iret.decision;
732 os_memset(&iret, 0, sizeof(iret));
    [all...]
eap_ttls.c 483 struct eap_method_ret iret; local
485 os_memset(&iret, 0, sizeof(iret));
487 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
489 if ((iret.methodState == METHOD_DONE ||
490 iret.methodState == METHOD_MAY_CONT) &&
491 (iret.decision == DECISION_UNCOND_SUCC ||
492 iret.decision == DECISION_COND_SUCC ||
493 iret.decision == DECISION_FAIL)) {
494 ret->methodState = iret.methodState
    [all...]
eap_fast.c 410 struct eap_method_ret iret; local
456 os_memset(&iret, 0, sizeof(iret));
458 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
461 (iret.methodState == METHOD_DONE &&
462 iret.decision == DECISION_FAIL)) {
465 } else if ((iret.methodState == METHOD_DONE ||
466 iret.methodState == METHOD_MAY_CONT) &&
467 (iret.decision == DECISION_UNCOND_SUCC ||
468 iret.decision == DECISION_COND_SUCC))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 616 struct eap_method_ret iret; local
631 os_memset(&iret, 0, sizeof(iret));
632 if (eap_tlv_process(sm, data, &iret, req, resp,
639 if (iret.methodState == METHOD_DONE ||
640 iret.methodState == METHOD_MAY_CONT) {
641 ret->methodState = iret.methodState;
642 ret->decision = iret.decision;
728 os_memset(&iret, 0, sizeof(iret));
    [all...]
eap_ttls.c 265 struct eap_method_ret iret; local
267 os_memset(&iret, 0, sizeof(iret));
269 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
271 if ((iret.methodState == METHOD_DONE ||
272 iret.methodState == METHOD_MAY_CONT) &&
273 (iret.decision == DECISION_UNCOND_SUCC ||
274 iret.decision == DECISION_COND_SUCC ||
275 iret.decision == DECISION_FAIL)) {
276 ret->methodState = iret.methodState
    [all...]
eap_fast.c 404 struct eap_method_ret iret; local
451 os_memset(&iret, 0, sizeof(iret));
453 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
456 (iret.methodState == METHOD_DONE &&
457 iret.decision == DECISION_FAIL)) {
460 } else if ((iret.methodState == METHOD_DONE ||
461 iret.methodState == METHOD_MAY_CONT) &&
462 (iret.decision == DECISION_UNCOND_SUCC ||
463 iret.decision == DECISION_COND_SUCC))
    [all...]
  /external/kernel-headers/original/asm-x86/
irqflags_32.h 109 #define INTERRUPT_RETURN iret
paravirt.h 125 void (*iret)(void); member in struct:pv_cpu_ops
  /external/llvm/test/MC/X86/
x86-32.s 481 iret label
x86-64.s 821 iret label
  /external/qemu-pc-bios/bochs/bios/
rombios.c 56 // $ff53 ; IRET Instruction for Dummy Interrupt Handler
8445 iret local
8462 iret local
8617 iret local
8680 iret local
    [all...]
  /external/grub/stage2/
asm.S 463 iret
589 iret
730 iret
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 565 * @param iret iret[0] will be set to the integral portion of the number.
568 extern float __attribute__((overloadable)) modf(float x, float *iret);
  /frameworks/support/renderscript/v8/rs_support/scriptc/
rs_cl.rsh 565 * @param iret iret[0] will be set to the integral portion of the number.
568 extern float __attribute__((overloadable)) modf(float x, float *iret);
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 498 * @param iret iret[0] will be set to the integral portion of the number.
501 extern float __attribute__((overloadable)) modf(float x, float *iret);

Completed in 2187 milliseconds

1 2