Lines Matching +full:0 +full:x07ffffff
19 #define PPC_DBELL_MSG_BRDCAST (0x04000000)
20 #define PPC_DBELL_TYPE(x) (((x) & 0xf) << (63-36))
21 #define PPC_DBELL_TYPE_MASK PPC_DBELL_TYPE(0xf)
23 #define PPC_DBELL_PIR_MASK 0x3fff
25 PPC_DBELL = 0, /* doorbell */
39 __asm__ __volatile__ (ASM_FTR_IFSET(PPC_MSGSND(%1), PPC_MSGSNDP(%1), %0) in _ppc_msgsnd()
53 __asm__ __volatile__ (ASM_FTR_IFSET(PPC_MSGSYNC " ; lwsync", "", %0) in ppc_msgsync()
59 __asm__ __volatile__ (ASM_FTR_IFSET(PPC_MSGCLR(%1), PPC_MSGCLRP(%1), %0) in _ppc_msgclr()
76 __asm__ __volatile__ (PPC_MSGSND(%0) : : "r" (msg)); in _ppc_msgsnd()
97 (tag & 0x07ffffff); in ppc_msgsnd()
122 ppc_msgsnd(PPC_DBELL_MSGTYPE, 0, tag); in doorbell_global_ipi()
137 ppc_msgsnd(PPC_DBELL_MSGTYPE, 0, tag); in doorbell_core_ipi()
142 * Returns 1 on success, 0 on failure.
147 int ret = 0; in doorbell_try_core_ipi()