Searched refs:VIRTUAL_NUM_LIST_REGS (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.hh152 static const uint8_t VIRTUAL_NUM_LIST_REGS = 16; member in class:Gicv3CPUInterface
H A Dgic_v3_cpu_interface.cc669 ich_vtr_el2.ListRegs = VIRTUAL_NUM_LIST_REGS - 1;
690 for (int lr_idx = 0; lr_idx < VIRTUAL_NUM_LIST_REGS; lr_idx++) {
1633 for (uint32_t lr_idx = 0; lr_idx < VIRTUAL_NUM_LIST_REGS; lr_idx++) {
2433 for (int lr_idx = 0; lr_idx < VIRTUAL_NUM_LIST_REGS; lr_idx++) {
2472 for (int lr_idx = 0; lr_idx < VIRTUAL_NUM_LIST_REGS; lr_idx++) {

Completed in 18 milliseconds