Searched defs:PteArray (Results 1 – 1 of 1) sorted by relevance
57 unsafe impl<const NUM_ENTRIES: usize> AsBytes for PteArray<NUM_ENTRIES> {} implementation 49 struct PteArray<const NUM_ENTRIES: usize>([u64; NUM_ENTRIES]); global() struct 52 unsafe impl<const NUM_ENTRIES: usize> FromBytes for PteArray<NUM_ENTRIES> {} global() implementation 55 unsafe impl<const NUM_ENTRIES: usize> AsBytes for PteArray<NUM_ENTRIES> {} global() implementation