Home
last modified time | relevance | path

Searched refs:get_tpidr2 (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/arm64/abi/
A Dtpidr2.c21 static uint64_t get_tpidr2(void) in get_tpidr2() function
37 return get_tpidr2() == 0; in default_value()
45 return getpid() == get_tpidr2(); in write_read()
55 return getpid() == get_tpidr2(); in write_sleep_read()
74 if (get_tpidr2() != oldpid) { in write_fork_read()
76 get_tpidr2()); in write_fork_read()
81 if (get_tpidr2() == getpid()) { in write_fork_read()
113 if (getpid() != get_tpidr2()) { in write_fork_read()
167 if (get_tpidr2() != 0) { in write_clone_read()
169 get_tpidr2()); in write_clone_read()
[all …]
/tools/testing/selftests/arm64/signal/testcases/
A Dtpidr2_restore.c20 static uint64_t get_tpidr2(void) in get_tpidr2() function
47 initial_tpidr2 = get_tpidr2(); in save_tpidr2()
55 uint64_t my_tpidr2 = get_tpidr2(); in modify_tpidr2()
66 uint64_t tpidr2 = get_tpidr2(); in check_tpidr2()
A Dtpidr2_siginfo.c26 static uint64_t get_tpidr2(void) in get_tpidr2() function
50 orig_tpidr2 = get_tpidr2(); in tpidr2_present()

Completed in 6 milliseconds