Searched refs:stid (Results 1 – 2 of 2) sorted by relevance
/arch/mips/include/asm/netlogic/xlr/ |
D | fmn.h | 198 static inline void nlm_msgsnd(unsigned int stid) in nlm_msgsnd() argument 207 : : "r" (stid) : "$1" in nlm_msgsnd() 272 unsigned int stid, struct nlm_fmn_msg *msg) in nlm_fmn_send() argument 290 dest = ((size - 1) << 16) | (code << 8) | stid; in nlm_fmn_send() 310 static inline int nlm_fmn_receive(int bucket, int *size, int *code, int *stid, in nlm_fmn_receive() argument 329 *stid = (status & 0x7f0000) >> 16; in nlm_fmn_receive()
|
/arch/powerpc/kvm/ |
D | e500_mmu_host.c | 150 int stid; in write_stlbe() local 153 stid = kvmppc_e500_get_tlb_stid(&vcpu_e500->vcpu, gtlbe); in write_stlbe() 155 stlbe->mas1 |= MAS1_TID(stid); in write_stlbe() 167 unsigned int stid; in kvmppc_map_magic() local 174 stid = kvmppc_e500_get_sid(vcpu_e500, 0, 0, 0, 0); in kvmppc_map_magic() 176 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
|