| /linux/drivers/md/persistent-data/ |
| H A D | dm-space-map-metadata.c | 183 static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b, dm_block_t e) in add_bop() argument 185 int r = brb_push(&smm->uncommitted, type, b, e); in add_bop() 195 static int commit_bop(struct sm_metadata *smm, struct block_op *op) in commit_bop() argument 202 r = sm_ll_inc(&smm->ll, op->b, op->e, &nr_allocations); in commit_bop() 206 r = sm_ll_dec(&smm->ll, op->b, op->e, &nr_allocations); in commit_bop() 213 static void in(struct sm_metadata *smm) in in() argument 215 smm->recursion_count++; in in() 218 static int apply_bops(struct sm_metadata *smm) in apply_bops() argument 222 while (!brb_empty(&smm->uncommitted)) { in apply_bops() 225 r = brb_peek(&smm->uncommitted, &bop); in apply_bops() [all …]
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mn-bsh-smm-s2.dts | 9 #include "imx8mn-bsh-smm-s2-common.dtsi" 13 compatible = "bsh,imx8mn-bsh-smm-s2", "fsl,imx8mn";
|
| H A D | imx8mn-bsh-smm-s2pro.dts | 9 #include "imx8mn-bsh-smm-s2-common.dtsi" 14 compatible = "bsh,imx8mn-bsh-smm-s2pro", "fsl,imx8mn";
|
| H A D | imx8mn-bsh-smm-s2-common.dtsi | 10 #include "imx8mn-bsh-smm-s2-display.dtsi"
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-smbios-base.c | 575 int ret, wmi, smm; in dell_smbios_init() local 603 smm = init_dell_smbios_smm(); in dell_smbios_init() 604 if (smm) in dell_smbios_init() 605 pr_debug("Failed to initialize SMM backend: %d\n", smm); in dell_smbios_init() 606 if (wmi && smm) { in dell_smbios_init() 608 wmi, smm); in dell_smbios_init() 627 if (!smm) in dell_smbios_init()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | nested_set_state_test.c | 83 state->hdr.vmx.smm.flags = 0; in set_default_vmx_state() 148 state->hdr.vmx.smm.flags = 1; in test_vmx_nested_state() 174 state->hdr.vmx.smm.flags = KVM_STATE_NESTED_SMM_GUEST_MODE; in test_vmx_nested_state() 183 state->hdr.vmx.smm.flags = ~(KVM_STATE_NESTED_SMM_GUEST_MODE | in test_vmx_nested_state() 190 state->hdr.vmx.smm.flags = KVM_STATE_NESTED_SMM_GUEST_MODE; in test_vmx_nested_state()
|
| /linux/arch/alpha/include/asm/ |
| H A D | hwrpb.h | 159 long smm; /* SMM nubber used by LMF */ member
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6ulz-bsh-smm-m2.dts | 13 compatible = "bsh,imx6ulz-bsh-smm-m2", "fsl,imx6ull", "fsl,imx6ulz";
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 363 __u8 smm; member 521 } smm; member
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.h | 197 } smm; member
|
| H A D | vmx.c | 8493 vmx->nested.smm.guest_mode = is_guest_mode(vcpu); in vmx_enter_smm() 8494 if (vmx->nested.smm.guest_mode) in vmx_enter_smm() 8497 vmx->nested.smm.vmxon = vmx->nested.vmxon; in vmx_enter_smm() 8508 if (vmx->nested.smm.vmxon) { in vmx_leave_smm() 8510 vmx->nested.smm.vmxon = false; in vmx_leave_smm() 8513 if (vmx->nested.smm.guest_mode) { in vmx_leave_smm() 8523 vmx->nested.smm.guest_mode = false; in vmx_leave_smm()
|
| /linux/drivers/hwmon/ |
| H A D | Kconfig | 589 dell-smm-hwmon driver. The character file /proc/i8k exposes the BIOS
|
| /linux/ |
| H A D | MAINTAINERS | 7285 F: drivers/hwmon/dell-smm-hwmon.c 7311 F: drivers/platform/x86/dell/dell-smbios-smm.c
|