Home
last modified time | relevance | path

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

/qemu/include/hw/intc/
H A Driscv_aplic.h30 #define APLIC_MIN_SIZE 0x4000 macro
31 #define APLIC_SIZE_ALIGN(__x) (((__x) + (APLIC_MIN_SIZE - 1)) & \
32 ~(APLIC_MIN_SIZE - 1))
33 #define APLIC_SIZE(__num_harts) (APLIC_MIN_SIZE + \