mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
CPU_ISSET(), CPU_SET etc. in sparc64 asm. This approach has the benefit of not clobbering %y, allowing to revert r222827 and partially r222828. - In r222828, CATR() already was changed to use the equivalent of PCPU_GET(cpuid) instead of the MD module ID for KTR_CPU, so belatedly also catch up with the C side of ktr(9). Originally, in r203838 CATR() was moved away from directly reading the module ID or equivalent as that became impractical with other CPU types than USI/II supported. With r222828 in place, per-CPU data generally is set up soon enough, though, that employing PCPU things in ktr(9) also for use during early stages works. - Unfortunately, an exception to the latter is the ktr(9) use in pmap_bootstrap(), which actually is run so early that even checking for bootverbose being set via the loader doesn't work. Consequently, replace the ktr(9) use in pmap_bootstrap() with OF_printf(9) and put it under #ifdef DIAGNOSTIC instead. MFC after: 3 days |
||
|---|---|---|
| .. | ||
| _align.h | ||
| _bus.h | ||
| _inttypes.h | ||
| _limits.h | ||
| _stdint.h | ||
| _types.h | ||
| asi.h | ||
| asm.h | ||
| asmacros.h | ||
| atomic.h | ||
| bus.h | ||
| bus_common.h | ||
| bus_dma.h | ||
| bus_private.h | ||
| cache.h | ||
| ccr.h | ||
| clock.h | ||
| cmt.h | ||
| counter.h | ||
| cpu.h | ||
| cpufunc.h | ||
| db_machdep.h | ||
| dcr.h | ||
| dump.h | ||
| elf.h | ||
| endian.h | ||
| exec.h | ||
| fireplane.h | ||
| float.h | ||
| floatingpoint.h | ||
| fp.h | ||
| frame.h | ||
| fsr.h | ||
| gdb_machdep.h | ||
| idprom.h | ||
| ieee.h | ||
| ieeefp.h | ||
| in_cksum.h | ||
| instr.h | ||
| intr_machdep.h | ||
| iommureg.h | ||
| iommuvar.h | ||
| jbus.h | ||
| kdb.h | ||
| kerneldump.h | ||
| ktr.h | ||
| limits.h | ||
| lsu.h | ||
| mcntl.h | ||
| md_var.h | ||
| memdev.h | ||
| metadata.h | ||
| nexusvar.h | ||
| ofw_machdep.h | ||
| ofw_mem.h | ||
| ofw_nexus.h | ||
| param.h | ||
| pcb.h | ||
| pcpu.h | ||
| pmap.h | ||
| pmc_mdep.h | ||
| proc.h | ||
| profile.h | ||
| pstate.h | ||
| ptrace.h | ||
| reg.h | ||
| reloc.h | ||
| resource.h | ||
| runq.h | ||
| sc_machdep.h | ||
| setjmp.h | ||
| sf_buf.h | ||
| sigframe.h | ||
| signal.h | ||
| smp.h | ||
| stack.h | ||
| stdarg.h | ||
| sysarch.h | ||
| tick.h | ||
| tlb.h | ||
| trap.h | ||
| tsb.h | ||
| tstate.h | ||
| tte.h | ||
| ucontext.h | ||
| upa.h | ||
| utrap.h | ||
| varargs.h | ||
| vdso.h | ||
| ver.h | ||
| vm.h | ||
| vmparam.h | ||
| watch.h | ||
| wstate.h | ||