Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes/
H A Dcve-check.bbclass488 is_patched = cve in patched
492 if (is_patched or is_ignored) and not report_all:
496 elif is_patched:
612 is_patched = cve in patched
615 if (is_patched or is_ignored) and not report_all:
619 elif is_patched:
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1007 bool is_patched = false; in kgd2kfd_interrupt() local
1025 patched_ihre, &is_patched) in kgd2kfd_interrupt()
1027 is_patched ? patched_ihre : ih_ring_entry)) { in kgd2kfd_interrupt()