Searched refs:binary_runtime_size (Results 1 – 2 of 2) sorted by relevance
45 static unsigned long binary_runtime_size[BINARY__LAST]; variable47 static unsigned long binary_runtime_size[BINARY__LAST] = { variable152 if (binary_runtime_size[binary_list] == ULONG_MAX) in ima_update_binary_runtime_size()156 binary_runtime_size[binary_list] = in ima_update_binary_runtime_size()157 (binary_runtime_size[binary_list] < ULONG_MAX - size) ? in ima_update_binary_runtime_size()158 binary_runtime_size[binary_list] + size : ULONG_MAX; in ima_update_binary_runtime_size()211 val = binary_runtime_size[binary_list]; in ima_get_binary_runtime_size()339 binary_runtime_size[BINARY_STAGED] = in ima_queue_stage()340 binary_runtime_size[BINARY]; in ima_queue_stage()341 binary_runtime_size[BINARY] = 0; in ima_queue_stage()[all …]
161 unsigned long binary_runtime_size; in ima_add_kexec_buffer() 180 binary_runtime_size = ima_get_binary_runtime_size(BINARY) + in ima_add_kexec_buffer() 184 if (binary_runtime_size >= ULONG_MAX - PAGE_SIZE) in ima_add_kexec_buffer() 187 kexec_segment_size = ALIGN(binary_runtime_size, PAGE_SIZE); in ima_add_kexec_buffer() 143 unsigned long binary_runtime_size; ima_add_kexec_buffer() local