Searched refs:get_tpidr2 (Results 1 – 3 of 3) sorted by relevance
21 static uint64_t get_tpidr2(void) in get_tpidr2() function37 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 …]
20 static uint64_t get_tpidr2(void) in get_tpidr2() function47 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()
26 static uint64_t get_tpidr2(void) in get_tpidr2() function50 orig_tpidr2 = get_tpidr2(); in tpidr2_present()
Completed in 6 milliseconds