Searched defs:arch (Results 1 - 3 of 3) sorted by relevance

/kernel/
H A Daudit.h148 int arch; member in struct:audit_context
H A Dauditfilter.c221 struct audit_field *arch = entry->rule.arch_f; local
223 if (!arch) {
224 /* When arch is unspecified, we must check both masks on biarch
232 switch(audit_classify_arch(arch->val)) {
/kernel/events/
H A Duprobes.c78 * owned by the arch-specific code:
86 struct arch_uprobe arch; member in struct:uprobe
286 * the architecture. If an arch has variable length instruction and the
342 * @auprobe: arch specific probepoint information.
357 * @auprobe: arch specific probepoint information.
563 void *insn = &uprobe->arch.insn;
564 int size = sizeof(uprobe->arch.insn);
603 if (is_trap_insn((uprobe_opcode_t *)&uprobe->arch.insn))
606 ret = arch_uprobe_analyze_insn(&uprobe->arch, mm, vaddr);
665 ret = set_swbp(&uprobe->arch, m
[all...]

Completed in 48 milliseconds