Function push_tss

Source
unsafe fn push_tss<const L: usize>(
    gdt: &mut Vec<SegmentDescriptor>,
    trap_rsp: *mut [u8; L],
) -> SegmentSelector
Expand description

ยงSafety

trap_rsp must live forever.