Home
last modified time | relevance | path

Searched refs:LOCK_TOKEN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dspinlock.h34 #define LOCK_TOKEN (*(u32 *)(&get_paca()->lock_token)) macro
36 #define LOCK_TOKEN (*(u32 *)(&get_paca()->paca_index)) macro
39 #define LOCK_TOKEN 1 macro
74 token = LOCK_TOKEN; in __arch_spin_trylock()
188 #define WRLOCK_TOKEN LOCK_TOKEN /* it's negative */
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c384 #define LOCK_TOKEN (*(u32 *)(&get_paca()->lock_token)) macro
386 #define LOCK_TOKEN (*(u32 *)(&get_paca()->paca_index)) macro
392 unsigned int token = LOCK_TOKEN; in try_lock_tlbie()