Searched refs:tac (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
H A D | ab3100-otp.c | 41 * IMEI number found in the tac, fac and svn fields with 44 * @tac type allocation code of the IMEI 56 u32 tac:20; member in struct:ab3100_otp 88 otp->tac = ((otpval[4] & 0x0f) << 16) | (otpval[3] << 8) | otpval[2]; ab3100_otp_read() 109 seq_printf(s, "IMEI: %u-%u-%u\n", otp->tac, otp->fac, otp->svn); ab3100_show_otp() 170 SHOW_AB3100_ATTR(tac) 180 __ATTR(tac, S_IRUGO, ab3100_otp_tac_show, NULL),
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | x86.c | 2828 struct kvm_tpr_access_ctl *tac) vcpu_ioctl_tpr_access_reporting() 2830 if (tac->flags) vcpu_ioctl_tpr_access_reporting() 2832 vcpu->arch.tpr_access_reporting = !!tac->enabled; vcpu_ioctl_tpr_access_reporting() 3305 struct kvm_tpr_access_ctl tac; kvm_arch_vcpu_ioctl() local 3308 if (copy_from_user(&tac, argp, sizeof tac)) kvm_arch_vcpu_ioctl() 3310 r = vcpu_ioctl_tpr_access_reporting(vcpu, &tac); kvm_arch_vcpu_ioctl() 3314 if (copy_to_user(argp, &tac, sizeof tac)) kvm_arch_vcpu_ioctl() 2827 vcpu_ioctl_tpr_access_reporting(struct kvm_vcpu *vcpu, struct kvm_tpr_access_ctl *tac) vcpu_ioctl_tpr_access_reporting() argument
|
Completed in 135 milliseconds