Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/include/asm/
Duaccess.h159 unsigned long __limit = TASK_SIZE - 1; \
162 register unsigned long __l asm("r1") = __limit; \
212 unsigned long __limit = TASK_SIZE - 1; \
215 register unsigned long __l asm("r1") = __limit; \
/linux-5.19.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00queue.c1116 #define QUEUE_ENTRY_PRIV_OFFSET(__base, __index, __limit, __esize, __psize) \ in rt2x00queue_alloc_entries() argument
1117 (((char *)(__base)) + ((__limit) * (__esize)) + \ in rt2x00queue_alloc_entries()