Searched refs:__nr (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/mach-sa1100/ |
| H A D | generic.h | 17 #define SET_BANK(__nr,__start,__size) \ argument 18 mi->bank[__nr].start = (__start), \ 19 mi->bank[__nr].size = (__size)
|
| /linux/arch/arm/mach-pxa/ |
| H A D | generic.h | 18 #define SET_BANK(__nr,__start,__size) \ argument 19 mi->bank[__nr].start = (__start), \ 20 mi->bank[__nr].size = (__size)
|
| /linux/arch/s390/include/asm/ |
| H A D | kvm_para.h | 74 register unsigned long __nr asm("1") = nr; \ 81 : "d" (__nr) HYPERCALL_FMT_##args \
|
| /linux/tools/lib/perf/ |
| H A D | threadmap.c | 33 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr) argument
|
| /linux/tools/perf/util/ |
| H A D | thread_map.c | 32 #define thread_map__alloc(__nr) perf_thread_map__realloc(NULL, __nr) argument
|
| /linux/include/linux/ |
| H A D | mmu_notifier.h | 519 #define clear_flush_young_ptes_notify(__vma, __address, __ptep, __nr) \ argument 524 unsigned int ___nr = __nr; \
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 1769 typeof(_nr) __nr = (_nr); \ 1770 __v.iov_base = &__nr; \ 1771 __v.iov_len = sizeof(__nr); \
|