HomeSort by: relevance | last modified time | path
    Searched defs:thumbmode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
aarch32_syscall.c 68 bool do_trace, thumbmode; local in function:EMULNAME
72 thumbmode = (tf->tf_spsr & SPSR_A32_T) ? true : false;
94 if (thumbmode) {
205 if (thumbmode)
aarch32_syscall.c 68 bool do_trace, thumbmode; local in function:EMULNAME
72 thumbmode = (tf->tf_spsr & SPSR_A32_T) ? true : false;
94 if (thumbmode) {
205 if (thumbmode)

Completed in 48 milliseconds