Searched refs:sec_or_entry (Results 1 – 2 of 2) sorted by relevance
55 struct sec_or_entry { struct60 _Static_assert(sizeof(struct sec_or_entry) == 12, "OR entry size"); argument80 struct sec_or_entry *jr_or; /* output ring */
181 struct sec_or_entry done[JR_RING_SIZE]; in sec_jr_intr()245 size_t or_bytes = JR_RING_SIZE * sizeof(struct sec_or_entry); in sec_jr_init()263 jr->jr_or = (struct sec_or_entry *)((uint8_t *)ring_va + ir_bytes); in sec_jr_init()