Searched refs:get_gcspr (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/arm64/gcs/ |
| A D | libc-gcs.c | 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() 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() 585 ASSERT_TRUE((unsigned long)get_gcspr() <= in TEST_F_SIGNAL() [all …]
|
| A D | basic-gcs.c | 101 gcspr_el0 = get_gcspr(); in read_gcspr_el0() 257 get_gcspr(); in test_fork() 321 get_gcspr(); in test_vfork()
|
| A D | gcs-util.h | 52 static inline unsigned long *get_gcspr(void) in get_gcspr() function
|
Completed in 7 milliseconds