Home
last modified time | relevance | path

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

/linux/kernel/kcsan/
H A Dcore.c200 static __always_inline struct kcsan_ctx *get_ctx(void) in get_ctx() function
215 struct kcsan_ctx *ctx = get_ctx(); in kcsan_check_scoped_accesses()
463 struct kcsan_ctx *ctx = get_ctx(); in kcsan_found_watchpoint()
536 struct kcsan_ctx *ctx = get_ctx(); in kcsan_setup_watchpoint()
750 struct kcsan_ctx *ctx = get_ctx(); /* Call only once in fast-path. */ in check_access()
826 ++get_ctx()->disable_count; in kcsan_disable_current()
832 if (get_ctx()->disable_count-- == 0) { in kcsan_enable_current()
848 if (get_ctx()->disable_count-- == 0) in kcsan_enable_current_nowarn()
862 ++get_ctx()->atomic_nest_count; in kcsan_nestable_atomic_begin()
868 if (get_ctx() in kcsan_nestable_atomic_end()
[all...]