Searched refs:OA_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
227 #define OA_BUFFER_SIZE SZ_16M macro229 #define OA_TAKEN(tail, head) ((tail - head) & (OA_BUFFER_SIZE - 1))590 tail = (tail - report_size) & (OA_BUFFER_SIZE - 1); in oa_buffer_check_unlocked()683 oa_buf_end = stream->oa_buffer.vaddr + OA_BUFFER_SIZE; in append_oa_sample()733 u32 mask = (OA_BUFFER_SIZE - 1); in gen8_append_oa_reports()756 head > OA_BUFFER_SIZE || in gen8_append_oa_reports()757 tail > OA_BUFFER_SIZE, in gen8_append_oa_reports()887 OA_BUFFER_SIZE; in gen8_append_oa_reports()1043 u32 mask = (OA_BUFFER_SIZE - 1); in gen7_append_oa_reports()1066 head > OA_BUFFER_SIZE || head % report_size || in gen7_append_oa_reports()[all …]