Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dcore_apecs.c376 unsigned int jd; in apecs_pci_clr_err() local
378 jd = *(vuip)APECS_IOC_DCSR; in apecs_pci_clr_err()
379 if (jd & 0xffe0L) { in apecs_pci_clr_err()
381 *(vuip)APECS_IOC_DCSR = jd | 0xffe1L; in apecs_pci_clr_err()
Dcore_cia.c823 int jd; in cia_pci_clr_err() local
825 jd = *(vip)CIA_IOC_CIA_ERR; in cia_pci_clr_err()
826 *(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()