Searched refs:get_tpidr2 (Results 1 – 1 of 1) sorted by relevance
40 static uint64_t get_tpidr2(void) in get_tpidr2() function70 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 …]