Home
last modified time | relevance | path

Searched defs:kernel (Results 1 – 25 of 75) sorted by relevance

123

/linux/Documentation/translations/it_IT/process/
A Dchanges.rst75 GCC
91 Make
96 Bash
114 Flex
120 Bison
136 Perl
142 BC
158 Tar
380 gcc
390 Make
[all …]
/linux/Documentation/process/
A Dcoding-style.rst1211 Avoid panic()
1218 Use WARN() rather than BUG()
1230 Use WARN_ON_ONCE() rather than WARN() or WARN_ON()
1239 Do not WARN lightly
1249 Do not worry about panic_on_warn users
1261 Use BUILD_BUG_ON() for compile-time assertions
/linux/Documentation/translations/sp_SP/process/
A Dcoding-style.rst1236 Evite el panic()
1243 Use WARN() en lugar de BUG()
1256 Use WARN_ON_ONCE() en lugar de WARN() o WARN_ON()
1265 No haga WARN a la ligera
1276 No se preocupe sobre panic_on_warn de usuarios
1289 Use BUILD_BUG_ON() para aserciones en tiempo de compilación
/linux/Documentation/admin-guide/
A Dquickly-build-trimmed-linux.rst692 Pitfalls when using another configuration file as base
714 Influencing the configuration
728 Big pitfall when using localmodconfig
760 Remote building with localmodconfig
880 Dealing with build errors
915 Package your kernel up
988 .. _another:
A Dverify-bugs-and-bisect-regressions.rst1421 .. _localmodconfig_bisref:
1470 .. _tagging_bisref:
1665 Dealing with build errors
1700 Package your kernel up
1793 .. _tainted_bisref:
/linux/arch/powerpc/mm/
A Dpgtable-frag.c55 static pte_t *__alloc_for_ptecache(struct mm_struct *mm, int kernel) in __alloc_for_ptecache()
98 pte_t *pte_fragment_alloc(struct mm_struct *mm, int kernel) in pte_fragment_alloc()
118 void pte_fragment_free(unsigned long *table, int kernel) in pte_fragment_free()
/linux/arch/mips/generic/
A Dboard-ocelot.its.S30 kernel = "kernel"; define
36 kernel = "kernel"; define
A Dboard-jaguar2.its.S29 kernel = "kernel"; define
35 kernel = "kernel"; define
A Dboard-luton.its.S19 kernel = "kernel"; define
A Dboard-marduk.its.S18 kernel = "kernel"; define
A Dboard-ni169445.its.S18 kernel = "kernel"; define
A Dboard-xilfpga.its.S18 kernel = "kernel"; define
A Dboard-boston.its.S18 kernel = "kernel"; define
A Dboard-serval.its.S19 kernel = "kernel"; define
A Dvmlinux.its.S29 kernel = "kernel"; define
/linux/tools/testing/selftests/bpf/prog_tests/
A Dkprobe_multi_test.c409 static bool is_invalid_entry(char *buf, bool kernel) in is_invalid_entry()
468 static int get_syms(char ***symsp, size_t *cntp, bool kernel) in get_syms()
550 static int get_addrs(unsigned long **addrsp, size_t *cntp, bool kernel) in get_addrs()
640 static void test_kprobe_multi_bench_attach(bool kernel) in test_kprobe_multi_bench_attach()
665 static void test_kprobe_multi_bench_attach_addr(bool kernel) in test_kprobe_multi_bench_attach_addr()
/linux/arch/s390/kernel/
A Dkexec_elf.c23 void *kernel; in kexec_file_add_kernel_elf() local
69 char *kernel, unsigned long kernel_len, in s390_elf_load()
A Dkexec_image.c46 char *kernel, unsigned long kernel_len, in s390_image_load()
/linux/Documentation/admin-guide/hw-vuln/
A Dspectre.rst155 Spectre variant 1
170 Spectre variant 1 (swapgs)
200 Spectre variant 2
/linux/arch/hexagon/lib/
A Dmemcpy.S163 #define kernel R4 /* number of 32byte chunks in kernel */ macro
243 kernel = sub(len, prolog); define
256 kernel = lsr(kernel, #5); define
438 kernel = and(epilog, #7); define
/linux/arch/mips/mobileye/
A Dboard-epm5.its.S20 kernel = "kernel"; define
A Dvmlinux.its.S29 kernel = "kernel"; define
/linux/arch/powerpc/purgatory/
A Dtrampoline_64.S123 kernel: label
/linux/kernel/bpf/
A Dstackmap.c307 bool kernel = !user; in BPF_CALL_3() local
353 bool kernel, user; in BPF_CALL_3() local
415 bool kernel = !user; in __bpf_get_stack() local
585 bool kernel, user; in BPF_CALL_4() local
/linux/arch/arm/kernel/
A Dsys_oabi-compat.c200 static int get_oabi_flock(struct flock64 *kernel, struct oabi_flock64 __user *arg) in get_oabi_flock()
217 static int put_oabi_flock(struct flock64 *kernel, struct oabi_flock64 __user *arg) in put_oabi_flock()
289 struct epoll_event kernel; in sys_oabi_epoll_ctl() local

Completed in 86 milliseconds

123