plan9fox/sys/src/9/cycv
cinap_lenrek 6f9838a6a5 kernel: make Page.txtflush into an array
To avoid a MAXMACH limit of 32 and make
txtflush into an array for the bitmap.

Provide portable macros for testing and clearing
the bits: needtxtflush(), donetxtflush().

On pc/pc64, define inittxtflush()/settxtflush()
as no-op macros, avoiding the storage overhead of
the txtflush array alltogether.
2022-01-16 19:25:11 +00:00
..
cycv devssl, cpu, import, oexportfs: delete 2021-12-13 02:17:02 +00:00
dat.h kernel: page counts a ulong, not usize 2021-07-25 14:03:12 +00:00
devarch.c cycv: support for registers 2020-01-13 23:22:35 +00:00
dma.c cyclone v kernel: fpga support, fix CONFADDR 2020-01-12 03:40:42 +00:00
ethercycv.c cyclone v kernel: fpga support, fix CONFADDR 2020-01-12 03:40:42 +00:00
fns.h kernel: move waserror() macro to port/portfns.h 2021-10-11 11:52:37 +00:00
init9.s add cycv kernel 2020-01-08 02:35:01 +00:00
intr.c add cycv kernel 2020-01-08 02:35:01 +00:00
io.h cycv: support for registers 2020-01-13 23:22:35 +00:00
l.s cyclone v kernel: fpga support, fix CONFADDR 2020-01-12 03:40:42 +00:00
ltrap.s add cycv kernel 2020-01-08 02:35:01 +00:00
main.c kernel: handle tos and per process pcycle counters in port/ 2020-12-20 22:34:41 +01:00
mem.h add cycv kernel 2020-01-08 02:35:01 +00:00
mkfile kernel: cleanup makefile for $CONF.$O target 2020-02-02 20:46:58 +01:00
mmu.c kernel: make Page.txtflush into an array 2022-01-16 19:25:11 +00:00
timer.c kernel: handle tos and per process pcycle counters in port/ 2020-12-20 22:34:41 +01:00
trap.c kernel: handle tos and per process pcycle counters in port/ 2020-12-20 22:34:41 +01:00
uartcycv.c add cycv kernel 2020-01-08 02:35:01 +00:00