/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_probe.c | 34 unsigned int prid = 0; in loongson_cpu_get_prid() local 38 : "=&r"(prid) in loongson_cpu_get_prid() 45 : "=r" (prid) in loongson_cpu_get_prid() 50 *imp = (prid & LOONGSON_CPU_IMP_MASK) >> LOONGSON_CPU_IMP_SHIFT; in loongson_cpu_get_prid() 53 *rev = prid & LOONGSON_CPU_REV_MASK; in loongson_cpu_get_prid() 55 return prid; in loongson_cpu_get_prid()
|
/linux/drivers/dio/ |
H A D | dio.c | 124 u_char prid, secid, i; in dio_find() local 150 prid = DIO_ID(va); in dio_find() 152 if (DIO_NEEDSSECID(prid)) { in dio_find() 154 id = DIO_ENCODE_ID(prid, secid); in dio_find() 156 id = prid; in dio_find() 199 u_char prid, secid = 0; /* primary, secondary ID bytes */ in dio_init() local 241 prid = DIO_ID(va); in dio_init() 243 if (DIO_NEEDSSECID(prid)) { in dio_init() 245 dev->id = DIO_ENCODE_ID(prid, secid); in dio_init() 247 dev->id = prid; in dio_init() [all …]
|
/linux/arch/mips/include/asm/ |
H A D | timex.h | 52 static inline int can_use_mips_counter(unsigned int prid) in can_use_mips_counter() argument 54 int comp = (prid & PRID_COMP_MASK) != PRID_COMP_LEGACY; in can_use_mips_counter() 66 prid > (PRID_IMP_R4000 | PRID_REV_ENCODE_44(15, 15)))) in can_use_mips_counter()
|
H A D | kvm_host.h | 656 __BUILD_KVM_RW_SW(prid, 32, MIPS_CP0_PRID, 0)
|
/linux/arch/mips/mti-malta/ |
H A D | malta-time.c | 225 unsigned int prid = read_c0_prid() & (PRID_COMP_MASK | PRID_IMP_MASK); in plat_time_init() local 232 if ((prid != (PRID_COMP_MIPS | PRID_IMP_20KC)) && in plat_time_init() 233 (prid != (PRID_COMP_MIPS | PRID_IMP_25KF))) in plat_time_init()
|
/linux/arch/mips/sgi-ip30/ |
H A D | ip30-smp.c | 31 u32 prid; member 91 i, mpc->prid, mpc->physid, mpc->virtid); in ip30_smp_setup()
|
/linux/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 423 unsigned int prid, __maybe_unused rev; in cfe_die() local 436 prid = read_c0_prid(); in cfe_die() 437 if ((prid & PRID_COMP_MASK) != PRID_COMP_BROADCOM) in cfe_die() 440 rev = prid & PRID_REV_MASK; in cfe_die() 443 switch (prid & PRID_IMP_MASK) { in cfe_die()
|
/linux/fs/xfs/scrub/ |
H A D | inode.c | 416 prid_t prid; in xchk_dinode() local 451 prid = 0; in xchk_dinode() 470 prid = be16_to_cpu(dip->di_projid_lo); in xchk_dinode() 478 prid |= (prid_t)be16_to_cpu(dip->di_projid_hi) << 16; in xchk_dinode() 492 if (prid == -1U) in xchk_dinode()
|
/linux/arch/xtensa/kernel/ |
H A D | head.S | 210 rsr a2, prid 329 rsr a0, prid
|
/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 1937 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST 1980 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK 2001 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK 2099 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST 2157 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK 2185 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK 2203 msg, msg_type=self.prid, msg_flags=NLM_F_REQUEST | NLM_F_ACK 2385 msg_type=self.prid, 2411 msg_type=self.prid, 2445 msg_type=self.prid,
|
/linux/arch/mips/mm/ |
H A D | c-r4k.c | 998 unsigned int prid = read_c0_prid(); in probe_pcache() local 1107 if (prid & 0x3) in probe_pcache() 1115 if (prid & 0x3) in probe_pcache() 1230 if ((prid & PRID_IMP_MASK) == PRID_IMP_R4000 && in probe_pcache() 1231 (prid & PRID_REV_MASK) < PRID_REV_R4400 && in probe_pcache()
|
/linux/fs/xfs/ |
H A D | xfs_quota.h | 157 prid_t prid, uint flags, struct xfs_dquot **udqp, in xfs_qm_vop_dqalloc() argument
|
H A D | xfs_qm.c | 1947 prid_t prid, in xfs_qm_vop_dqalloc() argument 2039 if (ip->i_projid != prid) { in xfs_qm_vop_dqalloc() 2041 error = xfs_qm_dqget(mp, prid, in xfs_qm_vop_dqalloc()
|
H A D | xfs_trace.h | 4671 __field(prid_t, prid) 4683 __entry->prid = icw ? icw->icw_prid : 0; 4693 __entry->prid,
|