Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c40 static uint64_t get_tpidr2(void) in get_tpidr2() function
70 return get_tpidr2() == 0; in default_value()
78 return getpid() == get_tpidr2(); in write_read()
88 return getpid() == get_tpidr2(); in write_sleep_read()
107 if (get_tpidr2() != oldpid) { in write_fork_read()
109 putnum(get_tpidr2()); in write_fork_read()
115 if (get_tpidr2() == getpid()) { in write_fork_read()
150 if (getpid() != get_tpidr2()) { in write_fork_read()
196 if (get_tpidr2() != 0) { in write_clone_read()
198 putnum(get_tpidr2()); in write_clone_read()
[all …]
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H 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()
H A Dtpidr2_siginfo.c26 static uint64_t get_tpidr2(void) in get_tpidr2() function
50 orig_tpidr2 = get_tpidr2(); in tpidr2_present()