Lines Matching full:irqs
391 /* Confirm IRQs are not locked */ in z_impl_test_arm_user_interrupt_syscall()
402 /* Lock IRQs in supervisor mode */ in z_impl_test_arm_user_interrupt_syscall()
405 /* Verify that IRQs were not already locked */ in z_impl_test_arm_user_interrupt_syscall()
406 zassert_false(key, "IRQs locked in system call\n"); in z_impl_test_arm_user_interrupt_syscall()
409 /* Confirm IRQs are still locked */ in z_impl_test_arm_user_interrupt_syscall()
426 /* Attempt to lock IRQs in user mode */ in ZTEST_USER()
433 zassert_false(lock, "IRQs shown locked in user mode\n"); in ZTEST_USER()
438 /* Attempt to unlock IRQs in user mode */ in ZTEST_USER()
442 /* The first system call has left the IRQs locked. in ZTEST_USER()
451 /* Verify that thread is not able to infer that IRQs are locked. */ in ZTEST_USER()
452 zassert_false(irq_lock(), "IRQs are shown to be locked\n"); in ZTEST_USER()