Searched refs:BYTES_TO_SIZE_BITS (Results 1 - 5 of 5) sorted by relevance

/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dpage.h22 #define BYTES_TO_SIZE_BITS(bytes) (LOG_BASE_2(bytes)) macro
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/drivers/
H A Dvirtio_con.c107 size_t iobase_size_bits = BYTES_TO_SIZE_BITS(io_entry->range.size);
H A Dvirtio_net.c186 size_t iobase_size_bits = BYTES_TO_SIZE_BITS(io_entry->range.size);
H A Dcross_vm_connection.c212 info->dataport_size_bits = BYTES_TO_SIZE_BITS(size);
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/arch/x86/drivers/
H A Dvmm_pci_helper.c27 int size_bits = BYTES_TO_SIZE_BITS(size);

Completed in 170 milliseconds