Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dvm_machdep.c115 td2->td_md.md_saved_daif = td1->td_md.md_saved_daif & ~DAIF_I_MASKED; in cpu_fork()
187 td->td_md.md_saved_daif = td0->td_md.md_saved_daif & ~DAIF_I_MASKED; in cpu_copy_thread()
H A Dmachdep.c752 td->td_md.md_saved_daif = daif; in spinlock_enter()
765 daif = td->td_md.md_saved_daif; in spinlock_exit()
/f-stack/freebsd/arm64/include/
H A Dproc.h39 register_t md_saved_daif; /* (k) */ member