HomeSort by: relevance | last modified time | path
    Searched refs:bat (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/arch/macppc/include/
bat.h 1 /* $NetBSD: bat.h,v 1.4 2003/02/03 17:09:56 matt Exp $ */
3 #include <powerpc/bat.h>
  /src/sys/arch/powerpc/include/
bat.h 1 /* $NetBSD: bat.h,v 1.6 2008/02/05 18:10:46 garbled Exp $ */
8 #include <powerpc/oea/bat.h>
  /src/sys/arch/powerpc/include/oea/
Makefile 5 INCS= bat.h \
bat.h 1 /* $NetBSD: bat.h,v 1.20 2020/07/06 10:31:23 rin Exp $ */
74 struct bat { struct
80 /* Lower BAT bits (all but PowerPC 601): */
101 /* Upper BAT bits (all but PowerPC 601): */
151 /* Lower BAT bits (PowerPC 601): */
156 /* Upper BAT bits (PowerPC 601): */
215 extern struct bat battable[];
  /src/sys/arch/powerpc/powerpc/
db_interface.c 32 #include <powerpc/oea/bat.h>
108 { DDB_ADD_CMD("bat", db_show_bat, 0,
109 "Print BAT register translations", NULL,NULL) },
311 print_battranslation(struct bat *bat, unsigned int blidx)
335 bat->batu, bat->batl, batsizes[blidx], bat->batu & ~len,
336 (bat->batu & ~len) + len, bat->batl & ~len)
    [all...]
kgdb_machdep.c 63 #include <powerpc/oea/bat.h>
  /src/sys/dev/acpi/
qcompas.c 1444 struct battmgr_bat_info *bat; local
1445 if (len - sizeof(hdr) < sizeof(*bat)) {
1447 "invalid battgmr bat info\n");
1450 bat = kmem_alloc(sizeof(*bat), KM_SLEEP);
1451 memcpy(bat, buf + sizeof(hdr), sizeof(*bat));
1452 qcpas_pmic_rtr_bat_info(sc, bat);
1453 kmem_free(bat, sizeof(*bat));
1457 struct battmgr_bat_status *bat; local
    [all...]
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 2 REM Usage: [buildbase.bat ..\vs2013\mysolution.sln 12]
7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
  /src/games/mille/
comp.c 408 CARD bat, spd, card; local
410 bat = pp->battle;
413 if (pp->can_go || ((is_repair(bat) || bat == C_STOP || spd == C_LIMIT) &&
415 (bat >= 0 && Numseen[safety(bat)] != 0))
  /src/lib/libkvm/
kvm_powerpc64.c 90 #include <powerpc/oea/bat.h>
  /src/sys/arch/macppc/macppc/
rbus_machdep.c 37 #include <powerpc/oea/bat.h>
cpu.c 52 #include <powerpc/oea/bat.h>
  /src/sys/arch/powerpc/oea/
prep_machdep.c 59 #include <powerpc/oea/bat.h>
144 * Set up fixed BAT registers. We map the PReP IO and MEM
ofw_rascons.c 55 #include <powerpc/oea/bat.h>
ofwoea_machdep.c 67 #include <powerpc/oea/bat.h>
110 * during the firmware call will not erroneously load kernel BAT
114 struct bat ofw_battable[BAT_VA2IDX(0xffffffff)+1];
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 4 echo "Usage: wintest.bat <Release | ReleaseDLL | Debug | DebugDLL"
  /src/sys/arch/evbppc/ev64260/
ev64260_locore.S 51 #include <powerpc/oea/bat.h>
  /src/sys/arch/evbppc/nintendo/
mmuinit.S 30 #include <powerpc/oea/bat.h>
33 * When we are invoked from Wii loaders, the state of the MMU and the BAT
  /src/sys/arch/ibmnws/ibmnws/
machdep.c 66 #include <powerpc/oea/bat.h>
  /src/sys/arch/macppc/stand/bootxx/
bootxx.c 35 #include <powerpc/oea/bat.h>
84 " blt 2f \n" /* skip over non-601 BAT setup */
86 " mtdbatu 3,%r0 \n" /* non-601 BAT */
98 "2: mfmsr %r8 \n" /* 601 BAT */
  /src/sys/arch/bebox/bebox/
machdep.c 59 #include <powerpc/bat.h>
  /src/sys/arch/evbppc/pmppc/
machdep.c 104 #include <powerpc/oea/bat.h>
192 * Initialize the BAT registers
  /src/sys/arch/mvmeppc/mvmeppc/
machdep.c 68 #include <powerpc/oea/bat.h>
  /src/sys/arch/ofppc/ofppc/
cpu.c 50 #include <powerpc/oea/bat.h>
  /src/sys/arch/sandpoint/stand/altboot/
entry.S 6 #include <powerpc/oea/bat.h>

Completed in 51 milliseconds

1 2