freebsd-src/sys/arm64/arm64
Mitchell Horne 609cdb12b9 ofw: convert boolean_t to bool
Most of these already treat it as a proper bool, i.e. using true/false.
Also fix-up callers of OF_install().

No functional change intended.

Reviewed by:	andrew, emaste
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D45733
2024-06-26 11:14:36 -03:00
..
autoconf.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
bus_machdep.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
bus_space_asm.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
busdma_bounce.c busdma: better handling of small segment bouncing 2024-05-07 13:02:57 -03:00
busdma_machdep.c busdma: tidy bus_dma_run_filter() functions 2023-12-06 19:11:39 -04:00
clock.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cmn600.c arm64/cmn600: Grammar fix 2024-02-13 15:19:22 +08:00
copyinout.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
cpu_errata.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cpufunc_asm.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
db_disasm.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
db_interface.c arm64: Use void pointers for arguments to arm64_get_writable_addr 2024-03-15 10:10:24 -07:00
db_trace.c arm64: Support hardware breakpoints 2024-04-12 09:32:56 +00:00
debug_monitor.c arm64: Support break and watch points in VHE 2024-05-17 16:07:16 +00:00
disassem.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
dump_machdep.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
efirt_machdep.c arm64: Check DMAP address is valid in PHYS_IN_DMAP 2024-04-24 18:17:19 +00:00
elf_machdep.c arm64: Switch the address argument to cpu_*cache* to a pointer 2024-03-15 10:09:49 -07:00
elf32_machdep.c imgact_elf: Add const to the header_supported callback arguments 2024-03-04 11:52:21 -08:00
exception.S arm64: Clear td_frame when returning to userspace 2024-06-12 14:08:13 +01:00
exec_machdep.c arm64: Support passing more registers to signals 2024-03-21 10:13:16 +00:00
freebsd32_machdep.c freebsd32: struct siginfo32 -> struct __siginfo32 2024-03-19 23:13:26 +00:00
gdb_machdep.c arm64: Support hardware breakpoints 2024-04-12 09:32:56 +00:00
genassym.c arm64: Add TF_LR, it will be used by bhyve asm 2024-02-21 18:55:32 +00:00
gic_v3_acpi.c intrng: Allow alternative IPI PICs to be registered and used 2024-01-24 23:49:54 +00:00
gic_v3_fdt.c intrng: Allow alternative IPI PICs to be registered and used 2024-01-24 23:49:54 +00:00
gic_v3_reg.h gicv3: Define PA masks for the PENDBASR and PROPBASER registers 2024-02-28 07:09:42 -07:00
gic_v3_var.h arm64/gicv3: Check if the hardware supports LPIs 2024-05-10 09:29:24 +00:00
gic_v3.c arm64/gicv3: Check if the hardware supports LPIs 2024-05-10 09:29:24 +00:00
gicv3_its.c arm64/gicv3: Check if the hardware supports LPIs 2024-05-10 09:29:24 +00:00
hyp_stub.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
identcpu.c arm64: Use the _REG macros to read ID registers 2024-05-17 09:38:38 +00:00
locore.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
machdep_boot.c arm64: fix the handling of DDB symbols in early boot 2024-01-18 16:41:02 +00:00
machdep.c ofw: convert boolean_t to bool 2024-06-26 11:14:36 -03:00
mem.c uio: Use switch statements when handling UIO_READ vs UIO_WRITE 2024-05-10 13:43:36 -07:00
memcmp.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
memcpy.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
memset.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
minidump_machdep.c arm64: Check DMAP address is valid in PHYS_IN_DMAP 2024-04-24 18:17:19 +00:00
mp_machdep.c arm64: Flush the spintable release address 2024-05-10 09:29:24 +00:00
nexus.c new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCE 2024-03-13 15:05:54 -07:00
ofw_machdep.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
pl031_rtc.c arm64: Add a driver for the Arm PL031 RTC 2023-08-15 13:13:39 +01:00
pmap.c arm64: Remove some redundant calculations from pmap_bootstrap{,_san1}() 2024-06-20 17:53:54 -04:00
ptrace_machdep.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ptrauth.c arm64: Use the pointer auth register defines 2024-05-22 08:19:06 +00:00
sdt_machdep.c sdt: Implement SDT probes using hot-patching 2024-06-19 16:57:41 -04:00
sigtramp.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
stack_machdep.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
strcmp.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
strncmp.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
support_ifunc.c arm64: add swapueword8/32 2023-05-11 13:23:14 -05:00
support.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
swtch.S arm64: Create a version of vfp_save_state for cpu_switch 2024-06-12 14:09:14 +01:00
sys_machdep.c Add a BTI sysarch 2024-02-22 16:27:47 +00:00
trap.c arm64: Add EL1 hardware breakpoint exceptions 2024-03-21 10:13:24 +00:00
uio_machdep.c uio: Use switch statements when handling UIO_READ vs UIO_WRITE 2024-05-10 13:43:36 -07:00
undefined.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
unwind.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vfp.c arm64: Create a version of vfp_save_state for cpu_switch 2024-06-12 14:09:14 +01:00
vm_machdep.c arm64: Add a CPU reset hook instead of expecting PSCI 2024-04-05 17:37:15 -04:00