Home
last modified time | relevance | path

Searched defs:pattern (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/arm/
H A Dgic.c355 static bool test_ro_pattern_32(void *address, u32 pattern, u32 orig) in test_ro_pattern_32()
370 u32 orig, pattern; in test_readonly_32() local
415 static void test_byte_access(void *base_addr, u32 pattern, u32 mask) in test_byte_access()
438 u32 pri_mask, pattern; in test_priorities() local
494 u32 pattern, reg; in test_targets() local
/kvm-unit-tests/lib/
H A Dstring.c302 bool simple_glob(const char *text, const char *pattern) in simple_glob()