| /src/sys/dev/arcbios/ |
| arcbios.c | 125 struct arcbios_treewalk_context *atc) 133 atc->atc_terminate = 1; 148 struct arcbios_treewalk_context *atc) 152 node != NULL && atc->atc_terminate == 0; 154 (*func)(node, atc); 155 if (atc->atc_terminate) 157 arcbios_subtree_walk(node, func, atc); 165 struct arcbios_treewalk_context atc; local 167 atc.atc_cookie = cookie; 168 atc.atc_terminate = 0 [all...] |
| /src/games/atc/ |
| Makefile | 6 PROG= atc 11 MAN= atc.6 21 FILESDIR=/usr/share/games/atc
|
| /src/games/ |
| Makefile | 10 SUBDIR= adventure arithmetic atc \
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| kfd_pm4_headers_diq.h | 138 unsigned int atc:1; member in struct:pm4__release_mem::__anon4429::__anon4430
|
| kfd_dbgdev.h | 202 uint32_t atc:1; member in struct:TCP_WATCH_CNTL_BITS::__anon4341
|
| kfd_pm4_headers_vi.h | 464 unsigned int atc:1; member in struct:pm4_mec_release_mem::__anon4497::__anon4498
|
| kfd_packet_manager_vi.c | 310 packet->bitfields2.atc = 0;
|
| kfd_dbgdev.c | 140 rm_packet->bitfields2.atc = 0; 264 /* for now assume it is an ATC address */ 325 pr_debug("\t\t%20s %08x\n", "Control atc is :", 326 cntl.bitfields.atc); 422 pr_debug("\t\t%20s %08x\n", "Control atc is :", 423 cntl.bitfields.atc);
|
| /src/sys/arch/sgimips/sgimips/ |
| machdep.c | 190 void mips_machdep_find_l2cache(struct arcbios_component *comp, struct arcbios_treewalk_context *atc); 685 struct arcbios_treewalk_context *atc) 954 mips_machdep_find_l2cache(struct arcbios_component *comp, struct arcbios_treewalk_context *atc) 957 device_t self = atc->atc_cookie;
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| cik_reg.h | 234 uint32_t atc:1; member in struct:TCP_WATCH_CNTL_BITS::__anon5521
|
| /src/sys/dev/ic/ |
| vga_raster.c | 148 u_int8_t atc[VGA_ATC_NREGS]; /* Attribute controller */ member in struct:vga_moderegs 989 regs->atc[i] = palette[i]; 991 regs->atc[16] = 0x01; /* XXXBJY was 0x81 in XFree86 */ 993 regs->atc[16] = 0x41; 994 regs->atc[17] = 0x00; /* XXXBJY just a guess */ 995 regs->atc[18] = 0x0f; 996 regs->atc[19] = 0x00; 997 regs->atc[20] = 0x00; 1032 _vga_attr_write(vh, i, regs->atc[i]);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_amdkfd_gfx_v7.c | 83 uint32_t atc:1; member in struct:TCP_WATCH_CNTL_BITS::__anon4286 596 cntl.bitfields.atc = 1;
|
| /src/sys/arch/m68k/060sp/dist/ |
| isp.s | 3207 # (4) Use "plpaw" instruction to pre-load ATC with effective # 3214 # (6) Use "plpar" instruction to do a re-load of ATC entries for # 3216 # ATC. # 3298 # pre-load the operand ATC. no page faults should occur here because 3300 plpaw (%a2) # load atc for ADDR1 3301 plpaw (%a4) # load atc for ADDR1+3 3302 plpaw (%a3) # load atc for ADDR2 3303 plpaw (%a5) # load atc for ADDR2+3 3314 # if ADDR1 was ATC resident before the above "plpaw" and was executed 3317 # entries from the ATC. so, we do a second set of "plpa"s [all...] |