Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c199 extract_user_id_field(ID_AA64DFR0_EL1, ID_AA64DFR0_DebugVer_SHIFT, in fill_dbregs()
201 extract_user_id_field(ID_AA64DFR0_EL1, ID_AA64DFR0_BRPs_SHIFT, in fill_dbregs()
203 extract_user_id_field(ID_AA64DFR0_EL1, ID_AA64DFR0_WRPs_SHIFT, in fill_dbregs()
H A Didentcpu.c2194 extract_user_id_field(u_int reg, u_int field_shift, uint8_t *val) in extract_user_id_field() function
/freebsd/sys/arm64/include/
H A Dcpu.h235 bool extract_user_id_field(u_int, u_int, uint8_t *);