Searched refs:DS (Results 1 - 9 of 9) sorted by relevance

/gem5/src/dev/arm/
H A Dgic_v3_redistributor.cc99 if (!distributor->DS && !is_secure_access) {
170 if (!distributor->DS && !is_secure_access) {
215 if (!distributor->DS && !is_secure_access) {
232 if (!distributor->DS && !is_secure_access) {
252 if (!distributor->DS && !is_secure_access) {
270 if (!distributor->DS && !is_secure_access) {
290 if (!distributor->DS && !is_secure_access) {
308 if (distributor->DS) {
327 if (distributor->DS) {
394 if (!distributor->DS
[all...]
H A Dgic_v3_distributor.cc126 DS = false;
128 DS = true;
143 if (!DS && !is_secure_access) {
313 if (!DS && !is_secure_access) {
359 if (DS) {
392 if (DS || (!DS && !is_secure_access)) {
442 if (!DS) {
445 // DS [6] - Disable Security
456 (DS <<
[all...]
H A Dgic_v3_distributor.hh149 bool DS; member in class:Gicv3Distributor
185 if (DS == 0) {
229 return !DS && !is_secure_access && getIntGroup(int_id) != Gicv3::G1NS;
H A Dgic_v3_cpu_interface.cc879 if (distributor->DS == 0) {
963 bool single_sec_state = distributor->DS;
1156 if (distributor->DS == 0) {
1158 } else if (distributor->DS == 1) {
1183 if (distributor->DS == 0) {
1654 bool irq_is_secure = !distributor->DS && hppi.group != Gicv3::G1NS;
1693 bool irq_is_secure = (distributor->DS == 0) && (hppi.group != Gicv3::G1NS);
2230 is_fiq = (distributor->DS == 0) &&
2235 is_fiq = (distributor->DS == 0) && inSecureState();
/gem5/util/statetrace/arch/i686/
H A Dtracechild.hh55 CS, DS, ES, FS, GS, SS, enumerator in enum:I686TraceChild::RegNum
H A Dtracechild.cc59 case DS: return myregs.xds;
/gem5/src/arch/x86/
H A Ddecoder_tables.cc46 const uint8_t DS = DSOverride; member in namespace:X86ISA
69 /* 3*/ 0 , 0 , 0 , 0 , 0 , 0 , SS, 0 , 0 , 0 , 0 , 0 , 0 , 0 , DS, 0,
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.hh57 CS, DS, ES, FS, GS, SS, FS_BASE, GS_BASE, enumerator in enum:AMD64TraceChild::RegNum
H A Dtracechild.cc109 case DS: return myregs.ds;

Completed in 22 milliseconds