Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Darena.c173 #ifdef ptep_try_set in apply_range_set_cb()
180 while (!ptep_try_set(pte, pteval)) { in apply_range_set_cb()
255 ptep_try_set(pte, mk_pte(scratch_page, PAGE_KERNEL)); in apply_range_set_scratch_cb()
/linux/arch/x86/include/asm/
H A Dpgtable.h1287 static inline bool ptep_try_set(pte_t *ptep, pte_t new_pte) in ptep_try_set() function
1293 #define ptep_try_set ptep_try_set macro