Home
last modified time | relevance | path

Searched defs:next_bcc (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/pvmfw/src/
Dmain.rs109 let next_bcc = heap::aligned_boxed_slice(NEXT_BCC_SIZE, GUEST_PAGE_SIZE).ok_or_else(|| { in main() localVariable
114 let next_bcc = Box::leak(next_bcc); in main() localVariable
Dentry.rs253 let next_bcc = crate::main( in main_wrapper() localVariable