Home
last modified time | relevance | path

Searched refs:board_processor_id (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/arm/
H A Draspi.c77 static int board_processor_id(uint32_t board_rev) in board_processor_id() function
85 return board_processor_id(board_rev) + 1; in board_version()
93 int proc_id = board_processor_id(board_rev); in board_soc_type()
108 int proc_id = board_processor_id(board_rev); in cores_count()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/arm/
H A Draspi.c78 static int board_processor_id(uint32_t board_rev) in board_processor_id() function
86 return board_processor_id(board_rev) + 1; in board_version()
94 int proc_id = board_processor_id(board_rev); in board_soc_type()
109 int proc_id = board_processor_id(board_rev); in cores_count()
/dports/emulators/qemu/qemu-6.2.0/hw/arm/
H A Draspi.c91 static RaspiProcessorId board_processor_id(uint32_t board_rev) in board_processor_id() function
103 return soc_property[board_processor_id(board_rev)].type; in board_soc_type()
108 return soc_property[board_processor_id(board_rev)].cores_count; in cores_count()
300 setup_boot(machine, board_processor_id(mc->board_rev), in raspi_machine_init()
/dports/emulators/qemu60/qemu-6.0.0/hw/arm/
H A Draspi.c93 static RaspiProcessorId board_processor_id(uint32_t board_rev) in board_processor_id() function
105 return soc_property[board_processor_id(board_rev)].type; in board_soc_type()
110 return soc_property[board_processor_id(board_rev)].cores_count; in cores_count()
302 setup_boot(machine, board_processor_id(mc->board_rev), in raspi_machine_init()
/dports/emulators/qemu5/qemu-5.2.0/hw/arm/
H A Draspi.c93 static RaspiProcessorId board_processor_id(uint32_t board_rev) in board_processor_id() function
105 return soc_property[board_processor_id(board_rev)].type; in board_soc_type()
110 return soc_property[board_processor_id(board_rev)].cores_count; in cores_count()
302 setup_boot(machine, board_processor_id(mc->board_rev), in raspi_machine_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/arm/
H A Draspi.c91 static RaspiProcessorId board_processor_id(uint32_t board_rev) in board_processor_id() function
103 return soc_property[board_processor_id(board_rev)].type; in board_soc_type()
108 return soc_property[board_processor_id(board_rev)].cores_count; in cores_count()
300 setup_boot(machine, board_processor_id(mc->board_rev), in raspi_machine_init()