Lines Matching refs:sdb
210 unsigned long sdb; in alloc_sample_data_block() local
213 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block()
214 if (!sdb) in alloc_sample_data_block()
216 te = trailer_entry_ptr(sdb); in alloc_sample_data_block()
220 *sdbt = virt_to_phys((void *)sdb); in alloc_sample_data_block()
1179 unsigned long *sdbt, sdb; in hw_perf_event_update() local
1193 sdb = (unsigned long)phys_to_virt(*sdbt); in hw_perf_event_update()
1194 te = trailer_entry_ptr(sdb); in hw_perf_event_update()
1215 hw_collect_samples(event, (unsigned long *)sdb, &event_overflow); in hw_perf_event_update()
1286 unsigned long sdb; in aux_sdb_trailer() local
1289 sdb = aux->sdb_index[index]; in aux_sdb_trailer()
1290 return trailer_entry_ptr(sdb); in aux_sdb_trailer()
1568 static void aux_sdb_init(unsigned long sdb) in aux_sdb_init() argument
1572 te = trailer_entry_ptr(sdb); in aux_sdb_init()