Home
last modified time | relevance | path

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

/tf-rmm-v0.2.0/runtime/core/
A Dvmid.c32 unsigned int vmid_count; in vmid_reserve() local
35 vmid_count = is_feat_vmid16_present() ? VMID16_COUNT : VMID8_COUNT; in vmid_reserve()
40 if (vmid >= vmid_count) { in vmid_reserve()
55 unsigned int __unused vmid_count; in vmid_free() local
58 vmid_count = is_feat_vmid16_present() ? VMID16_COUNT : VMID8_COUNT; in vmid_free()
61 assert(vmid < vmid_count); in vmid_free()

Completed in 3 milliseconds