Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dcpu.h175 bool extract_user_id_field(u_int, u_int, uint8_t *);
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c329 extract_user_id_field(ID_AA64DFR0_EL1, ID_AA64DFR0_DebugVer_SHIFT, in fill_dbregs()
331 extract_user_id_field(ID_AA64DFR0_EL1, ID_AA64DFR0_BRPs_SHIFT, in fill_dbregs()
333 extract_user_id_field(ID_AA64DFR0_EL1, ID_AA64DFR0_WRPs_SHIFT, in fill_dbregs()
H A Didentcpu.c1060 extract_user_id_field(u_int reg, u_int field_shift, uint8_t *val) in extract_user_id_field() function