Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/probes/
Duprobes.c15 #define UPROBE_INV_FAULT_CODE UINT_MAX macro
70 current->thread.fault_code = UPROBE_INV_FAULT_CODE; in arch_uprobe_pre_xol()
84 WARN_ON_ONCE(current->thread.fault_code != UPROBE_INV_FAULT_CODE); in arch_uprobe_post_xol()
100 if (t->thread.fault_code != UPROBE_INV_FAULT_CODE) in arch_uprobe_xol_was_trapped()