Home
last modified time | relevance | path

Searched refs:next_bcc (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Virtualization/libs/dice/open_dice/src/
Dretry.rs91 let next_bcc = retry_with_measured_buffer(|next_bcc| { in retry_bcc_main_flow() localVariable
98 next_bcc, in retry_bcc_main_flow()
101 Ok(OwnedDiceArtifacts { cdi_values: next_cdi_values, bcc: next_bcc }) in retry_bcc_main_flow()
/packages/modules/Virtualization/pvmfw/src/
Dmain.rs119 let next_bcc = heap::aligned_boxed_slice(NEXT_BCC_SIZE, GUEST_PAGE_SIZE).ok_or_else(|| { in main() localVariable
124 let next_bcc = Box::leak(next_bcc); in main() localVariable
209 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()
Dentry.rs240 let next_bcc = crate::main( in main_wrapper() localVariable
268 Ok((slices.kernel.as_ptr() as usize, next_bcc)) in main_wrapper()
Ddice.rs101 next_bcc: &mut [u8],
114 let _ = bcc_handover_main_flow(current_bcc_handover, &dice_inputs, next_bcc)?;