freebsd-dev/sys/riscv/include
Ruslan Bukin 5f8228b2f3 o Remove operation in machine mode.
Machine privilege level was specially designed to use in vendor's
  firmware or bootloader. We have implemented operation in machine
  mode in FreeBSD as part of understanding RISC-V ISA, but it is time
  to remove it.
  We now use BBL (Berkeley Boot Loader) -- standard RISC-V firmware,
  which provides operation in machine mode for us.
  We now use standard SBI calls to machine mode, instead of handmade
  'syscalls'.
o Remove HTIF bus.
  HTIF bus is now legacy and no longer exists in RISC-V specification.
  HTIF code still exists in Spike simulator, but BBL do not provide
  raw interface to it.
  Memory disk is only choice for now to have multiuser booted in Spike,
  until Spike has implemented more devices (e.g. Virtio, etc).

Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
2016-08-10 12:41:36 +00:00
..
_align.h
_bus.h
_inttypes.h
_limits.h
_stdint.h
_types.h
asm.h Access pcpup using gp register. 2016-02-04 14:30:46 +00:00
atomic.h Remove duplicates. 2016-02-22 14:13:05 +00:00
bus_dma.h
bus.h
clock.h
counter.h
cpu.h Update RISC-V port to Privileged Architecture Version 1.9. 2016-08-02 14:50:14 +00:00
cpufunc.h o Remove operation in machine mode. 2016-08-10 12:41:36 +00:00
db_machdep.h Update RISC-V port to Privileged Architecture Version 1.9. 2016-08-02 14:50:14 +00:00
dump.h
elf.h
endian.h
exec.h
float.h
floatingpoint.h
frame.h Add initial DTrace support for RISC-V. 2016-05-24 16:41:37 +00:00
ieeefp.h
in_cksum.h
intr.h Update RISC-V port to Privileged Architecture Version 1.9. 2016-08-02 14:50:14 +00:00
kdb.h
machdep.h
md_var.h
memdev.h
minidump.h
ofw_machdep.h
param.h Add support for symmetric multiprocessing (SMP). 2016-02-24 16:50:34 +00:00
pcb.h
pcpu.h o Remove operation in machine mode. 2016-08-10 12:41:36 +00:00
pmap.h Rework the list of all pmaps: embed the list link into pmap. 2016-04-26 14:38:18 +00:00
pmc_mdep.h
proc.h
profile.h
psl.h
pte.h Update RISC-V port to Privileged Architecture Version 1.9. 2016-08-02 14:50:14 +00:00
ptrace.h
reg.h
reloc.h
resource.h
riscv_opcode.h Add support for ddb(4). 2016-03-10 15:51:43 +00:00
riscvreg.h o Remove operation in machine mode. 2016-08-10 12:41:36 +00:00
runq.h
sbi.h o Remove operation in machine mode. 2016-08-10 12:41:36 +00:00
setjmp.h Increase the size and alignment of the setjmp buffer. 2016-05-26 10:03:30 +00:00
sf_buf.h
signal.h
smp.h Add support for symmetric multiprocessing (SMP). 2016-02-24 16:50:34 +00:00
stack.h Add support for ddb(4). 2016-03-10 15:51:43 +00:00
stdarg.h
sysarch.h
trap.h
ucontext.h Use better form representing 32 x 128-bit floating-point registers. 2016-02-17 14:24:25 +00:00
vdso.h
vm.h
vmparam.h o Remove operation in machine mode. 2016-08-10 12:41:36 +00:00