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.h34 struct riscv_hwprobe *other_pair) in riscv_hwprobe_pair_cmp() argument
36 if (pair->key != other_pair->key) in riscv_hwprobe_pair_cmp()
40 return (pair->value & other_pair->value) == other_pair->value; in riscv_hwprobe_pair_cmp()
42 return pair->value == other_pair->value; in riscv_hwprobe_pair_cmp()