binary_runtime_size   86 security/integrity/ima/ima_kexec.c 	unsigned long binary_runtime_size;
binary_runtime_size   98 security/integrity/ima/ima_kexec.c 	binary_runtime_size = ima_get_binary_runtime_size();
binary_runtime_size   99 security/integrity/ima/ima_kexec.c 	if (binary_runtime_size >= ULONG_MAX - PAGE_SIZE)
binary_runtime_size   31 security/integrity/ima/ima_queue.c static unsigned long binary_runtime_size;
binary_runtime_size   33 security/integrity/ima/ima_queue.c static unsigned long binary_runtime_size = ULONG_MAX;
binary_runtime_size  116 security/integrity/ima/ima_queue.c 	if (binary_runtime_size != ULONG_MAX) {
binary_runtime_size  120 security/integrity/ima/ima_queue.c 		binary_runtime_size = (binary_runtime_size < ULONG_MAX - size) ?
binary_runtime_size  121 security/integrity/ima/ima_queue.c 		     binary_runtime_size + size : ULONG_MAX;
binary_runtime_size  133 security/integrity/ima/ima_queue.c 	if (binary_runtime_size >= (ULONG_MAX - sizeof(struct ima_kexec_hdr)))
binary_runtime_size  136 security/integrity/ima/ima_queue.c 		return binary_runtime_size + sizeof(struct ima_kexec_hdr);