Searched refs:ITS_CMDQ_SIZE (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/arm64/arm64/
H A Dgicv3_its.c79 #define ITS_CMDQ_SIZE (64 * 1024) /* Must be a multiple of 4K */ macro
353 sc->sc_its_cmd_base = contigmalloc(ITS_CMDQ_SIZE, M_GICV3_ITS,
363 (ITS_CMDQ_SIZE / 4096 - 1);
1265 (ITS_CMDQ_SIZE / sizeof(struct its_cmd));
1369 sc->sc_its_cmd_next_idx %= ITS_CMDQ_SIZE / sizeof(struct its_cmd);

Completed in 96 milliseconds