Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/probes/
H A Duprobes.c12 #define UPROBE_INV_FAULT_CODE UINT_MAX macro
67 current->thread.fault_code = UPROBE_INV_FAULT_CODE; in arch_uprobe_pre_xol()
81 WARN_ON_ONCE(current->thread.fault_code != UPROBE_INV_FAULT_CODE); in arch_uprobe_post_xol()
97 if (t->thread.fault_code != UPROBE_INV_FAULT_CODE) in arch_uprobe_xol_was_trapped()