Searched refs:fixup_map_event_output (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/bpf/verifier/ | 
| D | event_output.c | 43 	.fixup_map_event_output = { 4 },51 	.fixup_map_event_output = { 4 },
 59 	.fixup_map_event_output = { 4 },
 67 	.fixup_map_event_output = { 4 },
 75 	.fixup_map_event_output = { 4 },
 83 	.fixup_map_event_output = { 4 },
 91 	.fixup_map_event_output = { 4 },
 99 	.fixup_map_event_output = { 4 },
 107 	.fixup_map_event_output = { 4 },
 116 	.fixup_map_event_output = { 4 },
 
 | 
| /Linux-v5.15/tools/testing/selftests/bpf/ | 
| D | test_verifier.c | 88 	int fixup_map_event_output[MAX_FIXUPS];  member718 	int *fixup_map_event_output = test->fixup_map_event_output;  in do_test_fixup()  local
 882 	if (*fixup_map_event_output) {  in do_test_fixup()
 886 			prog[*fixup_map_event_output].imm = map_fds[18];  in do_test_fixup()
 887 			fixup_map_event_output++;  in do_test_fixup()
 888 		} while (*fixup_map_event_output);  in do_test_fixup()
 
 |