Home
last modified time | relevance | path

Searched refs:REPORTED_BIT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dubsan.c31 #define REPORTED_BIT 31 macro
34 #define COLUMN_MASK (~(1U << REPORTED_BIT))
38 #define LINE_MASK (~(1U << REPORTED_BIT))
45 return test_and_set_bit(REPORTED_BIT, &location->reported); in was_reported()
/kernel/linux/linux-6.6/lib/
H A Dubsan.c98 #define REPORTED_BIT 31 macro
101 #define COLUMN_MASK (~(1U << REPORTED_BIT))
105 #define LINE_MASK (~(1U << REPORTED_BIT))
112 return test_and_set_bit(REPORTED_BIT, &location->reported); in was_reported()

Completed in 2 milliseconds