Lines Matching refs:get_gcspr
114 gcs = get_gcspr(); in TEST()
520 pivot_gcspr_el0, get_gcspr(), in TEST_F()
525 get_gcspr(), orig_gcspr_el0, in TEST_F()
528 ksft_print_msg("Pivoted, GCSPR_EL0 now %p\n", get_gcspr()); in TEST_F()
531 ASSERT_TRUE((unsigned long)get_gcspr() > (unsigned long)self->stack); in TEST_F()
532 ASSERT_TRUE((unsigned long)get_gcspr() <= in TEST_F()
544 ksft_print_msg("Pivoted back to GCSPR_EL0 0x%p\n", get_gcspr()); in TEST_F()
565 orig_gcspr_el0 = get_gcspr(); in TEST_F_SIGNAL()
573 pivot_gcspr_el0, get_gcspr(), in TEST_F_SIGNAL()
581 ksft_print_msg("Pivoted, GCSPR_EL0 now %p\n", get_gcspr()); in TEST_F_SIGNAL()
584 ASSERT_TRUE((unsigned long)get_gcspr() > (unsigned long)self->stack); in TEST_F_SIGNAL()
585 ASSERT_TRUE((unsigned long)get_gcspr() <= in TEST_F_SIGNAL()
596 ksft_print_msg("Pivoted back to GCSPR_EL0 0x%p\n", get_gcspr()); in TEST_F_SIGNAL()