Lines Matching refs:nr
256 sd->nr = syscall_get_nr(task, regs); in populate_seccomp_data()
372 int syscall_nr = sd->nr; in seccomp_cache_check_allow()
747 case offsetof(struct seccomp_data, nr): in seccomp_is_const_allow()
748 reg_value = sd->nr; in seccomp_is_const_allow()
808 int nr; in seccomp_cache_prepare_bitmap() local
818 for (nr = 0; nr < bitmap_size; nr++) { in seccomp_cache_prepare_bitmap()
820 if (!test_bit(nr, bitmap)) in seccomp_cache_prepare_bitmap()
823 sd.nr = nr; in seccomp_cache_prepare_bitmap()
834 __clear_bit(nr, bitmap); in seccomp_cache_prepare_bitmap()
1346 this_syscall = sd ? sd->nr : in __secure_computing()
2466 int nr; in device_initcall() local
2468 for (nr = 0; nr < bitmap_size; nr++) { in device_initcall()
2469 bool cached = test_bit(nr, bitmap); in device_initcall()
2472 seq_printf(m, "%s %d %s\n", name, nr, status); in device_initcall()