Home
last modified time | relevance | path

Searched refs:has_error_code (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-asm.r/label-capturing.d/
H A Dinput.S28 UNWIND_HINT_IRET_REGS offset=\has_error_code*8
41 .if \has_error_code == 0
73 idtentry_part \do_sym, \has_error_code, \read_cr2, paranoid=0
80 idtentry divide_error do_divide_error has_error_code=0
81 idtentry overflow do_overflow has_error_code=0
82 idtentry bounds do_bounds has_error_code=0
83 idtentry invalid_op do_invalid_op has_error_code=0
87 idtentry invalid_TSS do_invalid_TSS has_error_code=1
88 idtentry segment_not_present do_segment_not_present has_error_code=1
90 idtentry coprocessor_error do_coprocessor_error has_error_code=0
[all …]
H A Dexpected.tags1 idtentry input.S /^.macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1 ist_offset…
/dports/security/suricata/suricata-6.0.4/rust/src/http2/
H A Dlogger.rs125 let mut has_error_code = false; in log_http2_frames() localVariable
131 if !has_error_code { in log_http2_frames()
143 has_error_code = true; in log_http2_frames()
150 if !has_error_code { in log_http2_frames()
162 has_error_code = true; in log_http2_frames()
191 return Ok(has_settings || has_error_code || has_priority); in log_http2_frames()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/entry/
H A Dentry_64.S322 .macro idtentry_body cfunc has_error_code:req
329 .if \has_error_code == 1
349 .macro idtentry vector asmsym cfunc has_error_code:req
351 UNWIND_HINT_IRET_REGS offset=\has_error_code*8
354 .if \has_error_code == 0
372 idtentry_body \cfunc \has_error_code
389 idtentry \vector asm_\cfunc \cfunc has_error_code=1
397 idtentry \vector asm_\cfunc \cfunc has_error_code=0
443 idtentry_body noist_\cfunc, has_error_code=0
520 idtentry_body safe_stack_\cfunc, has_error_code=1
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/entry/
H A Dentry_64.S322 .macro idtentry_body cfunc has_error_code:req
329 .if \has_error_code == 1
349 .macro idtentry vector asmsym cfunc has_error_code:req
351 UNWIND_HINT_IRET_REGS offset=\has_error_code*8
354 .if \has_error_code == 0
372 idtentry_body \cfunc \has_error_code
389 idtentry \vector asm_\cfunc \cfunc has_error_code=1
397 idtentry \vector asm_\cfunc \cfunc has_error_code=0
443 idtentry_body noist_\cfunc, has_error_code=0
520 idtentry_body safe_stack_\cfunc, has_error_code=1
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/entry/
H A Dentry_64.S322 .macro idtentry_body cfunc has_error_code:req
329 .if \has_error_code == 1
349 .macro idtentry vector asmsym cfunc has_error_code:req
351 UNWIND_HINT_IRET_REGS offset=\has_error_code*8
354 .if \has_error_code == 0
372 idtentry_body \cfunc \has_error_code
389 idtentry \vector asm_\cfunc \cfunc has_error_code=1
397 idtentry \vector asm_\cfunc \cfunc has_error_code=0
443 idtentry_body noist_\cfunc, has_error_code=0
520 idtentry_body safe_stack_\cfunc, has_error_code=1
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dz3_exception.h28 bool has_error_code() const;
H A Dz3_exception.cpp30 bool z3_exception::has_error_code() const { in has_error_code() function in z3_exception
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dz3_exception.h28 bool has_error_code() const;
H A Dz3_exception.cpp30 bool z3_exception::has_error_code() const { in has_error_code() function in z3_exception
/dports/devel/p5-JSON-RPC-Dispatcher/JSON-RPC-Dispatcher-0.0508/lib/JSON/RPC/
H A DDispatcher.pm328 unless ($proc->has_error_code) {
407 if ($self->has_error_code) {
/dports/devel/p5-JSON-RPC-Dispatcher/JSON-RPC-Dispatcher-0.0508/lib/JSON/RPC/Dispatcher/
H A DProcedure.pm254 if ($self->has_error_code) {
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/hvf/
H A Dhvf.c317 env->has_error_code = false; in hvf_store_events()
341 env->has_error_code = true; in hvf_store_events()
664 env->has_error_code = true; in hvf_vcpu_exec()
/dports/emulators/qemu/qemu-6.2.0/target/i386/hvf/
H A Dhvf.c317 env->has_error_code = false; in hvf_store_events()
341 env->has_error_code = true; in hvf_store_events()
664 env->has_error_code = true; in hvf_vcpu_exec()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dseg_helper.c566 int has_error_code, new_stack, shift; in do_interrupt_protected() local
571 has_error_code = 0; in do_interrupt_protected()
573 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
615 if (has_error_code) { in do_interrupt_protected()
708 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
728 if (has_error_code) { in do_interrupt_protected()
745 if (has_error_code) { in do_interrupt_protected()
821 int has_error_code, new_stack; in do_interrupt64() local
825 has_error_code = 0; in do_interrupt64()
827 has_error_code = exception_has_error_code(intno); in do_interrupt64()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dseg_helper.c566 int has_error_code, new_stack, shift; in do_interrupt_protected() local
571 has_error_code = 0; in do_interrupt_protected()
573 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
615 if (has_error_code) { in do_interrupt_protected()
708 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
728 if (has_error_code) { in do_interrupt_protected()
745 if (has_error_code) { in do_interrupt_protected()
821 int has_error_code, new_stack; in do_interrupt64() local
825 has_error_code = 0; in do_interrupt64()
827 has_error_code = exception_has_error_code(intno); in do_interrupt64()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/include/asm/
H A Didtentry.h437 idtentry vector asm_##func func has_error_code=0
440 idtentry vector asm_##func func has_error_code=1
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/include/asm/
H A Didtentry.h437 idtentry vector asm_##func func has_error_code=0
440 idtentry vector asm_##func func has_error_code=1
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/include/asm/
H A Didtentry.h437 idtentry vector asm_##func func has_error_code=0
440 idtentry vector asm_##func func has_error_code=1
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c571 int has_error_code, new_stack, shift; in do_interrupt_protected() local
576 has_error_code = 0; in do_interrupt_protected()
578 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
602 if (has_error_code) { in do_interrupt_protected()
710 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
730 if (has_error_code) { in do_interrupt_protected()
747 if (has_error_code) { in do_interrupt_protected()
820 int has_error_code, new_stack; in do_interrupt64() local
824 has_error_code = 0; in do_interrupt64()
826 has_error_code = exception_has_error_code(intno); in do_interrupt64()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dseg_helper.c610 int has_error_code, new_stack, shift; in do_interrupt_protected() local
615 has_error_code = 0; in do_interrupt_protected()
617 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
641 if (has_error_code) { in do_interrupt_protected()
745 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
765 if (has_error_code) { in do_interrupt_protected()
782 if (has_error_code) { in do_interrupt_protected()
858 int has_error_code, new_stack; in do_interrupt64() local
862 has_error_code = 0; in do_interrupt64()
864 has_error_code = exception_has_error_code(intno); in do_interrupt64()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c571 int has_error_code, new_stack, shift; in do_interrupt_protected() local
576 has_error_code = 0; in do_interrupt_protected()
578 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
602 if (has_error_code) { in do_interrupt_protected()
710 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
730 if (has_error_code) { in do_interrupt_protected()
747 if (has_error_code) { in do_interrupt_protected()
820 int has_error_code, new_stack; in do_interrupt64() local
824 has_error_code = 0; in do_interrupt64()
826 has_error_code = exception_has_error_code(intno); in do_interrupt64()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dseg_helper.c610 int has_error_code, new_stack, shift; in do_interrupt_protected() local
615 has_error_code = 0; in do_interrupt_protected()
617 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
641 if (has_error_code) { in do_interrupt_protected()
745 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
765 if (has_error_code) { in do_interrupt_protected()
782 if (has_error_code) { in do_interrupt_protected()
858 int has_error_code, new_stack; in do_interrupt64() local
862 has_error_code = 0; in do_interrupt64()
864 has_error_code = exception_has_error_code(intno); in do_interrupt64()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dseg_helper.c610 int has_error_code, new_stack, shift; in do_interrupt_protected() local
615 has_error_code = 0; in do_interrupt_protected()
617 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
641 if (has_error_code) { in do_interrupt_protected()
745 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
765 if (has_error_code) { in do_interrupt_protected()
782 if (has_error_code) { in do_interrupt_protected()
858 int has_error_code, new_stack; in do_interrupt64() local
862 has_error_code = 0; in do_interrupt64()
864 has_error_code = exception_has_error_code(intno); in do_interrupt64()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/i386/hvf/
H A Dhvf.c557 env->has_error_code = false; in hvf_store_events()
581 env->has_error_code = true; in hvf_store_events()
858 env->has_error_code = true; in hvf_vcpu_exec()

1234567