Home
last modified time | relevance | path

Searched refs:jd (Results 1 – 3 of 3) sorted by relevance

/arch/alpha/kernel/
Dcore_apecs.c377 unsigned int jd; in apecs_pci_clr_err() local
379 jd = *(vuip)APECS_IOC_DCSR; in apecs_pci_clr_err()
380 if (jd & 0xffe0L) { in apecs_pci_clr_err()
382 *(vuip)APECS_IOC_DCSR = jd | 0xffe1L; in apecs_pci_clr_err()
Dcore_cia.c824 int jd; in cia_pci_clr_err() local
826 jd = *(vip)CIA_IOC_CIA_ERR; in cia_pci_clr_err()
827 *(vip)CIA_IOC_CIA_ERR = jd; in cia_pci_clr_err()
/arch/powerpc/kvm/
Demulate.c83 u64 jd = tb - vcpu->arch.dec_jiffies; in kvmppc_get_dec() local
86 if (vcpu->arch.dec < jd) in kvmppc_get_dec()
90 return vcpu->arch.dec - jd; in kvmppc_get_dec()