Home
last modified time | relevance | path

Searched refs:__ua_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Duaccess.h39 * __ua_size() is a trick to avoid runtime checking of positive constant
42 #define __ua_size(size) \ macro
67 return (__UA_LIMIT & (addr | end | __ua_size(size))) == 0; in __access_ok()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Duaccess.h103 * __ua_size() is a trick to avoid runtime checking of positive constant
106 #define __ua_size(size) \ macro
130 return (get_fs().seg & (addr | (addr + size) | __ua_size(size))) == 0; in __access_ok()

Completed in 2 milliseconds