Home
last modified time | relevance | path

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

/tf-rmm-v0.2.0/runtime/core/
A Dvmid.c14 #define VMID16_COUNT (1U << 16) macro
15 #define MAX_VMID_COUNT VMID16_COUNT
35 vmid_count = is_feat_vmid16_present() ? VMID16_COUNT : VMID8_COUNT; in vmid_reserve()
58 vmid_count = is_feat_vmid16_present() ? VMID16_COUNT : VMID8_COUNT; in vmid_free()

Completed in 2 milliseconds