Searched refs:smm (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-space-map-metadata.c | 180 static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b) in add_bop() argument 182 int r = brb_push(&smm->uncommitted, type, b); in add_bop() 192 static int commit_bop(struct sm_metadata *smm, struct block_op *op) in commit_bop() argument 199 r = sm_ll_inc(&smm->ll, op->block, &ev); in commit_bop() 203 r = sm_ll_dec(&smm->ll, op->block, &ev); in commit_bop() 210 static void in(struct sm_metadata *smm) in in() argument 212 smm->recursion_count++; in in() 215 static int apply_bops(struct sm_metadata *smm) in apply_bops() argument 219 while (!brb_empty(&smm->uncommitted)) { in apply_bops() 222 r = brb_peek(&smm->uncommitted, &bop); in apply_bops() [all …]
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | hwrpb.h | 158 long smm; /* SMM nubber used by LMF */ member
|
/linux-4.4.14/tools/lib/traceevent/ |
D | plugin_kvm.c | 369 unsigned smm:8; member 405 role.smm ? " smm" : ""); in kvm_mmu_print_role()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | kvm.h | 316 __u8 smm; member
|
/linux-4.4.14/drivers/hwmon/ |
D | Makefile | 53 obj-$(CONFIG_SENSORS_DELL_SMM) += dell-smm-hwmon.o
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 212 unsigned smm:8; member 1185 #define kvm_memslots_for_spte_role(kvm, role) __kvm_memslots(kvm, (role).smm)
|
/linux-4.4.14/arch/x86/kvm/ |
D | mmu.c | 3951 context->base_role.smm = is_smm(vcpu); in init_kvm_tdp_mmu() 4014 context->base_role.smm = is_smm(vcpu); in kvm_init_shadow_mmu() 4300 mask.smm = 1; in kvm_mmu_pte_write()
|
D | x86.c | 2932 events->smi.smm = is_smm(vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events() 2976 if (events->smi.smm) in kvm_vcpu_ioctl_x86_set_vcpu_events()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 176 role.smm:
|
D | api.txt | 835 __u8 smm; 865 from the update. These fields are nmi.pending, sipi_vector, smi.smm,
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1098 dell-smm-hwmon driver. Character file /proc/i8k reports bios version,
|
/linux-4.4.14/ |
D | MAINTAINERS | 3365 F: drivers/hwmon/dell-smm-hwmon.c
|