Searched refs:NONFAILING (Results 1 – 9 of 9) sorted by relevance
/external/syzkaller/executor/ |
D | common_kvm_amd64.h | 144 NONFAILING(dt[index] = sd); in fill_segment_descriptor() 145 NONFAILING(lt[index] = sd); in fill_segment_descriptor() 152 NONFAILING(dt[index + 1] = 0); in fill_segment_descriptor_dword() 153 NONFAILING(lt[index + 1] = 0); in fill_segment_descriptor_dword() 292 NONFAILING(text_type = text_array_ptr[0].typ); in syz_kvm_setup_cpu() 293 NONFAILING(text = text_array_ptr[0].text); in syz_kvm_setup_cpu() 294 NONFAILING(text_size = text_array_ptr[0].size); in syz_kvm_setup_cpu() 508 NONFAILING(*(host_mem + ADDR_TEXT) = 0xf4); // hlt for rsm in syz_kvm_setup_cpu() 525 NONFAILING(pd[0] = PDE32_PRESENT | PDE32_RW | PDE32_USER | PDE32_PS); in syz_kvm_setup_cpu() 562 NONFAILING(*(host_mem + ADDR_TEXT) = 0xf4); // hlt for rsm in syz_kvm_setup_cpu() [all …]
|
D | common_kvm_arm64.h | 42 NONFAILING(text_type = text_array_ptr[0].typ); in syz_kvm_setup_cpu() 43 NONFAILING(text = text_array_ptr[0].text); in syz_kvm_setup_cpu() 44 NONFAILING(text_size = text_array_ptr[0].size); in syz_kvm_setup_cpu() 55 NONFAILING(typ = opt_array_ptr[i].typ); in syz_kvm_setup_cpu() 56 NONFAILING(val = opt_array_ptr[i].val); in syz_kvm_setup_cpu() 81 NONFAILING(memcpy(host_mem, text, text_size)); in syz_kvm_setup_cpu()
|
D | common_linux.h | 361 NONFAILING(full = frags->full); in syz_emit_ethernet() 362 NONFAILING(count = frags->count); in syz_emit_ethernet() 367 NONFAILING(size = frags->frags[i]); in syz_emit_ethernet() 464 NONFAILING(res->seq = htonl((ntohl(tcphdr->seq) + (uint32)a1))); in syz_extract_tcp_res() 465 NONFAILING(res->ack = htonl((ntohl(tcphdr->ack_seq) + (uint32)a2))); in syz_extract_tcp_res() 492 NONFAILING(strncpy(buf, (char*)a0, sizeof(buf) - 1)); in syz_open_dev() 516 NONFAILING(snprintf(buf, sizeof(buf), "/proc/self/%s", (char*)a1)); in syz_open_procfs() 518 NONFAILING(snprintf(buf, sizeof(buf), "/proc/thread-self/%s", (char*)a1)); in syz_open_procfs() 520 NONFAILING(snprintf(buf, sizeof(buf), "/proc/self/task/%d/%s", (int)a0, (char*)a1)); in syz_open_procfs() 600 NONFAILING(strncpy((char*)(attr + 1), (char*)name, GENL_NAMSIZ)); in syz_genetlink_get_family_id() [all …]
|
D | executor.cc | 564 NONFAILING(memcpy(addr, input_pos, size)); in execute_one() 591 NONFAILING(csum_inet_update(&csum, (const uint8*)chunk_value, chunk_size)); in execute_one() 1011 NONFAILING(switch (size) { in copyin() 1031 NONFAILING(sprintf((char*)addr, "%020llu", val)); in copyin() 1036 NONFAILING(sprintf((char*)addr, "0x%016llx", val)); in copyin() 1041 NONFAILING(sprintf((char*)addr, "%023llo", val)); in copyin() 1051 NONFAILING( in copyout()
|
D | common_windows.h | 15 #define NONFAILING(...) \ macro
|
D | common_fuchsia.h | 107 #define NONFAILING(...) \ macro
|
D | common.h | 108 #define NONFAILING(...) \ macro
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 93 #define NONFAILING(...) \ 511 #define NONFAILING(...) \ 962 NONFAILING(full = frags->full); 963 NONFAILING(count = frags->count); 968 NONFAILING(size = frags->frags[i]); 1061 NONFAILING(res->seq = htonl((ntohl(tcphdr->seq) + (uint32)a1))); 1062 NONFAILING(res->ack = htonl((ntohl(tcphdr->ack_seq) + (uint32)a2))); 1086 NONFAILING(strncpy(buf, (char*)a0, sizeof(buf) - 1)); 1109 NONFAILING(snprintf(buf, sizeof(buf), "/proc/self/%s", (char*)a1)); 1111 NONFAILING(snprintf(buf, sizeof(buf), "/proc/thread-self/%s", (char*)a1)); [all …]
|
D | csource.go | 395 result = regexp.MustCompile(`\t*NONFAILING\((.*)\);\n`).ReplaceAll(result, []byte("$1;\n"))
|