Searched refs:lock_token (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dpaca.h75 * load lock_token and paca_index with a single lwz
80 u16 lock_token; /* Constant 0x8000, used in locks */ member in struct:paca_struct
84 u16 lock_token; /* Constant 0x8000, used in locks */ member in struct:paca_struct
H A Dsimple_spinlock.h27 #define LOCK_TOKEN (*(u32 *)(&get_paca()->lock_token))
/linux-master/arch/powerpc/kernel/
H A Dpaca.c192 new_paca->lock_token = 0x8000;
/linux-master/drivers/md/
H A Dmd-cluster.c673 /* lock_token()
677 static int lock_token(struct md_cluster_info *cinfo) function
717 rv = lock_token(cinfo);
1053 * If it is already locked, token is in EX mode, and hence lock_token()
1080 ret = lock_token(cinfo);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c411 #define LOCK_TOKEN (*(u32 *)(&get_paca()->lock_token))
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2634 DUMP(p, lock_token, "%#-*x");

Completed in 165 milliseconds