Searched refs:iret (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Diret.asm2 iret label
6 iret label
10 iret label
/external/oprofile/module/x86/
H A Doprofile_nmi.S36 3: iret; \
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_peap.c598 struct eap_method_ret iret; local
613 os_memset(&iret, 0, sizeof(iret));
614 if (eap_tlv_process(sm, data, &iret, req, resp,
621 if (iret.methodState == METHOD_DONE ||
622 iret.methodState == METHOD_MAY_CONT) {
623 ret->methodState = iret.methodState;
624 ret->decision = iret.decision;
710 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_ttls.c288 struct eap_method_ret iret; local
290 os_memset(&iret, 0, sizeof(iret));
292 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
294 if ((iret.methodState == METHOD_DONE ||
295 iret.methodState == METHOD_MAY_CONT) &&
296 (iret.decision == DECISION_UNCOND_SUCC ||
297 iret.decision == DECISION_COND_SUCC ||
298 iret.decision == DECISION_FAIL)) {
299 ret->methodState = iret
[all...]
H A Deap_fast.c419 struct eap_method_ret iret; local
466 os_memset(&iret, 0, sizeof(iret));
468 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
471 (iret.methodState == METHOD_DONE &&
472 iret.decision == DECISION_FAIL)) {
475 } else if ((iret.methodState == METHOD_DONE ||
476 iret.methodState == METHOD_MAY_CONT) &&
477 (iret.decision == DECISION_UNCOND_SUCC ||
478 iret
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_peap.c598 struct eap_method_ret iret; local
613 os_memset(&iret, 0, sizeof(iret));
614 if (eap_tlv_process(sm, data, &iret, req, resp,
621 if (iret.methodState == METHOD_DONE ||
622 iret.methodState == METHOD_MAY_CONT) {
623 ret->methodState = iret.methodState;
624 ret->decision = iret.decision;
710 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_ttls.c288 struct eap_method_ret iret; local
290 os_memset(&iret, 0, sizeof(iret));
292 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
294 if ((iret.methodState == METHOD_DONE ||
295 iret.methodState == METHOD_MAY_CONT) &&
296 (iret.decision == DECISION_UNCOND_SUCC ||
297 iret.decision == DECISION_COND_SUCC ||
298 iret.decision == DECISION_FAIL)) {
299 ret->methodState = iret
[all...]
H A Deap_fast.c419 struct eap_method_ret iret; local
466 os_memset(&iret, 0, sizeof(iret));
468 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
471 (iret.methodState == METHOD_DONE &&
472 iret.decision == DECISION_FAIL)) {
475 } else if ((iret.methodState == METHOD_DONE ||
476 iret.methodState == METHOD_MAY_CONT) &&
477 (iret.decision == DECISION_UNCOND_SUCC ||
478 iret
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_peap.c598 struct eap_method_ret iret; local
613 os_memset(&iret, 0, sizeof(iret));
614 if (eap_tlv_process(sm, data, &iret, req, resp,
621 if (iret.methodState == METHOD_DONE ||
622 iret.methodState == METHOD_MAY_CONT) {
623 ret->methodState = iret.methodState;
624 ret->decision = iret.decision;
710 os_memset(&iret, 0, sizeof(iret));
[all...]
H A Deap_ttls.c288 struct eap_method_ret iret; local
290 os_memset(&iret, 0, sizeof(iret));
292 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
294 if ((iret.methodState == METHOD_DONE ||
295 iret.methodState == METHOD_MAY_CONT) &&
296 (iret.decision == DECISION_UNCOND_SUCC ||
297 iret.decision == DECISION_COND_SUCC ||
298 iret.decision == DECISION_FAIL)) {
299 ret->methodState = iret
[all...]
H A Deap_fast.c419 struct eap_method_ret iret; local
466 os_memset(&iret, 0, sizeof(iret));
468 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
471 (iret.methodState == METHOD_DONE &&
472 iret.decision == DECISION_FAIL)) {
475 } else if ((iret.methodState == METHOD_DONE ||
476 iret.methodState == METHOD_MAY_CONT) &&
477 (iret.decision == DECISION_UNCOND_SUCC ||
478 iret
[all...]
/external/llvm/test/MC/X86/
H A Dx86-16.s379 iret label
H A Dx86-32.s491 iret label
H A Dx86-64.s853 iret label
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c8136 ;; Build an iret stack frame that will take us to the boot vector.
8137 ;; iret pops ip, then cs, then flags, so push them in the opposite order.
8152 iret
8445 iret local
8456 iret
8462 iret local
8571 ;; pop ds; pop es; popa; iret
8617 iret local
8680 iret local
9108 iret
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h466 #define IRET CHOICE(iret, iret, iret)
467 #define IRETD CHOICE(iret, iret, iretd)
1193 #define IRET iret
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h466 #define IRET CHOICE(iret, iret, iret)
467 #define IRETD CHOICE(iret, iret, iretd)
1193 #define IRET iret
/external/qemu-pc-bios/vgabios/
H A Dclext.c461 iret
H A Dvgabios.c405 iret
/external/valgrind/main/perf/
H A Dtinycc.c3154 DEF_ASM_OP0(iret, 0xcf)
3611 DEF_ASM_OP0(iret, 0xcf)
4486 DEF_ASM_OP0(iret, 0xcf)
4943 DEF_ASM_OP0(iret, 0xcf)
15193 DEF_ASM_OP0(iret, 0xcf)
15655 DEF_ASM_OP0(iret, 0xcf)
/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile774 modules/arch/x86/tests/iret.asm \
775 modules/arch/x86/tests/iret.hex \
/external/chromium_org/third_party/yasm/source/config/ios/
H A DMakefile774 modules/arch/x86/tests/iret.asm \
775 modules/arch/x86/tests/iret.hex \
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile774 modules/arch/x86/tests/iret.asm \
775 modules/arch/x86/tests/iret.hex \
/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile774 modules/arch/x86/tests/iret.asm \
775 modules/arch/x86/tests/iret.hex \
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile774 modules/arch/x86/tests/iret.asm \
775 modules/arch/x86/tests/iret.hex \

Completed in 387 milliseconds

12