Home
last modified time | relevance | path

Searched refs:first_sdbt (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/s390/oprofile/
Dhwsampler.c145 cb->ssctl.tear = cb->first_sdbt; in smp_ctl_ssctl_enable_activate()
146 cb->ssctl.dear = *(unsigned long *) cb->first_sdbt; in smp_ctl_ssctl_enable_activate()
253 if (cb->first_sdbt) in allocate_sdbt()
271 if (cb->first_sdbt == 0) in allocate_sdbt()
272 cb->first_sdbt = (unsigned long)sdbt; in allocate_sdbt()
308 ((void *)cb->first_sdbt) + 1; in allocate_sdbt()
340 if (!cb->first_sdbt) in deallocate_sdbt()
343 sdbt = cb->first_sdbt; in deallocate_sdbt()
372 cb->first_sdbt = 0; in deallocate_sdbt()
678 cb->worker_entry = cb->first_sdbt; in worker_on_start()
Dhwsampler.h34 unsigned long first_sdbt; /* @ of 1st SDB-Table for this CP*/ member