Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dhwprobe.h35 struct riscv_hwprobe *other_pair) in riscv_hwprobe_pair_cmp() argument
37 if (pair->key != other_pair->key) in riscv_hwprobe_pair_cmp()
41 return (pair->value & other_pair->value) == other_pair->value; in riscv_hwprobe_pair_cmp()
43 return pair->value == other_pair->value; in riscv_hwprobe_pair_cmp()