Searched refs:arch (Results 1 – 13 of 13) sorted by relevance
| /kernel/events/ |
| A D | uprobes.c | 88 struct arch_uprobe arch; member 1064 void *insn = &uprobe->arch.insn; in copy_insn() 1065 int size = sizeof(uprobe->arch.insn); in copy_insn() 1160 ret = set_swbp(&uprobe->arch, vma, vaddr); in install_breakpoint() 1175 return set_orig_insn(&uprobe->arch, vma, vaddr); in remove_breakpoint() 1861 &uprobe->arch.ixol, sizeof(uprobe->arch.ixol)); in xol_get_insn_slot() 2309 err = arch_uprobe_pre_xol(&uprobe->arch, regs); in pre_ssout() 2532 utask->auprobe = &uprobe->arch; in handler_chain() 2739 if (arch_uprobe_ignore(&uprobe->arch, regs)) in handle_swbp() 2744 if (arch_uprobe_skip_sstep(&uprobe->arch, regs)) in handle_swbp() [all …]
|
| /kernel/ |
| A D | seccomp.c | 255 sd->arch = syscall_get_arch(task); in populate_seccomp_data() 379 if (likely(sd->arch == SECCOMP_ARCH_NATIVE)) in seccomp_cache_check_allow() 383 if (likely(sd->arch == SECCOMP_ARCH_COMPAT)) in seccomp_cache_check_allow() 763 if (sd->arch == SECCOMP_ARCH_NATIVE) in seccomp_is_const_allow() 780 case offsetof(struct seccomp_data, arch): in seccomp_is_const_allow() 781 reg_value = sd->arch; in seccomp_is_const_allow() 834 size_t bitmap_size, int arch) in seccomp_cache_prepare_bitmap() argument 854 sd.arch = arch; in seccomp_cache_prepare_bitmap()
|
| A D | auditfilter.c | 213 struct audit_field *arch = entry->rule.arch_f; in audit_match_signal() local 215 if (!arch) { in audit_match_signal() 224 switch (audit_classify_arch(arch->val)) { in audit_match_signal()
|
| A D | audit.h | 141 int arch; member
|
| A D | auditsc.c | 159 switch (audit_classify_syscall(ctx->arch, n)) { in audit_match_perm() 551 result = audit_comparator(ctx->arch, f->op, f->val); in audit_filter_rules() 1018 ctx->arch = 0; in audit_reset_context() 1690 context->arch, context->major); in audit_log_exit() 2034 context->arch = syscall_get_arch(current); in __audit_syscall_entry()
|
| A D | Kconfig.kexec | 130 See also <file:Documentation/arch/s390/zfcpdump.rst>
|
| A D | ptrace.c | 1000 .arch = syscall_get_arch(child), in ptrace_get_syscall_info()
|
| /kernel/kcsan/ |
| A D | .kunitconfig | 5 # --arch=x86_64 --qemu_args="-smp 8"
|
| /kernel/time/ |
| A D | Kconfig | 6 # Options selectable by arch Kconfig 168 This option stands for testing when an arch implements the
|
| /kernel/bpf/ |
| A D | Kconfig | 9 # flavour. Only one of the two can be selected for a specific arch since
|
| /kernel/rcu/ |
| A D | Kconfig.debug | 191 bool "Provide debugging asserts for adding NO_HZ support to an arch" 196 bugs in arch-specific NO_HZ code.
|
| /kernel/dma/ |
| A D | Kconfig | 152 # Fallback to arch code for DMA allocations. This should eventually go away.
|
| /kernel/power/ |
| A D | Kconfig | 156 If an arch can suspend (for suspend, hibernate, kexec, etc) on a
|
Completed in 40 milliseconds