Home
last modified time | relevance | path

Searched refs:LOCK_TOKEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsimple_spinlock.h26 #define LOCK_TOKEN (*(u32 *)(&get_paca()->lock_token)) macro
28 #define LOCK_TOKEN (*(u32 *)(&get_paca()->paca_index)) macro
31 #define LOCK_TOKEN 1 macro
53 token = LOCK_TOKEN; in __arch_spin_trylock()
168 #define WRLOCK_TOKEN LOCK_TOKEN /* it's negative */
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsimple_spinlock.h27 #define LOCK_TOKEN (*(u32 *)(&get_paca()->lock_token)) macro
29 #define LOCK_TOKEN (*(u32 *)(&get_paca()->paca_index)) macro
32 #define LOCK_TOKEN 1 macro
54 token = LOCK_TOKEN; in __arch_spin_trylock()
149 #define WRLOCK_TOKEN LOCK_TOKEN /* it's negative */
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c414 #define LOCK_TOKEN (*(u32 *)(&get_paca()->lock_token)) macro
416 #define LOCK_TOKEN (*(u32 *)(&get_paca()->paca_index)) macro
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c411 #define LOCK_TOKEN (*(u32 *)(&get_paca()->lock_token)) macro
413 #define LOCK_TOKEN (*(u32 *)(&get_paca()->paca_index)) macro

Completed in 6 milliseconds