Searched refs:ctls (Results 1 – 3 of 3) sorted by relevance
104 ctls = sysctl.filter(base)105 return {namefmt(ctl): str(ctl.value) for ctl in ctls if is_value(ctl)}122 ctls = sysctl.filter('vfs.zfs')123 return {namefmt(ctl): ctl.description for ctl in ctls if is_value(ctl)}
74 ctls = sysctl.filter('vfs.zfs')75 return dict((ctl.name, ctl.value) for ctl in ctls if is_value(ctl))
3361 uint64_t ctls; in vmx_setreg() local3390 VMCS_IDENT(VMCS_ENTRY_CTLS), &ctls); in vmx_setreg()3392 ctls |= VM_ENTRY_GUEST_LMA; in vmx_setreg()3394 ctls &= ~VM_ENTRY_GUEST_LMA; in vmx_setreg()3396 VMCS_IDENT(VMCS_ENTRY_CTLS), ctls); in vmx_setreg()