Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 13 of 13) sorted by relevance

/kernel/events/
A Duprobes.c88 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 Dseccomp.c255 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 Dauditfilter.c213 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 Daudit.h141 int arch; member
A Dauditsc.c159 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 DKconfig.kexec130 See also <file:Documentation/arch/s390/zfcpdump.rst>
A Dptrace.c1000 .arch = syscall_get_arch(child), in ptrace_get_syscall_info()
/kernel/kcsan/
A D.kunitconfig5 # --arch=x86_64 --qemu_args="-smp 8"
/kernel/time/
A DKconfig6 # Options selectable by arch Kconfig
168 This option stands for testing when an arch implements the
/kernel/bpf/
A DKconfig9 # flavour. Only one of the two can be selected for a specific arch since
/kernel/rcu/
A DKconfig.debug191 bool "Provide debugging asserts for adding NO_HZ support to an arch"
196 bugs in arch-specific NO_HZ code.
/kernel/dma/
A DKconfig152 # Fallback to arch code for DMA allocations. This should eventually go away.
/kernel/power/
A DKconfig156 If an arch can suspend (for suspend, hibernate, kexec, etc) on a

Completed in 40 milliseconds