Home
last modified time | relevance | path

Searched defs:u8 (Results 1 – 16 of 16) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dchardev.rs97 ReceiveFn: for<'a, 'b> FnCall<(&'a T, &'b [u8])>, in enable_handlers()
121 buf: *const u8, in enable_handlers()
142 let receive_cb: Option<unsafe extern "C" fn(*mut c_void, *const u8, c_int)> = in enable_handlers() constant
H A Dlib.rs123 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc()
149 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc()
H A Dvmstate.rs439 pub extern "C" fn rust_vms_test_field_exists<T, F: for<'a> FnCall<(&'a T, u8), bool>>( in rust_vms_test_field_exists() argument
/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h21 typedef unsigned char u8; typedef
/qemu/tests/tcg/multiarch/
H A Dsha512.c114 unsigned char u8[64]; member
136 unsigned char u8[128]; member
/qemu/include/qemu/
H A Dqemu-plugin.h285 uint8_t u8; member
/qemu/target/ppc/
H A Dmem_helper.c417 LVE(LVEBX, cpu_ldub_data_ra, I, u8) in LVE() argument
H A Dint_helper.c968 VMRG(b, u8, VsrB) in VMRG() argument
H A Dcpu.h333 uint8_t u8[16]; member
/qemu/crypto/
H A Daes.c37 typedef uint8_t u8; typedef
/qemu/hw/dma/
H A Dxlnx_csu_dma.c165 uint8_t u8[4]; in xlnx_csu_dma_data_process() member
/qemu/tests/unit/
H A Dtest-visitor-serialization.c49 uint8_t u8; member
H A Dtest-vmstate.c673 uint8_t u8; member
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs592 fn receive(&self, buf: &[u8]) { in receive()
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs217 fn new(index: u8, state: *const HPETState) -> HPETTimer { in new()
/qemu/hw/net/
H A Dvmxnet3.h33 #define u8 uint8_t macro