Searched refs:TARGET (Results 1 - 13 of 13) sorted by relevance

/gem5/src/kern/linux/
H A Dflag_tables.hh52 * each target platform. The TARGET macro must be #defined before including
59 SyscallFlagTransTable TARGET::openFlagTable[] = {
61 { TARGET::TGT_O_RDONLY, _O_RDONLY },
62 { TARGET::TGT_O_WRONLY, _O_WRONLY },
63 { TARGET::TGT_O_RDWR, _O_RDWR },
64 { TARGET::TGT_O_CREAT, _O_CREAT },
65 { TARGET::TGT_O_EXCL, _O_EXCL },
66 { TARGET::TGT_O_TRUNC, _O_TRUNC },
67 { TARGET::TGT_O_APPEND, _O_APPEND },
69 { TARGET
[all...]
/gem5/src/arch/arm/linux/
H A Dlinux.cc49 #define TARGET ArmLinux32 macro
52 #undef TARGET macro
53 #define TARGET ArmLinux64 macro
/gem5/src/arch/x86/linux/
H A Dlinux.cc48 #define TARGET X86Linux32 macro
51 #undef TARGET macro
52 #define TARGET X86Linux64 macro
/gem5/src/arch/riscv/linux/
H A Dlinux.cc36 #define TARGET RiscvLinux64 macro
39 #undef TARGET macro
40 #define TARGET RiscvLinux32 macro
/gem5/src/arch/mips/linux/
H A Dlinux.cc36 #define TARGET MipsLinux macro
/gem5/src/arch/alpha/linux/
H A Dlinux.cc36 #define TARGET AlphaLinux macro
/gem5/src/arch/sparc/linux/
H A Dlinux.cc36 #define TARGET SparcLinux macro
/gem5/src/arch/power/linux/
H A Dlinux.cc37 #define TARGET PowerLinux macro
/gem5/ext/mcpat/cacti/
H A Dcacti.mk0 TARGET = cacti
36 all: obj_$(TAG)/$(TARGET)
37 cp -f obj_$(TAG)/$(TARGET) $(TARGET)
39 obj_$(TAG)/$(TARGET) : $(OBJS)
49 -rm -f *.o _cacti.so cacti.py $(TARGET)
1 TARGET = cacti macro
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp92 #define DISABLE(TARGET) \
94 time_stamp(cout) << name << ": disabling target_" << #TARGET << endl; \
95 m_state_##TARGET = ST_DISABLED; \
96 m_target_##TARGET.disable(); \
99 #define ENABLE(TARGET) \
101 time_stamp(cout) << name << ": enabling target_" << #TARGET << endl; \
102 m_state_##TARGET = ST_NORMAL; \
103 m_target_##TARGET.enable(); \
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp105 #define SUSPEND(TARGET) \
107 time_stamp(cout) << name << ": suspending target_" << #TARGET << endl; \
108 m_state_##TARGET = ST_SUSPENDD; \
109 m_target_##TARGET.suspend(); \
112 #define RESUME(TARGET) \
114 time_stamp(cout) << name << ": resuming target_" << #TARGET << endl; \
115 m_state_##TARGET = ST_NORMAL; \
116 m_target_##TARGET.resume(); \
/gem5/ext/mcpat/
H A Dmcpat.mk0 TARGET = mcpat
68 all: $(ODIR)/obj_$(TAG)/$(TARGET)
69 cp -f $< $(ODIR)/$(TARGET)
71 $(ODIR)/obj_$(TAG)/$(TARGET) : $(OBJS)
78 -rm -f *.o $(ODIR)/$(TARGET)
1 TARGET = mcpat macro
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test12/
H A Dtest12.cpp44 #define TEST(TARGET) \
45 expected = TARGET(high,low); \
46 result = (sc_uint<6>(0),TARGET(high,low)); \
50 cout << "Mismatch for " << #TARGET << "(" << high << "," << low << "):"\

Completed in 18 milliseconds