Home
last modified time | relevance | path

Searched refs:old_exception (Results 1 – 25 of 82) sorted by relevance

1234

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dexcp_helper.c52 int first_contributory = env->old_exception == 0 || in check_exception()
53 (env->old_exception >= 10 && in check_exception()
54 env->old_exception <= 13); in check_exception()
59 env->old_exception, intno); in check_exception()
62 if (env->old_exception == EXCP08_DBLE) { in check_exception()
75 || (env->old_exception == EXCP0E_PAGE && in check_exception()
83 env->old_exception = intno; in check_exception()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dexcp_helper.c52 int first_contributory = env->old_exception == 0 || in check_exception()
53 (env->old_exception >= 10 && in check_exception()
54 env->old_exception <= 13); in check_exception()
59 env->old_exception, intno); in check_exception()
62 if (env->old_exception == EXCP08_DBLE) { in check_exception()
75 || (env->old_exception == EXCP0E_PAGE && in check_exception()
83 env->old_exception = intno; in check_exception()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dexcp_helper.c47 int first_contributory = env->old_exception == 0 ||
48 (env->old_exception >= 10 &&
49 env->old_exception <= 13);
54 env->old_exception, intno);
57 if (env->old_exception == EXCP08_DBLE) {
70 || (env->old_exception == EXCP0E_PAGE &&
78 env->old_exception = intno;
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dexcp_helper.c47 int first_contributory = env->old_exception == 0 || in check_exception()
48 (env->old_exception >= 10 && in check_exception()
49 env->old_exception <= 13); in check_exception()
54 env->old_exception, intno); in check_exception()
57 if (env->old_exception == EXCP08_DBLE) { in check_exception()
70 || (env->old_exception == EXCP0E_PAGE && in check_exception()
78 env->old_exception = intno; in check_exception()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_objects.c99 zend_object *old_exception; in zend_objects_destroy_object() local
153 old_exception = NULL; in zend_objects_destroy_object()
158 old_exception = EG(exception); in zend_objects_destroy_object()
165 if (old_exception) { in zend_objects_destroy_object()
167 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
169 EG(exception) = old_exception; in zend_objects_destroy_object()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_objects.c99 zend_object *old_exception; in zend_objects_destroy_object() local
153 old_exception = NULL; in zend_objects_destroy_object()
158 old_exception = EG(exception); in zend_objects_destroy_object()
165 if (old_exception) { in zend_objects_destroy_object()
167 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
169 EG(exception) = old_exception; in zend_objects_destroy_object()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_objects.c79 zend_object *old_exception; in zend_objects_destroy_object() local
133 old_exception = NULL; in zend_objects_destroy_object()
138 old_exception = EG(exception); in zend_objects_destroy_object()
162 if (old_exception) { in zend_objects_destroy_object()
164 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
166 EG(exception) = old_exception; in zend_objects_destroy_object()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_objects.c99 zend_object *old_exception; in zend_objects_destroy_object() local
154 old_exception = NULL; in zend_objects_destroy_object()
164 old_exception = EG(exception); in zend_objects_destroy_object()
172 if (old_exception) { in zend_objects_destroy_object()
175 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
177 EG(exception) = old_exception; in zend_objects_destroy_object()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_objects.c99 zend_object *old_exception; in zend_objects_destroy_object() local
154 old_exception = NULL; in zend_objects_destroy_object()
164 old_exception = EG(exception); in zend_objects_destroy_object()
172 if (old_exception) { in zend_objects_destroy_object()
175 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
177 EG(exception) = old_exception; in zend_objects_destroy_object()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_objects.c79 zend_object *old_exception; in zend_objects_destroy_object() local
133 old_exception = NULL; in zend_objects_destroy_object()
138 old_exception = EG(exception); in zend_objects_destroy_object()
162 if (old_exception) { in zend_objects_destroy_object()
164 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
166 EG(exception) = old_exception; in zend_objects_destroy_object()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_objects.c99 zend_object *old_exception; in zend_objects_destroy_object() local
153 old_exception = NULL; in zend_objects_destroy_object()
158 old_exception = EG(exception); in zend_objects_destroy_object()
182 if (old_exception) { in zend_objects_destroy_object()
184 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
186 EG(exception) = old_exception; in zend_objects_destroy_object()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_objects.c99 zend_object *old_exception; in zend_objects_destroy_object() local
153 old_exception = NULL; in zend_objects_destroy_object()
158 old_exception = EG(exception); in zend_objects_destroy_object()
182 if (old_exception) { in zend_objects_destroy_object()
184 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
186 EG(exception) = old_exception; in zend_objects_destroy_object()
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/
H A Dtest_http_client_exception_mapping.py18 def test_http_client_exception_mapping(new_exception, old_exception): argument
20 with pytest.raises(old_exception):
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dexcp_helper.c45 int first_contributory = env->old_exception == 0 || in check_exception()
46 (env->old_exception >= 10 && in check_exception()
47 env->old_exception <= 13); in check_exception()
52 env->old_exception, intno); in check_exception()
55 if (env->old_exception == EXCP08_DBLE) { in check_exception()
68 || (env->old_exception == EXCP0E_PAGE && in check_exception()
76 env->old_exception = intno; in check_exception()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dexcp_helper.c45 int first_contributory = env->old_exception == 0 || in check_exception()
46 (env->old_exception >= 10 && in check_exception()
47 env->old_exception <= 13); in check_exception()
52 env->old_exception, intno); in check_exception()
55 if (env->old_exception == EXCP08_DBLE) { in check_exception()
68 || (env->old_exception == EXCP0E_PAGE && in check_exception()
76 env->old_exception = intno; in check_exception()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dexcp_helper.c45 int first_contributory = env->old_exception == 0 || in check_exception()
46 (env->old_exception >= 10 && in check_exception()
47 env->old_exception <= 13); in check_exception()
52 env->old_exception, intno); in check_exception()
55 if (env->old_exception == EXCP08_DBLE) { in check_exception()
68 || (env->old_exception == EXCP0E_PAGE && in check_exception()
76 env->old_exception = intno; in check_exception()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dexcp_helper.c45 int first_contributory = env->old_exception == 0 || in check_exception()
46 (env->old_exception >= 10 && in check_exception()
47 env->old_exception <= 13); in check_exception()
52 env->old_exception, intno); in check_exception()
55 if (env->old_exception == EXCP08_DBLE) { in check_exception()
68 || (env->old_exception == EXCP0E_PAGE && in check_exception()
76 env->old_exception = intno; in check_exception()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dexcp_helper.c45 int first_contributory = env->old_exception == 0 || in check_exception()
46 (env->old_exception >= 10 && in check_exception()
47 env->old_exception <= 13); in check_exception()
52 env->old_exception, intno); in check_exception()
55 if (env->old_exception == EXCP08_DBLE) { in check_exception()
68 || (env->old_exception == EXCP0E_PAGE && in check_exception()
76 env->old_exception = intno; in check_exception()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dexcp_helper.c46 int first_contributory = env->old_exception == 0 || in check_exception()
47 (env->old_exception >= 10 && in check_exception()
48 env->old_exception <= 13); in check_exception()
53 env->old_exception, intno); in check_exception()
56 if (env->old_exception == EXCP08_DBLE) { in check_exception()
69 || (env->old_exception == EXCP0E_PAGE && in check_exception()
77 env->old_exception = intno; in check_exception()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dexcp_helper.c45 int first_contributory = env->old_exception == 0 || in check_exception()
46 (env->old_exception >= 10 && in check_exception()
47 env->old_exception <= 13); in check_exception()
52 env->old_exception, intno); in check_exception()
55 if (env->old_exception == EXCP08_DBLE) { in check_exception()
68 || (env->old_exception == EXCP0E_PAGE && in check_exception()
76 env->old_exception = intno; in check_exception()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/sysemu/
H A Dseg_helper.c116 assert(env->old_exception == -1); in x86_cpu_do_interrupt()
124 env->old_exception = -1; in x86_cpu_do_interrupt()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/sysemu/
H A Dseg_helper.c116 assert(env->old_exception == -1); in x86_cpu_do_interrupt()
124 env->old_exception = -1; in x86_cpu_do_interrupt()
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/xmlstream/
H A Dxmlstream.py879 old_exception = getattr(data, 'exception', None)
888 if old_exception:
889 old_exception(e)
900 if old_exception:
901 old_exception(e)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/user/
H A Dseg_helper.c94 env->old_exception = -1; in x86_cpu_do_interrupt()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/user/
H A Dseg_helper.c94 env->old_exception = -1; in x86_cpu_do_interrupt()

1234