Searched refs:masked (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/net/openvswitch/ |
| A D | ovs-dpctl.py | 257 block_str, fieldstr, scanfmt, convert, masked=False, defval=None argument 280 if masked: 1013 def dpstr(self, masked=None, more=False): argument 1019 if masked is None: 1026 elif more or f[3](masked[f[1]]) != 0: 1034 outstr += f[2] % masked[f[1]] 1036 outstr += f[2](masked[f[1]])
|
| /tools/testing/selftests/bpf/ |
| A D | test_verifier.c | 1362 static bool compare_masked_insn(struct bpf_insn *orig, struct bpf_insn *masked) in compare_masked_insn() argument 1367 if (masked->imm == INSN_IMM_MASK) in compare_masked_insn() 1369 if (masked->off == INSN_OFF_MASK) in compare_masked_insn() 1372 return memcmp(&orig_masked, masked, sizeof(orig_masked)) == 0; in compare_masked_insn()
|
| /tools/testing/selftests/mm/ |
| A D | guard-regions.c | 2060 unsigned long masked = entry & PM_GUARD_REGION; in TEST_F() local 2062 ASSERT_EQ(masked, 0); in TEST_F() 2076 unsigned long masked = entry & PM_GUARD_REGION; in TEST_F() local 2078 ASSERT_EQ(masked, i % 2 == 0 ? PM_GUARD_REGION : 0); in TEST_F()
|
| /tools/arch/x86/include/uapi/asm/ |
| A D | kvm.h | 352 __u8 masked; member
|
Completed in 24 milliseconds