plan9fox/sys/src/9/omap
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
..
notes
arch.c kernel: handle tos and per process pcycle counters in port/ 2020-12-20 22:34:41 +01:00
archomap.c usbehci: introduce dmaflush() function to handle portable cache invalidation for device drivers 2019-07-17 10:24:50 +02:00
arm.h
arm.s
beagle devssl, cpu, import, oexportfs: delete 2021-12-13 02:17:02 +00:00
cache.v7.s
clock.c
coproc.c
dat.h kernel: page counts a ulong, not usize 2021-07-25 14:03:12 +00:00
devarch.c
devdss.c
devuart.c
dma.c kernel: move devether and wifi to port/ 2018-02-11 18:08:03 +01:00
ether9221.c devether: mux bridges, portable netconsole 2018-02-18 19:56:01 +01:00
fns.h kernel: move waserror() macro to port/portfns.h 2021-10-11 11:52:37 +00:00
fpi.c
fpi.h
fpiarm.c kernel: introduce per process FPU struct (PFPU) for more flexible machine specific fpu handling 2017-11-04 20:08:22 +01:00
fpimem.c
init9.s
io.h
l.s
lexception.s
lproc.s
main.c kernel: implement portable userinit() and simplify process creation 2020-01-26 19:01:36 +01:00
mem.h kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, add PTECACHED bits 2019-08-26 22:34:38 +02: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
mouse.c
nvram
rebootcode.s
screen.c kernel: cleanup the software mouse cursor mess 2020-04-10 17:12:51 +02:00
screen.h kernel: cleanup the software mouse cursor mess 2020-04-10 17:12:51 +02:00
softfpu.c
syscall.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
uarti8250.c
usbehci.h usbehci: use 64-bit base address, remove resetlck, simplify scanpci() 2021-01-17 11:55:39 +01:00
usbehciomap.c usbehci: use 64-bit base address, remove resetlck, simplify scanpci() 2021-01-17 11:55:39 +01:00
words