Searched refs:check_mask (Results 1 – 2 of 2) sorted by relevance
1811 …r32_mask(cond_swi_var_t cond, cond_swi_var32_s expected_cond, uint32_t check_mask, wait_interrupt_… in cond_sleep_with_inheritor32_mask() argument1816 if ((cond_val.cond32_data & check_mask) == (expected_cond.cond32_data & check_mask)) { in cond_sleep_with_inheritor32_mask()1859 …r64_mask(cond_swi_var_t cond, cond_swi_var64_s expected_cond, uint64_t check_mask, wait_interrupt_… in cond_sleep_with_inheritor64_mask() argument1864 if ((cond_val.cond64_data & check_mask) == (expected_cond.cond64_data & check_mask)) { in cond_sleep_with_inheritor64_mask()
519 uint64_t check_mask,