Searched refs:bank_fieldoffsets (Results 1 – 2 of 2) sorted by relevance
876 .bank_fieldoffsets = { offsetof(CPUARMState, cp15.ifar_s),2318 .bank_fieldoffsets = { offsetof(CPUARMState, cp15.mair0_s),4431 .bank_fieldoffsets = { offsetof(CPUARMState, cp15.dfar_s),4490 .bank_fieldoffsets = {4717 .bank_fieldoffsets = { offsetof(CPUARMState, cp15.par_s),10115 r2->bank_fieldoffsets[0] = 0; in add_cpreg_to_hashtable()10116 r2->bank_fieldoffsets[1] = 0; in add_cpreg_to_hashtable()10118 bool isbanked = r->bank_fieldoffsets[0] && r->bank_fieldoffsets[1]; in add_cpreg_to_hashtable()10126 r2->fieldoffset = r->bank_fieldoffsets[ns]; in add_cpreg_to_hashtable()10310 (r->bank_fieldoffsets[0] && r->bank_fieldoffsets[1])) || in define_one_arm_cp_reg_with_opaque()[all …]
916 ptrdiff_t bank_fieldoffsets[2]; member