| /src/sys/arch/x86/include/ |
| i82093var.h | 44 int ip_type; member in struct:ioapic_pin
|
| /src/sys/arch/x86/x86/ |
| ioapic.c | 352 sc->sc_pins[i].ip_type = IST_NONE; 427 if (pp->ip_type == IST_NONE) { 437 if (pp->ip_type == IST_LEVEL) 443 if (pp->ip_type == IST_LEVEL) 568 pp->ip_type = type; 596 if (ip->ip_type != IST_NONE)
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| amdgpu_drm.h | 421 __u32 ip_type; member in struct:drm_amdgpu_wait_cs_in 439 __u32 ip_type; member in struct:drm_amdgpu_fence 602 __u32 ip_type; member in struct:drm_amdgpu_cs_chunk_ib 610 __u32 ip_type; member in struct:drm_amdgpu_cs_chunk_dep
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_cs.c | 898 if (chunk_ib->ip_type == AMDGPU_HW_IP_GFX && 912 r = amdgpu_ctx_get_entity(parser->ctx, chunk_ib->ip_type, 976 r = amdgpu_ctx_get_entity(ctx, deps[i].ip_type, 1372 r = amdgpu_ctx_get_entity(ctx, wait->in.ip_type, wait->in.ip_instance, 1420 r = amdgpu_ctx_get_entity(ctx, user->ip_type, user->ip_instance,
|