1 2 3 4 5 6
.global __set_thread_area .type __set_thread_area,@function __set_thread_area: msr tpidr_el0,x0 mov w0,#0 ret