Searched refs:current_klongsize (Results 1 – 11 of 11) sorted by relevance
41 #ifndef current_klongsize in is_negated_errno()42 if (current_klongsize < sizeof(val)) { in is_negated_errno()
53 # ifndef current_klongsize in SYS_FUNC()54 if (current_klongsize < sizeof(kernel_long_t)) { in SYS_FUNC()
221 # ifndef current_klongsize222 unsigned current_klongsize = PERSONALITY0_KLONGSIZE; variable271 # ifndef current_klongsize in set_personality()272 current_klongsize = personality_klongsize[personality]; in set_personality()886 if (current_klongsize < sizeof(tcp->u_rval)) { in syscall_exiting_trace()901 if (current_klongsize < sizeof(tcp->u_rval)) { in syscall_exiting_trace()
231 #ifndef current_klongsize in umove_kulong_array_or_printaddr()232 if (current_klongsize < sizeof(*ptr)) { in umove_kulong_array_or_printaddr()
184 # ifndef current_klongsize in print_lld_from_low_high_val()185 if (current_klongsize < SIZEOF_KERNEL_LONG_T) { in print_lld_from_low_high_val()
178 # ifndef current_klongsize in getllval()179 if (current_klongsize < SIZEOF_KERNEL_LONG_T) { in getllval()314 #ifndef current_klongsize318 if (current_klongsize > sizeof(int)) { in printnum_addr_klong_int()1217 if (current_klongsize > 4) { in print_abnormal_hi()
1174 # define current_klongsize PERSONALITY0_KLONGSIZE macro1182 # define current_klongsize PERSONALITY0_KLONGSIZE macro1184 extern unsigned current_klongsize;1189 #define max_kaddr() (~0ULL >> ((8 - current_klongsize) * 8))1312 #ifndef current_klongsize1321 #elif current_klongsize > 4
108 if (current_klongsize == 4) in decode_rlimit()
127 if (current_klongsize == 8) in print_user_desc()
1079 if (sizeof(addr) > current_klongsize && in guard_storage_print_gsepl()1080 addr >= (1ULL << (current_klongsize * 8))) { in guard_storage_print_gsepl()
6070 tcp->u_rval as int if current_klongsize < sizeof(tcp->u_rval).8090 * syscall.c (syscall_exiting_trace): Check for current_klongsize instead9061 * syscall.c (current_wordsize, current_klongsize): Initialise to 0'th20643 * defs.h [!current_klongsize] (printnum_addr_klong_int): New prototype.20645 * util.c [!current_klongsize] (printnum_addr_klong_int): New function.21185 (SYS_FUNC(old_mmap)): Check for current_klongsize instead22007 Check for current_klongsize instead of current_personality where appropriate22008 current_klongsize checks are more universal, therefore they are usually22011 * desc.c (umove_kulong_array_or_printaddr): Check for current_klongsize22069 Introduce current_klongsize in addition to current_wordsize.[all …]