freebsd-dev/sys/powerpc/aim
Dimitry Andric d142601887 powerpc: fix a few pmap related functions to return correct types
While experimenting with changing boolean_t to another type, I noticed
that several powerpc pmap related functions returned the wrong type:
boolean_t instead of int.

Fix several declarations and definitions to match the actual pmap
function types: pmap_dev_direct_mapped_t and pmap_ts_referenced_t.

MFC after:	3 days
2023-04-23 15:23:04 +02:00
..
aim_machdep.c Adjust function definition in aim_machdep.c to avoid clang 15 warning 2022-08-15 20:48:34 +02:00
locore32.S
locore64.S powerpc64le: fix boot when using QEMU PowerNV 2021-11-25 16:41:46 -03:00
locore.S Add CFI start/end proc directives to arm64, i386, and ppc 2020-12-05 00:33:28 +00:00
mmu_oea64.c powerpc: fix a few pmap related functions to return correct types 2023-04-23 15:23:04 +02:00
mmu_oea64.h powerpc64: Split out DMAP and non-DMAP implementations of some methods 2021-05-05 20:57:33 -05:00
mmu_oea.c powerpc: fix a few pmap related functions to return correct types 2023-04-23 15:23:04 +02:00
mmu_radix.c powerpc: fix a few pmap related functions to return correct types 2023-04-23 15:23:04 +02:00
moea64_native.c Adjust function definition in moea64_native.c to avoid clang 15 warning 2022-08-15 20:48:35 +02:00
mp_cpudep.c powerpc: fix warning: a function declaration without a prototype is deprecated in all versions of C 2023-02-26 01:00:19 +01:00
slb.c powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flag 2022-10-03 20:56:41 -03:00
trap_subr32.S AST: rework 2022-08-02 21:11:09 +03:00
trap_subr64.S AST: rework 2022-08-02 21:11:09 +03:00