Searched refs:next_bcc (Results 1 – 4 of 4) sorted by relevance
91 let next_bcc = retry_with_measured_buffer(|next_bcc| { in retry_bcc_main_flow() localVariable98 next_bcc, in retry_bcc_main_flow()101 Ok(OwnedDiceArtifacts { cdi_values: next_cdi_values, bcc: next_bcc }) in retry_bcc_main_flow()
119 let next_bcc = heap::aligned_boxed_slice(NEXT_BCC_SIZE, GUEST_PAGE_SIZE).ok_or_else(|| { in main() localVariable124 let next_bcc = Box::leak(next_bcc); in main() localVariable209 next_bcc, in main()215 flush(next_bcc); in main()224 next_bcc, in main()239 let r = next_bcc.as_ptr_range(); in main()
240 let next_bcc = crate::main( in main_wrapper() localVariable268 Ok((slices.kernel.as_ptr() as usize, next_bcc)) in main_wrapper()
101 next_bcc: &mut [u8],114 let _ = bcc_handover_main_flow(current_bcc_handover, &dice_inputs, next_bcc)?;