| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| intel_uncore.c | 135 } registers[] = { local in function:live_forcewake_ops 177 for (r = registers; r->name; r++)
|
| /src/sys/arch/acorn32/podulebus/ |
| rapide.c | 54 * All the control registers are mapped the same between cards. 154 u_int registers; member in struct:__anon63076f770108 226 panic("%s: Cannot map control registers", device_xname(self)); 264 if (bus_space_map(iot, iobase + rapide_info[channel].registers,
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_symbol.c | 464 * Sort the registers by address with a simple insertion sort. 468 symlist_t registers; local in function:symtable_dump 484 SLIST_INIT(®isters); 499 symlist_add(®isters, cursym, SYMLIST_SORT); 536 SLIST_FOREACH(curnode, ®isters, links) { 575 regnode = symlist_search(®isters, regname); 587 regnode = symlist_search(®isters, regname); 592 while (SLIST_FIRST(®isters) != NULL) { 598 curnode = SLIST_FIRST(®isters); 599 SLIST_REMOVE_HEAD(®isters, links) [all...] |
| /src/sys/lib/libunwind/ |
| libunwind.cxx | 194 NativeUnwindRegisters registers; local in function:_Unwind_RaiseException 195 ThisUnwindCursor cursor1(registers, sThisAddressSpace); 196 ThisUnwindCursor cursor2(registers, sThisAddressSpace); 213 NativeUnwindRegisters registers; local in function:_Unwind_ForcedUnwind 214 ThisUnwindCursor cursor(registers, sThisAddressSpace); 224 NativeUnwindRegisters registers; local in function:_Unwind_Resume 225 ThisUnwindCursor cursor(registers, sThisAddressSpace); 301 NativeUnwindRegisters registers; local in function:_Unwind_Backtrace 302 ThisUnwindCursor cursor(registers, sThisAddressSpace); 327 NativeUnwindRegisters registers; local in function:_Unwind_FindEnclosingFunction 339 NativeUnwindRegisters registers; local in function:_Unwind_Find_FDE [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| display.h | 129 struct intel_vgpu_sbi_register registers[SBI_REG_MAX]; member in struct:intel_vgpu_sbi
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common.cc | 218 InternalMmapVector<uptr> registers(suspended_threads.RegisterCount()); local in function:__lsan::ProcessThreads 219 uptr registers_begin = reinterpret_cast<uptr>(registers.data()); 221 reinterpret_cast<uptr>(registers.data() + registers.size()); 238 suspended_threads.GetRegistersAndSP(i, registers.data(), &sp); 240 Report("Unable to get registers from thread %d.\n", os_id); 249 "REGISTERS", kReachable);
|
| /src/sys/arch/arm/arm/ |
| cpufunc.c | 1526 /* Cache information for CPUs without cache type registers. */ 2004 * correction of registers after a fault. 2054 * usr slot so we can treat the registers as an array of ints 2078 /* Decode the fault instruction and fix the registers as needed */ 2084 int *registers = &frame->tf_r0; local in function:early_abort_fixup 2093 /* Count registers transferred */ 2099 DFC_PRINTF(("%d registers used\n", count)); 2104 registers[base] -= count * 4; 2107 registers[base] += count * 4; 2113 int *registers = &frame->tf_r0 local in function:early_abort_fixup 2231 int *registers = &frame->tf_r0; local in function:late_abort_fixup [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
| intel_guc_fwif.h | 354 struct guc_mmio_reg registers[GUC_REGSET_MAX_REGISTERS]; member in struct:guc_mmio_regset 483 * registers, where first register holds data treated as message header, 484 * and other registers are used to hold message payload. 486 * For Gen9+, GuC uses software scratch registers 0xC180-0xC1B8, 512 * can be provided in remaining payload registers or **data** field. 516 * response data can be returned in remaining payload registers or **data**
|