mod_vmid
uint8_t mod_vmid_get_for_ptb(struct mod_vmid *mod_vmid, uint64_t ptb);
void mod_vmid_reset(struct mod_vmid *mod_vmid);
struct mod_vmid *mod_vmid_create(
void mod_vmid_destroy(struct mod_vmid *mod_vmid);
void mod_vmid_reset(struct mod_vmid *mod_vmid)
struct core_vmid *core_vmid = MOD_VMID_TO_CORE(mod_vmid);
struct mod_vmid *mod_vmid_create(
void mod_vmid_destroy(struct mod_vmid *mod_vmid)
if (mod_vmid != NULL) {
struct core_vmid *core_vmid = MOD_VMID_TO_CORE(mod_vmid);
struct mod_vmid public;
#define MOD_VMID_TO_CORE(mod_vmid)\
container_of(mod_vmid, struct core_vmid, public)
uint8_t mod_vmid_get_for_ptb(struct mod_vmid *mod_vmid, uint64_t ptb)
struct core_vmid *core_vmid = MOD_VMID_TO_CORE(mod_vmid);