Lines Matching refs:nr
251 sd->nr = syscall_get_nr(task, regs); in populate_seccomp_data()
367 int syscall_nr = sd->nr; in seccomp_cache_check_allow()
738 case offsetof(struct seccomp_data, nr): in seccomp_is_const_allow()
739 reg_value = sd->nr; in seccomp_is_const_allow()
799 int nr; in seccomp_cache_prepare_bitmap() local
809 for (nr = 0; nr < bitmap_size; nr++) { in seccomp_cache_prepare_bitmap()
811 if (!test_bit(nr, bitmap)) in seccomp_cache_prepare_bitmap()
814 sd.nr = nr; in seccomp_cache_prepare_bitmap()
825 __clear_bit(nr, bitmap); in seccomp_cache_prepare_bitmap()
1334 this_syscall = sd ? sd->nr : in __secure_computing()
2415 int nr; in device_initcall() local
2417 for (nr = 0; nr < bitmap_size; nr++) { in device_initcall()
2418 bool cached = test_bit(nr, bitmap); in device_initcall()
2421 seq_printf(m, "%s %d %s\n", name, nr, status); in device_initcall()