Home
last modified time | relevance | path

Searched refs:serve (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/mm/
Dtlb.c105 unsigned long serve; member
111 ss->serve = val; in spinaphore_init()
116 unsigned long t = ia64_fetchadd(1, &ss->ticket, acq), serve; in down_spin() local
118 if (time_before(t, ss->serve)) in down_spin()
124 asm volatile ("ld8.c.nc %0=[%1]" : "=r"(serve) : "r"(&ss->serve) : "memory"); in down_spin()
125 if (time_before(t, serve)) in down_spin()
133 ia64_fetchadd(1, &ss->serve, rel); in up_spin()
/arch/ia64/include/asm/
Dspinlock.h42 int *p = (int *)&lock->lock, ticket, serve; in __ticket_spin_lock() local
52 asm volatile ("ld4.c.nc %0=[%1]" : "=r"(serve) : "r"(p) : "memory"); in __ticket_spin_lock()
54 if (!(((serve >> TICKET_SHIFT) ^ ticket) & TICKET_MASK)) in __ticket_spin_lock()
/arch/powerpc/platforms/8xx/
DKconfig23 The MPC86xADS is meant to serve as a platform for s/w and h/w
33 The MPC885ADS is meant to serve as a platform for s/w and h/w
81 Enable FEC2 to serve as 2-nd Ethernet channel. Note that SMC2
88 Enable SCC3 to serve as 2-nd Ethernet channel. Note that SMC1