Lines Matching defs:EvaluateContextCommandTrb
485 pub struct EvaluateContextCommandTrb { struct
486 input_context_pointer: B64,
487 reserved0: B32,
488 cycle: bool,
489 reserved1: B9,
490 trb_type: TrbType,
491 reserved2: B8,
492 slot_id: B8,
651 impl TypedTrb for EvaluateContextCommandTrb { implementation
731 unsafe impl DataInit for EvaluateContextCommandTrb {} implementation
759 unsafe impl TrbCast for EvaluateContextCommandTrb {} implementation