Searched refs:is_debug (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Di915_utils.c23 bool is_debug = level[1] == KERN_DEBUG[1]; local
27 if (is_debug && !drm_debug_enabled(DRM_UT_DRIVER))
/linux-master/tools/perf/util/
H A Dbuild-id.h34 bool is_debug);
36 bool is_debug, bool is_kallsyms);
H A Dbuild-id.c260 bool is_debug)
262 return is_kallsyms ? "kallsyms" : (is_vdso ? "vdso" : (is_debug ?
267 bool is_debug, bool is_kallsyms)
289 is_debug));
298 bool is_debug)
302 return __dso__build_id_filename(dso, bf, size, is_debug, is_kallsyms);
259 build_id_cache__basename(bool is_kallsyms, bool is_vdso, bool is_debug) argument
266 __dso__build_id_filename(const struct dso *dso, char *bf, size_t size, bool is_debug, bool is_kallsyms) argument
297 dso__build_id_filename(const struct dso *dso, char *bf, size_t size, bool is_debug) argument
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_packet_manager_v9.c45 packet->bitfields2.diq_enable = (qpd->is_debug) ? 1 : 0;
53 packet->bitfields14.num_queues = (qpd->is_debug) ? 0 : qpd->queue_count;
100 packet->bitfields2.diq_enable = (qpd->is_debug) ? 1 : 0;
108 packet->bitfields14.num_queues = (qpd->is_debug) ? 0 : qpd->queue_count;
H A Dkfd_packet_manager.c171 kq->queue->queue, qpd->is_debug);
176 qpd->is_debug);
190 q->queue, qpd->is_debug);
195 qpd->is_debug);
H A Dkfd_packet_manager_vi.c53 packet->bitfields2.diq_enable = (qpd->is_debug) ? 1 : 0;
60 packet->bitfields10.num_queues = (qpd->is_debug) ? 0 : qpd->queue_count;
H A Dkfd_device_queue_manager.c1143 qpd->is_debug ?
1762 qpd->is_debug = true;
1777 qpd->is_debug = false;
2060 if (pdd->qpd.is_debug)
2108 if (qpd->is_debug) {
2391 qpd->is_debug = false;
H A Dkfd_process_queue_manager.c308 * If we are just about to create DIQ, the is_debug flag is not set yet
311 if ((pdd->qpd.is_debug) || (type == KFD_QUEUE_TYPE_DIQ))
H A Dkfd_priv.h650 bool is_debug; member in struct:qcm_process_device
/linux-master/arch/x86/kvm/vmx/
H A Dvmcs.h98 static inline bool is_debug(u32 intr_info) function
H A Dnested.c6201 else if (is_debug(intr_info) &&

Completed in 251 milliseconds