Searched refs:size64 (Results 1 – 3 of 3) sorted by relevance
37 uint64_t size64; in vmm_obj_map_ro() local76 if (msg_inf.len != sizeof(size64)) { in vmm_obj_map_ro()83 .iov_base = &size64, in vmm_obj_map_ro()84 .iov_len = sizeof(size64), in vmm_obj_map_ro()93 if (rc != (int)sizeof(size64)) { in vmm_obj_map_ro()107 size = (size_t)size64; in vmm_obj_map_ro()108 if (size64 != (uint64_t)size) { in vmm_obj_map_ro()109 TLOGE("Size too big for size_t (%" PRIu64 ")\n", size64); in vmm_obj_map_ro()
117 uint64_t size64 = shm_descs[i].size; in hwaes_map_shm() local118 if (size64 > SIZE_MAX) { in hwaes_map_shm()123 size_t size = size64; in hwaes_map_shm()
642 uint64_t size64 = READ_ONCE(shm[shm_idx].size); in handle_chan_msg() local643 if (size64 > SIZE_MAX) { in handle_chan_msg()647 size_t size = size64; in handle_chan_msg()