Home
last modified time | relevance | path

Searched refs:new_with_clock (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Duserspace.rs135 Self::new_with_clock(num_vcpus, irq_tube, ioapic_pins, clock) in new()
139 pub fn new_with_clock( in new_with_clock() method
/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Duserspace.rs82 let mut chip = UserspaceIrqChip::<FakeVcpu>::new_with_clock(num_vcpus, irq_tube, None, clock) in get_chip_with_clock()