Lines Matching refs:bogus_entry
67 static const kernel_ulong_t bogus_entry = in main() local
97 rc = syscall(__NR_kexec_load, bogus_entry, bogus_nsegs, in main()
100 (unsigned long) bogus_entry, (unsigned long) bogus_nsegs, in main()
103 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS, in main()
106 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS, in main()
109 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_CUT, in main()
114 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_CUT, in main()
122 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_CUT, in main()
127 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_CUT); in main()
137 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_UNCUT, in main()
142 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_UNCUT); in main()
150 rc = syscall(__NR_kexec_load, bogus_entry, NUM_SEGMS_CUT, in main()
154 (unsigned long) bogus_entry, (unsigned long) NUM_SEGMS_CUT); in main()