===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gxemul-0.6.2/doc/generate_machine_doc.sh-14-for a in doc/machines/*.SKEL; do
gxemul-0.6.2/doc/generate_machine_doc.sh:15:	MACHINE=`echo $a|cut -d _ -f 2- | cut -d . -f 1`
gxemul-0.6.2/doc/generate_machine_doc.sh-16-	echo Generating final HTML documentation for machine $MACHINE...
##############################################
gxemul-0.6.2/doc/debugging.html-374-    <size_memory(0x41000000,&vector_list,0,0x470000,0xc003f0fc,0xc003f09a,0xc003f0fc,0x470000,..)>
gxemul-0.6.2/doc/debugging.html:375:      <badaddr(0x476000,4,0,0x470000,0xc003f0fc,0xc003f09a,0xc003f0fc,0x470000,..)>
gxemul-0.6.2/doc/debugging.html-376-<badaddr>
##############################################
gxemul-0.6.2/doc/TODO.html-458-
gxemul-0.6.2/doc/TODO.html:459:  [ ]	Memory/bus reads in "no exception" mode (for disasm and memory dumping,
gxemul-0.6.2/doc/TODO.html-460-  	and other things).
##############################################
gxemul-0.6.2/doc/experiments.html-214-		Starts CPU i. It begins execution at the address
gxemul-0.6.2/doc/experiments.html:215:		set by a write to startupaddr (see below).</td>
gxemul-0.6.2/doc/experiments.html-216-	  </tr>
##############################################
gxemul-0.6.2/doc/experiments.html-218-	    <td align="left" valign="top"><tt>0x0030</tt></td>
gxemul-0.6.2/doc/experiments.html:219:	    <td align="left" valign="top">Write: <b><tt>startupaddr(addr)</tt></b>.
gxemul-0.6.2/doc/experiments.html-220-		Sets the starting address for CPUs.</td>
##############################################
gxemul-0.6.2/doc/experiments.html-223-	    <td align="left" valign="top"><tt>0x0040</tt></td>
gxemul-0.6.2/doc/experiments.html:224:	    <td align="left" valign="top">Write: <b><tt>pause_addr(addr)</tt></b>.
gxemul-0.6.2/doc/experiments.html-225-		Sets the pause address. (NOTE: This is not
##############################################
gxemul-0.6.2/experiments/make_index.sh-7-for a in *.cc; do
gxemul-0.6.2/experiments/make_index.sh:8:	B=`grep COMMENT $a`
gxemul-0.6.2/experiments/make_index.sh-9-	if [ z"$B" != z ]; then
##############################################
gxemul-0.6.2/HISTORY-832-20040722	Trying to fix some more TCP related bugs.
gxemul-0.6.2/HISTORY:833:20040725	Changing the inlined asm statement in bintrans_alpha.c into
gxemul-0.6.2/HISTORY-834-		a call to a hardcoded array of bytes that do the same thing
##############################################
gxemul-0.6.2/HISTORY-4192-20081210	The SH4 Store Queue memory area is 0x04000000 long, not 0x40.
gxemul-0.6.2/HISTORY:4193:20081211	OpenBSD/m88k's badaddr() should now be able to detect
gxemul-0.6.2/HISTORY-4194-		invalid addresses; memory_rw.c causes exceptions on reads
##############################################
gxemul-0.6.2/HISTORY-4643-20180214	Minor fixes for LUNA 88K.
gxemul-0.6.2/HISTORY:4644:		88K disasm shows "nop" instead of "or r0,r0,r0" now.
gxemul-0.6.2/HISTORY-4645-		OpenBSD/luna88k 5.2 (an older version) now reaches userland
##############################################
gxemul-0.6.2/configure-1197-		cd src/include
gxemul-0.6.2/configure:1198:		HNAME=`find . -name $a.h | cut -c 3-`
gxemul-0.6.2/configure-1199-		cd ../..
##############################################
gxemul-0.6.2/configure-1213-for a in `cat _commands.tmp`; do
gxemul-0.6.2/configure:1214:	CNAME=`echo $a|cut -d . -f 1`
gxemul-0.6.2/configure-1215-	printf "#include \"commands/$CNAME.h\"\n" >> commands_h.h
##############################################
gxemul-0.6.2/configure-1228-for a in `cat ../../../_components.tmp`; do
gxemul-0.6.2/configure:1229:	CNAME=`grep COMPONENT\($a\) *.h|cut -d . -f 1`
gxemul-0.6.2/configure-1230-	printf "#include \"components/$CNAME.h\"\n" >> ../../../components_h.h
##############################################
gxemul-0.6.2/src/devices/dev_cpc700.cc-88-		bus_pci_decompose_1(idata, &bus, &dev, &func, &reg);
gxemul-0.6.2/src/devices/dev_cpc700.cc:89:		bus_pci_setaddr(cpu, d->pci_data, bus, dev, func, reg);
gxemul-0.6.2/src/devices/dev_cpc700.cc-90-		break;
##############################################
gxemul-0.6.2/src/devices/dev_uninorth.cc-80-
gxemul-0.6.2/src/devices/dev_uninorth.cc:81:		bus_pci_setaddr(cpu, d->pci_data, bus, dev, func, reg);
gxemul-0.6.2/src/devices/dev_uninorth.cc-82-	} else {
##############################################
gxemul-0.6.2/src/devices/dev_sh4.cc-922-			int reg  =  idata        & 0xff;
gxemul-0.6.2/src/devices/dev_sh4.cc:923:			bus_pci_setaddr(cpu, d->pci_data, bus, dev, func, reg);
gxemul-0.6.2/src/devices/dev_sh4.cc-924-		}
##############################################
gxemul-0.6.2/src/devices/dev_v3.cc-173-	reg  = relative_addr & 0xfc;
gxemul-0.6.2/src/devices/dev_v3.cc:174:	bus_pci_setaddr(cpu, d->pci_data, bus, dev, func, reg);
gxemul-0.6.2/src/devices/dev_v3.cc-175-
##############################################
gxemul-0.6.2/src/devices/dev_gt.cc-183-		bus_pci_decompose_1(idata, &bus, &dev, &func, &reg);
gxemul-0.6.2/src/devices/dev_gt.cc:184:		bus_pci_setaddr(cpu, d->pci_data, bus, dev, func, reg);
gxemul-0.6.2/src/devices/dev_gt.cc-185-		break;
##############################################
gxemul-0.6.2/src/devices/makeautodev.sh-40-for a in *.cc; do
gxemul-0.6.2/src/devices/makeautodev.sh:41:	B=`grep COMMENT $a`
gxemul-0.6.2/src/devices/makeautodev.sh-42-	if [ z"$B" != z ]; then
##############################################
gxemul-0.6.2/src/devices/makeautodev.sh-49-for a in dev_*.cc; do
gxemul-0.6.2/src/devices/makeautodev.sh:50:	B=`grep DEVINIT $a`
gxemul-0.6.2/src/devices/makeautodev.sh-51-	if [ z"$B" != z ]; then
gxemul-0.6.2/src/devices/makeautodev.sh:52:		C=`grep DEVINIT $a | cut -d \( -f 2|cut -d \) -f 1`
gxemul-0.6.2/src/devices/makeautodev.sh-53-		for B in $C; do
##############################################
gxemul-0.6.2/src/devices/makeautodev.sh-60-for a in bus_pci.cc; do
gxemul-0.6.2/src/devices/makeautodev.sh:61:	B=`grep PCIINIT $a`
gxemul-0.6.2/src/devices/makeautodev.sh-62-	if [ z"$B" != z ]; then
gxemul-0.6.2/src/devices/makeautodev.sh:63:		C=`grep PCIINIT $a | cut -d \( -f 2|cut -d \) -f 1`
gxemul-0.6.2/src/devices/makeautodev.sh-64-		for B in $C; do
##############################################
gxemul-0.6.2/src/devices/makeautodev.sh-74-for a in dev_*.cc; do
gxemul-0.6.2/src/devices/makeautodev.sh:75:	B=`grep DEVINIT $a`
gxemul-0.6.2/src/devices/makeautodev.sh-76-	if [ z"$B" != z ]; then
gxemul-0.6.2/src/devices/makeautodev.sh:77:		C=`grep DEVINIT $a | cut -d \( -f 2|cut -d \) -f 1`
gxemul-0.6.2/src/devices/makeautodev.sh-78-		for B in $C; do
##############################################
gxemul-0.6.2/src/devices/makeautodev.sh-86-for a in bus_pci.cc; do
gxemul-0.6.2/src/devices/makeautodev.sh:87:	B=`grep PCIINIT $a`
gxemul-0.6.2/src/devices/makeautodev.sh-88-	if [ z"$B" != z ]; then
gxemul-0.6.2/src/devices/makeautodev.sh:89:		C=`grep PCIINIT $a | cut -d \( -f 2|cut -d \) -f 1`
gxemul-0.6.2/src/devices/makeautodev.sh-90-		for B in $C; do
##############################################
gxemul-0.6.2/src/devices/dev_le.cc-404-			 *
gxemul-0.6.2/src/devices/dev_le.cc:405:			 *	lance_read(sc, LE_RBUFADDR(sc, bix),
gxemul-0.6.2/src/devices/dev_le.cc-406-			 *		(int)rmd.rmd3 - 4);
##############################################
gxemul-0.6.2/src/devices/dev_le.cc-671-		} else {
gxemul-0.6.2/src/devices/dev_le.cc:672:			fatal("[ le: WRITE to ethernet addr (%08lx):",
gxemul-0.6.2/src/devices/dev_le.cc-673-			    (long)relative_addr);
##############################################
gxemul-0.6.2/src/devices/dev_footbridge.cc-249-	bus_pci_decompose_1(relative_addr, &bus, &dev, &func, &reg);
gxemul-0.6.2/src/devices/dev_footbridge.cc:250:	bus_pci_setaddr(cpu, d->pcibus, bus, dev, func, reg);
gxemul-0.6.2/src/devices/dev_footbridge.cc-251-
##############################################
gxemul-0.6.2/src/devices/bus_pci.cc-191-/*
gxemul-0.6.2/src/devices/bus_pci.cc:192: *  bus_pci_setaddr():
gxemul-0.6.2/src/devices/bus_pci.cc-193- *
##############################################
gxemul-0.6.2/src/devices/bus_pci.cc-195- */
gxemul-0.6.2/src/devices/bus_pci.cc:196:void bus_pci_setaddr(struct cpu *cpu, struct pci_data *pci_data,
gxemul-0.6.2/src/devices/bus_pci.cc-197-	int bus, int device, int function, int reg)
##############################################
gxemul-0.6.2/src/devices/bus_pci.cc-199-	if (cpu == NULL || pci_data == NULL) {
gxemul-0.6.2/src/devices/bus_pci.cc:200:		fatal("bus_pci_setaddr(): NULL ptr\n");
gxemul-0.6.2/src/devices/bus_pci.cc-201-		exit(1);
##############################################
gxemul-0.6.2/src/devices/dev_osiop.cc-204-		d->last_host_page =
gxemul-0.6.2/src/devices/dev_osiop.cc:205:		    memory_paddr_to_hostaddr(cpu->mem, d->last_phys_page, 0);
gxemul-0.6.2/src/devices/dev_osiop.cc-206-	}
##############################################
gxemul-0.6.2/src/devices/dev_osiop.cc-225-		d->last_host_page =
gxemul-0.6.2/src/devices/dev_osiop.cc:226:		    memory_paddr_to_hostaddr(cpu->mem, d->last_phys_page, 0);
gxemul-0.6.2/src/devices/dev_osiop.cc-227-	}
##############################################
gxemul-0.6.2/src/devices/dev_osiop.cc-236-		d->last_host_page =
gxemul-0.6.2/src/devices/dev_osiop.cc:237:		    memory_paddr_to_hostaddr(cpu->mem, d->last_phys_page, 1);
gxemul-0.6.2/src/devices/dev_osiop.cc-238-	}
##############################################
gxemul-0.6.2/src/devices/dev_i80321.cc-217-			bus = 0;	/*  NOTE  */
gxemul-0.6.2/src/devices/dev_i80321.cc:218:			bus_pci_setaddr(cpu, d->pci_bus, bus, dev, func, reg);
gxemul-0.6.2/src/devices/dev_i80321.cc-219-		} else {
##############################################
gxemul-0.6.2/src/devices/dev_lca.cc-140-	/*  Pass PCI accesses onto bus_pci:  */
gxemul-0.6.2/src/devices/dev_lca.cc:141:	bus_pci_setaddr(cpu, d->pci_data, bus, dev, func, reg);
gxemul-0.6.2/src/devices/dev_lca.cc-142-	bus_pci_data_access(cpu, d->pci_data, writeflag == MEM_READ?
##############################################
gxemul-0.6.2/src/devices/dev_sgi_ip32.cc-746-		bus_pci_decompose_1(idata, &bus, &dev, &func, &pcireg);
gxemul-0.6.2/src/devices/dev_sgi_ip32.cc:747:		bus_pci_setaddr(cpu, d->pci_data, bus, dev, func, pcireg);
gxemul-0.6.2/src/devices/dev_sgi_ip32.cc-748-		break;
##############################################
gxemul-0.6.2/src/devices/dev_eagle.cc-68-		bus_pci_decompose_1(idata, &bus, &dev, &func, &reg);
gxemul-0.6.2/src/devices/dev_eagle.cc:69:		bus_pci_setaddr(cpu, d->pci_data, bus, dev, func, reg);
gxemul-0.6.2/src/devices/dev_eagle.cc-70-		break;
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_rpb.h-46-#define	HWRPB_PADDR		0x14000
gxemul-0.6.2/src/include/thirdparty/alpha_rpb.h:47:#define	CTB_ADDR	(HWRPB_ADDR + 0x1000)
gxemul-0.6.2/src/include/thirdparty/alpha_rpb.h:48:#define	CRB_ADDR	(HWRPB_ADDR + 0x1400)
gxemul-0.6.2/src/include/thirdparty/alpha_rpb.h:49:#define	MEMDAT_ADDR	(HWRPB_ADDR + 0x1800)
gxemul-0.6.2/src/include/thirdparty/alpha_rpb.h:50:#define	PCS_ADDR	(HWRPB_ADDR + 0x1c00)
gxemul-0.6.2/src/include/thirdparty/alpha_rpb.h-51-
##############################################
gxemul-0.6.2/src/include/thirdparty/dec_kn03.h-149-#define	KN03_REG_IMSK		( KN03_SYS_ASIC + IOASIC_IMSK )
gxemul-0.6.2/src/include/thirdparty/dec_kn03.h:150:#define	KN03_REG_CURADDR	( KN03_SYS_ASIC + IOASIC_CURADDR )
gxemul-0.6.2/src/include/thirdparty/dec_kn03.h-151-
##############################################
gxemul-0.6.2/src/include/thirdparty/armreg.h-707-	uint32_t __rv;						\
gxemul-0.6.2/src/include/thirdparty/armreg.h:708:	__asm __volatile("mrc " __insnstring : "=r"(__rv));	\
gxemul-0.6.2/src/include/thirdparty/armreg.h-709-	return __rv;						\
##############################################
gxemul-0.6.2/src/include/thirdparty/armreg.h-714-{								\
gxemul-0.6.2/src/include/thirdparty/armreg.h:715:	__asm __volatile("mcr " __insnstring :: "r"(__val));	\
gxemul-0.6.2/src/include/thirdparty/armreg.h-716-}
##############################################
gxemul-0.6.2/src/include/thirdparty/armreg.h-721-	uint32_t __rv;						\
gxemul-0.6.2/src/include/thirdparty/armreg.h:722:	__asm __volatile(".fpu vfp");				\
gxemul-0.6.2/src/include/thirdparty/armreg.h:723:	__asm __volatile(__insnstring : "=r"(__rv));		\
gxemul-0.6.2/src/include/thirdparty/armreg.h-724-	return __rv;						\
##############################################
gxemul-0.6.2/src/include/thirdparty/armreg.h-729-{								\
gxemul-0.6.2/src/include/thirdparty/armreg.h:730:	__asm __volatile(".fpu vfp");				\
gxemul-0.6.2/src/include/thirdparty/armreg.h:731:	__asm __volatile(__insnstring :: "r"(__val));		\
gxemul-0.6.2/src/include/thirdparty/armreg.h-732-}
##############################################
gxemul-0.6.2/src/include/thirdparty/armreg.h-737-	uint64_t __rv;						\
gxemul-0.6.2/src/include/thirdparty/armreg.h:738:	__asm __volatile("mrrc " __insnstring : "=r"(__rv));	\
gxemul-0.6.2/src/include/thirdparty/armreg.h-739-	return __rv;						\
##############################################
gxemul-0.6.2/src/include/thirdparty/armreg.h-744-{								\
gxemul-0.6.2/src/include/thirdparty/armreg.h:745:	__asm __volatile("mcrr " __insnstring :: "r"(__val));	\
gxemul-0.6.2/src/include/thirdparty/armreg.h-746-}
##############################################
gxemul-0.6.2/src/include/thirdparty/impactsr-bsd.h-114-#define	IMPACTSR_CMD_HQ_PG_OFFSET(v)	(0x0008050400000000L|((unsigned)(v)&0xffffffff))
gxemul-0.6.2/src/include/thirdparty/impactsr-bsd.h:115:#define	IMPACTSR_CMD_HQ_PG_STARTADDR(v)	(0x0008060400000000L|((unsigned)(v)&0xffffffff))
gxemul-0.6.2/src/include/thirdparty/impactsr-bsd.h-116-#define	IMPACTSR_CMD_HQ_PG_LINECNT(v)	(0x0008070400000000L|((unsigned)(v)&0xffffffff))
##############################################
gxemul-0.6.2/src/include/thirdparty/exec_elf.h-738-#define ELF_AUX_ENTRIES	8		/* Size of aux array passed to loader */
gxemul-0.6.2/src/include/thirdparty/exec_elf.h:739:#define ELF32_NO_ADDR	(~(Elf32_Addr)0) /* Indicates addr. not yet filled in */
gxemul-0.6.2/src/include/thirdparty/exec_elf.h:740:#define ELF64_NO_ADDR	(~(Elf64_Addr)0) /* Indicates addr. not yet filled in */
gxemul-0.6.2/src/include/thirdparty/exec_elf.h-741-
##############################################
gxemul-0.6.2/src/include/thirdparty/ps2_dmacreg.h-462-#define DMATAG_ADDR_SHIFT		32
gxemul-0.6.2/src/include/thirdparty/ps2_dmacreg.h:463:#define DMATAG_ADDR(x)							\
gxemul-0.6.2/src/include/thirdparty/ps2_dmacreg.h-464-	((uint32_t)(((x) >> DMATAG_ADDR_SHIFT) & DMATAG_ADDR_MASK))
##############################################
gxemul-0.6.2/src/include/thirdparty/mips_cpuregs.h-342-
gxemul-0.6.2/src/include/thirdparty/mips_cpuregs.h:343:/* Split Secondary Cache Mode - 0: I/D mixed, 1: I/D separated by SCAddr(17) */
gxemul-0.6.2/src/include/thirdparty/mips_cpuregs.h-344-#define	MIPS3_CONFIG_SS		0x00200000
##############################################
gxemul-0.6.2/src/include/thirdparty/maltareg.h-208-#define MALTA_PCI0_IO_BASE         MALTA_PCIMEM3_BASE
gxemul-0.6.2/src/include/thirdparty/maltareg.h:209:#define MALTA_PCI0_ADDR( addr )    (MALTA_PCI0_IO_BASE + (addr))
gxemul-0.6.2/src/include/thirdparty/maltareg.h-210-
##############################################
gxemul-0.6.2/src/include/thirdparty/maltareg.h-215-#define MALTA_SMSC_COM2_ADR        0x2f8
gxemul-0.6.2/src/include/thirdparty/maltareg.h:216:#define MALTA_UART0ADR             MALTA_SMSC_COM1_ADR // MALTA_PCI0_ADDR(MALTA_SMSC_COM1_ADR)
gxemul-0.6.2/src/include/thirdparty/maltareg.h:217:#define MALTA_UART1ADR             MALTA_SMSC_COM2_ADR // MALTA_PCI0_ADDR(MALTA_SMSC_COM2_ADR)
gxemul-0.6.2/src/include/thirdparty/maltareg.h-218-
gxemul-0.6.2/src/include/thirdparty/maltareg.h-219-#define MALTA_SMSC_1284_ADR        0x378
gxemul-0.6.2/src/include/thirdparty/maltareg.h:220:#define MALTA_1284ADR              MALTA_SMSC_1284_ADR // MALTA_PCI0_ADDR(MALTA_SMSC_1284_ADR)
gxemul-0.6.2/src/include/thirdparty/maltareg.h-221-
gxemul-0.6.2/src/include/thirdparty/maltareg.h-222-#define MALTA_SMSC_FDD_ADR         0x3f0
gxemul-0.6.2/src/include/thirdparty/maltareg.h:223:#define MALTA_FDDADR               MALTA_SMSC_FDD_ADR // MALTA_PCI0_ADDR(MALTA_SMSC_FDD_ADR)
gxemul-0.6.2/src/include/thirdparty/maltareg.h-224-
gxemul-0.6.2/src/include/thirdparty/maltareg.h-225-#define MALTA_SMSC_KYBD_ADR        0x60  /* Fixed 0x60, 0x64 */
gxemul-0.6.2/src/include/thirdparty/maltareg.h:226:#define MALTA_KYBDADR              MALTA_SMSC_KYBD_ADR // MALTA_PCI0_ADDR(MALTA_SMSC_KYBD_ADR)
gxemul-0.6.2/src/include/thirdparty/maltareg.h-227-#define MALTA_SMSC_MOUSE_ADR       MALTA_SMSC_KYBD_ADR
##############################################
gxemul-0.6.2/src/include/thirdparty/dreamcast_sysasicvar.h-73-
gxemul-0.6.2/src/include/thirdparty/dreamcast_sysasicvar.h:74:#define	SYSASIC_EVENT_TO_ADDR(e)	(SYSASIC_BASE + 4*((e)>>5))
gxemul-0.6.2/src/include/thirdparty/dreamcast_sysasicvar.h-75-#define	SYSASIC_EVENT_TO_BITMASK(e)	(1 << ((e) & 31))
##############################################
gxemul-0.6.2/src/include/thirdparty/dreamcast_sysasicvar.h-78-	uint8_t buf[8];							\
gxemul-0.6.2/src/include/thirdparty/dreamcast_sysasicvar.h:79:	uint64_t tmp1 = SYSASIC_EVENT_TO_ADDR(e);			\
gxemul-0.6.2/src/include/thirdparty/dreamcast_sysasicvar.h-80-	uint64_t tmp2 = SYSASIC_EVENT_TO_BITMASK(e);			\
##############################################
gxemul-0.6.2/src/include/thirdparty/ppc_spr.h-17-#define	mtspr(reg, val)							\
gxemul-0.6.2/src/include/thirdparty/ppc_spr.h:18:	__asm __volatile("mtspr %0,%1" : : "K"(reg), "r"(val))
gxemul-0.6.2/src/include/thirdparty/ppc_spr.h-19-#ifdef __GNUC__
##############################################
gxemul-0.6.2/src/include/thirdparty/ppc_spr.h-21-	( { register_t val;						\
gxemul-0.6.2/src/include/thirdparty/ppc_spr.h:22:	  __asm __volatile("mfspr %0,%1" : "=r"(val) : "K"(reg));	\
gxemul-0.6.2/src/include/thirdparty/ppc_spr.h-23-	  val; } )
##############################################
gxemul-0.6.2/src/include/thirdparty/sh4_cpu.h-174-		p = &&P1;						\
gxemul-0.6.2/src/include/thirdparty/sh4_cpu.h:175:		__asm volatile("nop;nop;nop;nop;nop;nop;nop;nop");	\
gxemul-0.6.2/src/include/thirdparty/sh4_cpu.h-176-		goto *(void *)SH3_P2SEG_TO_P1SEG(p);			\
##############################################
gxemul-0.6.2/src/include/thirdparty/pxreg.h-166-
gxemul-0.6.2/src/include/thirdparty/pxreg.h:167:#define XMASKADDR(__sx, __a)	(((__a)-((__sx) % STAMP_WIDTH)) & 0xF)
gxemul-0.6.2/src/include/thirdparty/pxreg.h:168:#define YMASKADDR(__sy, __b)	(((__b)-((__sy) % STAMP_HEIGHT)) & 0xF)
gxemul-0.6.2/src/include/thirdparty/pxreg.h:169:#define XYMASKADDR(_x,_y,_a,_b)	(XMASKADDR(_x,_a) << 16 | YMASKADDR(_y,_b))
gxemul-0.6.2/src/include/thirdparty/pxreg.h-170-
##############################################
gxemul-0.6.2/src/include/thirdparty/pxreg.h-362-static __inline__ volatile int32_t *
gxemul-0.6.2/src/include/thirdparty/pxreg.h:363:px_poll_addr(slotbase, addr)
gxemul-0.6.2/src/include/thirdparty/pxreg.h-364-	caddr_t slotbase;
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-222-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:223:#define	ALPHA_PTE_ASM			0x0010		/* addr. space match */
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-224-#define	ALPHA_PTE_GRANULARITY		0x0060		/* granularity hint */
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-351-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:352:	__asm volatile("rpcc %0" : "=r" (v0));
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-353-	return (v0);
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-355-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:356:#define	alpha_mb()	__asm volatile("mb" : : : "memory")
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:357:#define	alpha_wmb()	__asm volatile("mb" : : : "memory")	/* XXX */
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-358-
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-373-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:374:#define	alpha_pal_draina() __asm volatile("call_pal %0 # PAL_draina"	\
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-375-				: : "i" (PAL_draina) : "memory")
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-376-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:377:#define	alpha_pal_imb()	__asm volatile("call_pal %0 # PAL_imb"	\
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-378-				: : "i" (PAL_imb) : "memory")
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-384-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:385:	__asm volatile("call_pal %1 # PAL_OSF1_rdmces"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-386-		: "=r" (v0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-398-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:399:	__asm volatile("call_pal %1 # PAL_OSF1_rdps"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-400-		: "=r" (v0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-412-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:413:	__asm volatile("call_pal %1 # PAL_rdunique"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-414-		: "=r" (v0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-424-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:425:	__asm volatile("call_pal %1 # PAL_OSF1_rdusp"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-426-		: "=r" (v0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-438-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:439:	__asm volatile("call_pal %1 # PAL_OSF1_rdval"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-440-		: "=r" (v0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-453-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:454:	__asm volatile("call_pal %2 # PAL_OSF1_swpctx"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-455-		: "=r" (a0), "=r" (v0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-468-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:469:	__asm volatile("call_pal %2 # PAL_OSF1_swpipl"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-470-		: "=r" (a0), "=r" (v0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-483-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:484:	__asm volatile("call_pal %2 # PAL_OSF1_tbi"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-485-		: "=r" (a0), "=r" (a1)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-495-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:496:	__asm volatile("call_pal %1 # PAL_OSF1_whami"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-497-		: "=r" (v0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-509-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:510:	__asm volatile("call_pal %1 # PAL_OSF1_wrfen"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-511-		: "=r" (a0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-521-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:522:	__asm volatile("call_pal %1 # PAL_ipir"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-523-		: "=r" (a0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-533-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:534:	__asm volatile("call_pal %1 # PAL_wrunique"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-535-		: "=r" (a0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-543-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:544:	__asm volatile("call_pal %1 # PAL_OSF1_wrusp"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-545-		: "=r" (a0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-555-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:556:	__asm volatile("call_pal %1 # PAL_OSF1_wrmces"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-557-		: "=r" (a0)
##############################################
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-567-
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h:568:	__asm volatile("call_pal %1 # PAL_OSF1_wrval"
gxemul-0.6.2/src/include/thirdparty/alpha_cpu.h-569-		: "=r" (a0)
##############################################
gxemul-0.6.2/src/include/thirdparty/exec_aout.h-139-/* Address of the bottom of the text segment. */
gxemul-0.6.2/src/include/thirdparty/exec_aout.h:140:#define	N_TXTADDR(ex)	(N_GETMAGIC2(ex) == (ZMAGIC|0x10000) ? 0 : __LDPGSZ)
gxemul-0.6.2/src/include/thirdparty/exec_aout.h-141-
gxemul-0.6.2/src/include/thirdparty/exec_aout.h-142-/* Address of the bottom of the data segment. */
gxemul-0.6.2/src/include/thirdparty/exec_aout.h:143:#define	N_DATADDR(ex) \
gxemul-0.6.2/src/include/thirdparty/exec_aout.h:144:	(N_GETMAGIC(ex) == OMAGIC ? N_TXTADDR(ex) + (ex).a_text : \
gxemul-0.6.2/src/include/thirdparty/exec_aout.h:145:	(N_TXTADDR(ex) + (ex).a_text + __LDPGSZ - 1) & ~(__LDPGSZ - 1))
gxemul-0.6.2/src/include/thirdparty/exec_aout.h-146-
gxemul-0.6.2/src/include/thirdparty/exec_aout.h-147-/* Address of the bottom of the bss segment. */
gxemul-0.6.2/src/include/thirdparty/exec_aout.h:148:#define	N_BSSADDR(ex) \
gxemul-0.6.2/src/include/thirdparty/exec_aout.h:149:	(N_DATADDR(ex) + (ex).a_data)
gxemul-0.6.2/src/include/thirdparty/exec_aout.h-150-
##############################################
gxemul-0.6.2/src/include/thirdparty/dec_maxine.h-195-#define	XINE_REG_IMSK		( XINE_SYS_ASIC + IOASIC_IMSK )
gxemul-0.6.2/src/include/thirdparty/dec_maxine.h:196:#define	XINE_REG_CURADDR	( XINE_SYS_ASIC + IOASIC_CURADDR )
gxemul-0.6.2/src/include/thirdparty/dec_maxine.h-197-#define	XINE_ISDN_X_DATA	( XINE_SYS_ASIC + IOASIC_ISDN_X_DATA )
##############################################
gxemul-0.6.2/src/include/thirdparty/pcireg.h-371-
gxemul-0.6.2/src/include/thirdparty/pcireg.h:372:#define	PCI_MAPREG_MEM_ADDR(mr)						\
gxemul-0.6.2/src/include/thirdparty/pcireg.h-373-	    ((mr) & PCI_MAPREG_MEM_ADDR_MASK)
gxemul-0.6.2/src/include/thirdparty/pcireg.h-374-#define	PCI_MAPREG_MEM_SIZE(mr)						\
gxemul-0.6.2/src/include/thirdparty/pcireg.h:375:	    (PCI_MAPREG_MEM_ADDR(mr) & -PCI_MAPREG_MEM_ADDR(mr))
gxemul-0.6.2/src/include/thirdparty/pcireg.h-376-#define	PCI_MAPREG_MEM_ADDR_MASK		0xfffffff0
gxemul-0.6.2/src/include/thirdparty/pcireg.h-377-
gxemul-0.6.2/src/include/thirdparty/pcireg.h:378:#define	PCI_MAPREG_MEM64_ADDR(mr)					\
gxemul-0.6.2/src/include/thirdparty/pcireg.h-379-	    ((mr) & PCI_MAPREG_MEM64_ADDR_MASK)
gxemul-0.6.2/src/include/thirdparty/pcireg.h-380-#define	PCI_MAPREG_MEM64_SIZE(mr)					\
gxemul-0.6.2/src/include/thirdparty/pcireg.h:381:	    (PCI_MAPREG_MEM64_ADDR(mr) & -PCI_MAPREG_MEM64_ADDR(mr))
gxemul-0.6.2/src/include/thirdparty/pcireg.h-382-#define	PCI_MAPREG_MEM64_ADDR_MASK		0xfffffffffffffff0ULL
gxemul-0.6.2/src/include/thirdparty/pcireg.h-383-
gxemul-0.6.2/src/include/thirdparty/pcireg.h:384:#define	PCI_MAPREG_IO_ADDR(mr)						\
gxemul-0.6.2/src/include/thirdparty/pcireg.h-385-	    ((mr) & PCI_MAPREG_IO_ADDR_MASK)
gxemul-0.6.2/src/include/thirdparty/pcireg.h-386-#define	PCI_MAPREG_IO_SIZE(mr)						\
gxemul-0.6.2/src/include/thirdparty/pcireg.h:387:	    (PCI_MAPREG_IO_ADDR(mr) & -PCI_MAPREG_IO_ADDR(mr))
gxemul-0.6.2/src/include/thirdparty/pcireg.h-388-#define	PCI_MAPREG_IO_ADDR_MASK			0xfffffffc
##############################################
gxemul-0.6.2/src/include/thirdparty/tc_ioasicreg.h-185-
gxemul-0.6.2/src/include/thirdparty/tc_ioasicreg.h:186:#define	IOASIC_DMA_ADDR(p) \
gxemul-0.6.2/src/include/thirdparty/tc_ioasicreg.h-187-    ((((p) << 3) & ~0x1f) | (((p) >> 29) & 0x1f))
##############################################
gxemul-0.6.2/src/include/thirdparty/dec_5100.h-86-#define	KN230_CSR_INTR_RESET	0x00004000	/* reset button */
gxemul-0.6.2/src/include/thirdparty/dec_5100.h:87:#define KN230_CSR_INTR_WMERR	0x00002000	/* badaddr() or write error */
gxemul-0.6.2/src/include/thirdparty/dec_5100.h-88-#define KN230_CSR_INTR_LANCE	0x00001000	/* lance interrupt */
##############################################
gxemul-0.6.2/src/include/thirdparty/if_lereg.h-170- */
gxemul-0.6.2/src/include/thirdparty/if_lereg.h:171:#define	LER2_RMDADDR(p, i) \
gxemul-0.6.2/src/include/thirdparty/if_lereg.h-172-		(le->sc_ler2pad ? \
##############################################
gxemul-0.6.2/src/include/thirdparty/if_lereg.h-175-
gxemul-0.6.2/src/include/thirdparty/if_lereg.h:176:#define	LER2_TMDADDR(p, i) \
gxemul-0.6.2/src/include/thirdparty/if_lereg.h-177-		((le->sc_ler2pad ? \
##############################################
gxemul-0.6.2/src/include/thirdparty/if_lereg.h-180-
gxemul-0.6.2/src/include/thirdparty/if_lereg.h:181:#define	LER2_RBUFADDR(p, i) \
gxemul-0.6.2/src/include/thirdparty/if_lereg.h-182-		((le->sc_ler2pad ? \
##############################################
gxemul-0.6.2/src/include/thirdparty/if_lereg.h-185-
gxemul-0.6.2/src/include/thirdparty/if_lereg.h:186:#define	LER2_TBUFADDR(p, i) \
gxemul-0.6.2/src/include/thirdparty/if_lereg.h-187-		((le->sc_ler2pad ? \
##############################################
gxemul-0.6.2/src/include/thirdparty/dec_prom.h-231- */
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:232:#define DEC_PROM_FUNC_ADDR(funcNum)	(DEC_PROM_JUMP_TABLE_ADDR+((funcNum)*8))
gxemul-0.6.2/src/include/thirdparty/dec_prom.h-233-
##############################################
gxemul-0.6.2/src/include/thirdparty/dec_prom.h-295- */
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:296:#define DEC_PROM_RESET		DEC_PROM_FUNC_ADDR(0)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:297:#define DEC_PROM_EXEC		DEC_PROM_FUNC_ADDR(1)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:298:#define DEC_PROM_RESTART	DEC_PROM_FUNC_ADDR(2)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:299:#define DEC_PROM_REINIT		DEC_PROM_FUNC_ADDR(3)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:300:#define DEC_PROM_REBOOT		DEC_PROM_FUNC_ADDR(4)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:301:#define DEC_PROM_AUTOBOOT	DEC_PROM_FUNC_ADDR(5)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:302:#define DEC_PROM_OPEN		DEC_PROM_FUNC_ADDR(6)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:303:#define DEC_PROM_READ		DEC_PROM_FUNC_ADDR(7)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:304:#define DEC_PROM_WRITE		DEC_PROM_FUNC_ADDR(8)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:305:#define DEC_PROM_IOCTL		DEC_PROM_FUNC_ADDR(9)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:306:#define DEC_PROM_CLOSE		DEC_PROM_FUNC_ADDR(10)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:307:#define DEC_PROM_LSEEK		DEC_PROM_FUNC_ADDR(11)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:308:#define DEC_PROM_GETCHAR	DEC_PROM_FUNC_ADDR(12)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:309:#define DEC_PROM_PUTCHAR	DEC_PROM_FUNC_ADDR(13)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:310:#define DEC_PROM_SHOWCHAR	DEC_PROM_FUNC_ADDR(14)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:311:#define DEC_PROM_GETS		DEC_PROM_FUNC_ADDR(15)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:312:#define DEC_PROM_PUTS		DEC_PROM_FUNC_ADDR(16)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:313:#define DEC_PROM_PRINTF		DEC_PROM_FUNC_ADDR(17)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:314:#define DEC_PROM_INITPROTO	DEC_PROM_FUNC_ADDR(18)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:315:#define DEC_PROM_PROTOENABLE	DEC_PROM_FUNC_ADDR(19)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:316:#define DEC_PROM_PROTODISABLE	DEC_PROM_FUNC_ADDR(20)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:317:#define DEC_PROM_GETPKT		DEC_PROM_FUNC_ADDR(21)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:318:#define DEC_PROM_PUTPKT		DEC_PROM_FUNC_ADDR(22)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:319:#define DEC_PROM_FLUSHCACHE	DEC_PROM_FUNC_ADDR(28)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:320:#define DEC_PROM_CLEARCACHE	DEC_PROM_FUNC_ADDR(29)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:321:#define DEC_PROM_SAVEREGS	DEC_PROM_FUNC_ADDR(30)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:322:#define DEC_PROM_LOADREGS	DEC_PROM_FUNC_ADDR(31)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:323:#define DEC_PROM_JUMPS8		DEC_PROM_FUNC_ADDR(32)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:324:#define DEC_PROM_GETENV2	DEC_PROM_FUNC_ADDR(33)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:325:#define DEC_PROM_SETENV2	DEC_PROM_FUNC_ADDR(34)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:326:#define DEC_PROM_ATONUM		DEC_PROM_FUNC_ADDR(35)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:327:#define DEC_PROM_STRCMP		DEC_PROM_FUNC_ADDR(36)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:328:#define DEC_PROM_STRLEN		DEC_PROM_FUNC_ADDR(37)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:329:#define DEC_PROM_STRCPY		DEC_PROM_FUNC_ADDR(38)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:330:#define DEC_PROM_STRCAT		DEC_PROM_FUNC_ADDR(39)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:331:#define DEC_PROM_GETCMD		DEC_PROM_FUNC_ADDR(40)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:332:#define DEC_PROM_GETNUMS	DEC_PROM_FUNC_ADDR(41)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:333:#define DEC_PROM_ARGPARSE	DEC_PROM_FUNC_ADDR(42)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:334:#define DEC_PROM_HELP		DEC_PROM_FUNC_ADDR(43)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:335:#define DEC_PROM_DUMP		DEC_PROM_FUNC_ADDR(44)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:336:#define DEC_PROM_SETENV		DEC_PROM_FUNC_ADDR(45)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:337:#define DEC_PROM_UNSETENV	DEC_PROM_FUNC_ADDR(46)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:338:#define DEC_PROM_PRINTENV	DEC_PROM_FUNC_ADDR(47)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:339:#define DEC_PROM_JUMP2S8	DEC_PROM_FUNC_ADDR(48)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:340:#define DEC_PROM_ENABLE		DEC_PROM_FUNC_ADDR(49)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:341:#define DEC_PROM_DISABLE	DEC_PROM_FUNC_ADDR(50)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:342:#define DEC_PROM_ZEROB		DEC_PROM_FUNC_ADDR(51)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:343:#define DEC_PROM_HALT		DEC_PROM_FUNC_ADDR(54)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h:344:#define DEC_PROM_STARTCVAX	DEC_PROM_FUNC_ADDR(97)
gxemul-0.6.2/src/include/thirdparty/dec_prom.h-345-
##############################################
gxemul-0.6.2/src/include/thirdparty/rtl81x9reg.h-642-#define RL_INC(x)		(x = (x + 1) % RL_TX_LIST_CNT)
gxemul-0.6.2/src/include/thirdparty/rtl81x9reg.h:643:#define RL_CUR_TXADDR(x)	((x->rl_cdata.cur_tx * 4) + RL_TXADDR0)
gxemul-0.6.2/src/include/thirdparty/rtl81x9reg.h-644-#define RL_CUR_TXSTAT(x)	((x->rl_cdata.cur_tx * 4) + RL_TXSTAT0)
##############################################
gxemul-0.6.2/src/include/thirdparty/rtl81x9reg.h-646-#define RL_CUR_TXMAP(x)		(x->rl_cdata.rl_tx_dmamap[x->rl_cdata.cur_tx])
gxemul-0.6.2/src/include/thirdparty/rtl81x9reg.h:647:#define RL_LAST_TXADDR(x)	((x->rl_cdata.last_tx * 4) + RL_TXADDR0)
gxemul-0.6.2/src/include/thirdparty/rtl81x9reg.h-648-#define RL_LAST_TXSTAT(x)	((x->rl_cdata.last_tx * 4) + RL_TXSTAT0)
##############################################
gxemul-0.6.2/src/include/thirdparty/rtl81x9reg.h-762-#define RL_TXPADOFF		RL_RX_LIST_SZ
gxemul-0.6.2/src/include/thirdparty/rtl81x9reg.h:763:#define RL_TXPADDADDR(sc)	\
gxemul-0.6.2/src/include/thirdparty/rtl81x9reg.h-764-	((sc)->rl_ldata.rl_rx_list_map->dm_segs[0].ds_addr + RL_TXPADOFF)
##############################################
gxemul-0.6.2/src/include/thirdparty/dec_kmin.h-191-#define	KMIN_REG_IMSK		( KMIN_SYS_ASIC + IOASIC_IMSK )
gxemul-0.6.2/src/include/thirdparty/dec_kmin.h:192:#define	KMIN_REG_CURADDR	( KMIN_SYS_ASIC + IOASIC_CURADDR )
gxemul-0.6.2/src/include/thirdparty/dec_kmin.h-193-
##############################################
gxemul-0.6.2/src/include/memory.h-110-
gxemul-0.6.2/src/include/memory.h:111:unsigned char *memory_paddr_to_hostaddr(struct memory *mem,
gxemul-0.6.2/src/include/memory.h-112-	uint64_t paddr, int writeflag);
##############################################
gxemul-0.6.2/src/include/memory.h-184-
gxemul-0.6.2/src/include/memory.h:185:void memory_warn_about_unimplemented_addr(struct cpu *cpu, struct memory *mem,
gxemul-0.6.2/src/include/memory.h-186-	int writeflag, uint64_t paddr, uint8_t *data, size_t len);
##############################################
gxemul-0.6.2/src/include/bus_pci.h-147-void bus_pci_decompose_1(uint32_t t, int *bus, int *dev, int *func, int *reg);
gxemul-0.6.2/src/include/bus_pci.h:148:void bus_pci_setaddr(struct cpu *cpu, struct pci_data *pci_data,
gxemul-0.6.2/src/include/bus_pci.h-149-	int bus, int device, int function, int reg);
##############################################
gxemul-0.6.2/src/include/net.h-154-/*  net_misc.c:  */
gxemul-0.6.2/src/include/net.h:155:void net_debugaddr(void *addr, int type);
gxemul-0.6.2/src/include/net.h-156-void net_generate_unique_mac(struct machine *, unsigned char *macbuf);
##############################################
gxemul-0.6.2/src/include/symbol.h-57-int symbol_nsymbols(struct symbol_context *);
gxemul-0.6.2/src/include/symbol.h:58:int get_symbol_addr(struct symbol_context *, const char *symbol, uint64_t *addr);
gxemul-0.6.2/src/include/symbol.h-59-char *get_symbol_name_and_n_args(struct symbol_context *, uint64_t addr,
##############################################
gxemul-0.6.2/src/include/components/CPUDyntransComponent.h-186-			, m_next(-1)
gxemul-0.6.2/src/include/components/CPUDyntransComponent.h:187:			, m_nextCacheEntryForAddr(-1)
gxemul-0.6.2/src/include/components/CPUDyntransComponent.h:188:			, m_addr(0)
gxemul-0.6.2/src/include/components/CPUDyntransComponent.h-189-			, m_showFunctionTraceCall(false)
##############################################
gxemul-0.6.2/src/machines/makeautomachine.sh-40-for a in *.cc; do
gxemul-0.6.2/src/machines/makeautomachine.sh:41:	B=`grep COMMENT $a`
gxemul-0.6.2/src/machines/makeautomachine.sh-42-	if [ z"$B" != z ]; then
##############################################
gxemul-0.6.2/src/machines/makeautomachine.sh-49-for a in machine_*.cc; do
gxemul-0.6.2/src/machines/makeautomachine.sh:50:	B=`grep MACHINE_REGISTER $a`
gxemul-0.6.2/src/machines/makeautomachine.sh-51-	if [ z"$B" != z ]; then
gxemul-0.6.2/src/machines/makeautomachine.sh:52:		C=`grep MACHINE_REGISTER $a | cut -d \( -f 2|cut -d \) -f 1`
gxemul-0.6.2/src/machines/makeautomachine.sh-53-		for B in $C; do
##############################################
gxemul-0.6.2/src/machines/makeautomachine.sh-62-for a in machine_*.cc; do
gxemul-0.6.2/src/machines/makeautomachine.sh:63:	B=`grep MACHINE_REGISTER $a`
gxemul-0.6.2/src/machines/makeautomachine.sh-64-	if [ z"$B" != z ]; then
gxemul-0.6.2/src/machines/makeautomachine.sh:65:		C=`grep MACHINE_REGISTER $a | cut -d \( -f 2|cut -d \) -f 1`
gxemul-0.6.2/src/machines/makeautomachine.sh-66-		for B in $C; do
##############################################
gxemul-0.6.2/src/main/debug_new.cc-294- */
gxemul-0.6.2/src/main/debug_new.cc:295:static bool print_position_from_addr(const void* addr)
gxemul-0.6.2/src/main/debug_new.cc-296-{
##############################################
gxemul-0.6.2/src/main/debug_new.cc-379- */
gxemul-0.6.2/src/main/debug_new.cc:380:static bool print_position_from_addr(const void*)
gxemul-0.6.2/src/main/debug_new.cc-381-{
##############################################
gxemul-0.6.2/src/main/debug_new.cc-405-    {
gxemul-0.6.2/src/main/debug_new.cc:406:        if (!print_position_from_addr(ptr)) // Fail to get source position?
gxemul-0.6.2/src/main/debug_new.cc-407-            fprintf(new_output_fp, "%p", ptr);
##############################################
gxemul-0.6.2/src/symbol/symbol.cc-55-/*
gxemul-0.6.2/src/symbol/symbol.cc:56: *  get_symbol_addr():
gxemul-0.6.2/src/symbol/symbol.cc-57- *
##############################################
gxemul-0.6.2/src/symbol/symbol.cc-62- */
gxemul-0.6.2/src/symbol/symbol.cc:63:int get_symbol_addr(struct symbol_context *sc, const char *symbol, uint64_t *addr)
gxemul-0.6.2/src/symbol/symbol.cc-64-{
##############################################
gxemul-0.6.2/src/net/net.cc-664-	debug("simulated network: ");
gxemul-0.6.2/src/net/net.cc:665:	net_debugaddr(&net->netmask_ipv4, NET_ADDR_IPV4);
gxemul-0.6.2/src/net/net.cc-666-	debug("/%i", net->netmask_ipv4_len);
##############################################
gxemul-0.6.2/src/net/net.cc-671-	debug("simulated gateway+nameserver: ");
gxemul-0.6.2/src/net/net.cc:672:	net_debugaddr(&net->gateway_ipv4_addr, NET_ADDR_IPV4);
gxemul-0.6.2/src/net/net.cc-673-	debug(" (");
gxemul-0.6.2/src/net/net.cc:674:	net_debugaddr(&net->gateway_ethernet_addr, NET_ADDR_ETHERNET);
gxemul-0.6.2/src/net/net.cc-675-	debug(")\n");
##############################################
gxemul-0.6.2/src/net/net.cc-680-		debug("simulated nameserver uses real nameserver ");
gxemul-0.6.2/src/net/net.cc:681:		net_debugaddr(&net->nameserver_ipv4, NET_ADDR_IPV4);
gxemul-0.6.2/src/net/net.cc-682-		debug("\n");
##############################################
gxemul-0.6.2/src/net/net.cc-694-		debug("remote \"%s\": ", rnp->name);
gxemul-0.6.2/src/net/net.cc:695:		net_debugaddr(&rnp->ipv4_addr, NET_ADDR_IPV4);
gxemul-0.6.2/src/net/net.cc-696-		debug(" port %i\n", rnp->portnr);
##############################################
gxemul-0.6.2/src/net/net_misc.cc-45-/*
gxemul-0.6.2/src/net/net_misc.cc:46: *  net_debugaddr():
gxemul-0.6.2/src/net/net_misc.cc-47- *
##############################################
gxemul-0.6.2/src/net/net_misc.cc-49- */
gxemul-0.6.2/src/net/net_misc.cc:50:void net_debugaddr(void *addr, int type)
gxemul-0.6.2/src/net/net_misc.cc-51-{
##############################################
gxemul-0.6.2/src/net/net_misc.cc-72-	default:
gxemul-0.6.2/src/net/net_misc.cc:73:		fatal("net_debugaddr(): UNIMPLEMTED type %i\n", type);
gxemul-0.6.2/src/net/net_misc.cc-74-		exit(1);
##############################################
gxemul-0.6.2/src/old_main/emul.cc-94-			uint64_t addr;
gxemul-0.6.2/src/old_main/emul.cc:95:			int res = get_symbol_addr(&m->symbol_context,
gxemul-0.6.2/src/old_main/emul.cc-96-			    m->breakpoints.string[i], &addr);
##############################################
gxemul-0.6.2/src/old_main/memory.cc-485-/*
gxemul-0.6.2/src/old_main/memory.cc:486: *  memory_paddr_to_hostaddr():
gxemul-0.6.2/src/old_main/memory.cc-487- *
##############################################
gxemul-0.6.2/src/old_main/memory.cc-494- */
gxemul-0.6.2/src/old_main/memory.cc:495:unsigned char *memory_paddr_to_hostaddr(struct memory *mem,
gxemul-0.6.2/src/old_main/memory.cc-496-	uint64_t paddr, int writeflag)
##############################################
gxemul-0.6.2/src/old_main/memory.cc-506-
gxemul-0.6.2/src/old_main/memory.cc:507:	/*  printf("memory_paddr_to_hostaddr(): p=%16" PRIx64
gxemul-0.6.2/src/old_main/memory.cc-508-	    " w=%i => entry=0x%x\n", (uint64_t) paddr, writeflag, entry);  */
##############################################
gxemul-0.6.2/src/old_main/memory.cc-588-/*
gxemul-0.6.2/src/old_main/memory.cc:589: *  memory_warn_about_unimplemented_addr():
gxemul-0.6.2/src/old_main/memory.cc-590- *
##############################################
gxemul-0.6.2/src/old_main/memory.cc-593- */
gxemul-0.6.2/src/old_main/memory.cc:594:void memory_warn_about_unimplemented_addr(struct cpu *cpu, struct memory *mem,
gxemul-0.6.2/src/old_main/memory.cc-595-	int writeflag, uint64_t paddr, uint8_t *data, size_t len)
##############################################
gxemul-0.6.2/src/cpus/cpu_dyntrans.cc-724-		int q = DYNTRANS_PAGESIZE - 1;
gxemul-0.6.2/src/cpus/cpu_dyntrans.cc:725:		unsigned char *host_page = memory_paddr_to_hostaddr(cpu->mem,
gxemul-0.6.2/src/cpus/cpu_dyntrans.cc-726-		    physaddr, MEM_READ);
##############################################
gxemul-0.6.2/src/cpus/cpu_mips_coproc.cc-1838-		if (cp->reg[COP0_ENTRYLO0] & R2K3K_ENTRYLO_V) {
gxemul-0.6.2/src/cpus/cpu_mips_coproc.cc:1839:		    	unsigned char *memblock = memory_paddr_to_hostaddr(cpu->mem, paddr, 0);
gxemul-0.6.2/src/cpus/cpu_mips_coproc.cc-1840-			if (memblock != NULL)
##############################################
gxemul-0.6.2/src/cpus/cpu_mips_coproc.cc-1948-			if (cp->reg[COP0_ENTRYLO0] & ENTRYLO_V) {
gxemul-0.6.2/src/cpus/cpu_mips_coproc.cc:1949:				unsigned char *memblock = memory_paddr_to_hostaddr(cpu->mem, paddr0, 0);
gxemul-0.6.2/src/cpus/cpu_mips_coproc.cc-1950-				if (memblock != NULL)
##############################################
gxemul-0.6.2/src/cpus/cpu_mips_coproc.cc-1953-			if (cp->reg[COP0_ENTRYLO1] & ENTRYLO_V) {
gxemul-0.6.2/src/cpus/cpu_mips_coproc.cc:1954:				unsigned char *memblock = memory_paddr_to_hostaddr(cpu->mem, paddr1, 0);
gxemul-0.6.2/src/cpus/cpu_mips_coproc.cc-1955-				if (memblock != NULL)
##############################################
gxemul-0.6.2/src/cpus/memory_arm.cc-134-	    cpu->cd.arm.ttb != cpu->cd.arm.last_ttb) {
gxemul-0.6.2/src/cpus/memory_arm.cc:135:		cpu->cd.arm.translation_table = memory_paddr_to_hostaddr(
gxemul-0.6.2/src/cpus/memory_arm.cc-136-		    cpu->mem, cpu->cd.arm.ttb & 0x0fffffff, 0);
##############################################
gxemul-0.6.2/src/cpus/memory_arm.cc-168-
gxemul-0.6.2/src/cpus/memory_arm.cc:169:		q = memory_paddr_to_hostaddr(cpu->mem, addr & 0x0fffffff, 0);
gxemul-0.6.2/src/cpus/memory_arm.cc-170-		if (q == NULL) {
##############################################
gxemul-0.6.2/src/cpus/memory_ppc.cc-103-{
gxemul-0.6.2/src/cpus/memory_ppc.cc:104:	unsigned char *d = memory_paddr_to_hostaddr(cpu->mem, pteg_select, 1);
gxemul-0.6.2/src/cpus/memory_ppc.cc-105-	int i;
##############################################
gxemul-0.6.2/src/cpus/memory_m88k.cc-67-	/*  Read the segment descriptor from memory:  */
gxemul-0.6.2/src/cpus/memory_m88k.cc:68:	seg_base = (uint32_t *) memory_paddr_to_hostaddr(
gxemul-0.6.2/src/cpus/memory_m88k.cc-69-	    cpu->mem, apr & 0xfffff000, 1);
##############################################
gxemul-0.6.2/src/cpus/memory_m88k.cc-76-	/*  ... and the page descriptor:  */
gxemul-0.6.2/src/cpus/memory_m88k.cc:77:	page_base = (uint32_t *) memory_paddr_to_hostaddr(
gxemul-0.6.2/src/cpus/memory_m88k.cc-78-	    cpu->mem, seg_descriptor & 0xfffff000, 1);
##############################################
gxemul-0.6.2/src/cpus/memory_m88k.cc-242-	 */
gxemul-0.6.2/src/cpus/memory_m88k.cc:243:	seg_base = (uint32_t *) memory_paddr_to_hostaddr(
gxemul-0.6.2/src/cpus/memory_m88k.cc-244-	    cpu->mem, apr & 0xfffff000, 1);
##############################################
gxemul-0.6.2/src/cpus/memory_m88k.cc-279-
gxemul-0.6.2/src/cpus/memory_m88k.cc:280:	page_base = (uint32_t *) memory_paddr_to_hostaddr(
gxemul-0.6.2/src/cpus/memory_m88k.cc-281-	    cpu->mem, seg_descriptor & 0xfffff000, 1);
##############################################
gxemul-0.6.2/src/cpus/memory_alpha.cc-111-	
gxemul-0.6.2/src/cpus/memory_alpha.cc:112:	pt_entry_ptr = memory_paddr_to_hostaddr(cpu->mem, addr, 0);
gxemul-0.6.2/src/cpus/memory_alpha.cc-113-	if (pt_entry_ptr == NULL)
##############################################
gxemul-0.6.2/src/cpus/memory_alpha.cc-132-
gxemul-0.6.2/src/cpus/memory_alpha.cc:133:	pt_entry_ptr = memory_paddr_to_hostaddr(cpu->mem, addr, 0);
gxemul-0.6.2/src/cpus/memory_alpha.cc-134-	if (pt_entry_ptr == NULL)
##############################################
gxemul-0.6.2/src/cpus/memory_alpha.cc-153-
gxemul-0.6.2/src/cpus/memory_alpha.cc:154:	pt_entry_ptr = memory_paddr_to_hostaddr(cpu->mem, addr, 0);
gxemul-0.6.2/src/cpus/memory_alpha.cc-155-	if (pt_entry_ptr == NULL)
##############################################
gxemul-0.6.2/src/cpus/memory_rw.cc-322-						host_addr =
gxemul-0.6.2/src/cpus/memory_rw.cc:323:						    memory_paddr_to_hostaddr(
gxemul-0.6.2/src/cpus/memory_rw.cc-324-						    mem, p & ~offset_mask,
##############################################
gxemul-0.6.2/src/cpus/memory_rw.cc-364-					/*  TODO: This is enough for
gxemul-0.6.2/src/cpus/memory_rw.cc:365:					    OpenBSD/mvme88k's badaddr()
gxemul-0.6.2/src/cpus/memory_rw.cc-366-					    implementation... but the
##############################################
gxemul-0.6.2/src/cpus/memory_rw.cc-475-	 */
gxemul-0.6.2/src/cpus/memory_rw.cc:476:	memblock = memory_paddr_to_hostaddr(mem, paddr & ~offset_mask,
gxemul-0.6.2/src/cpus/memory_rw.cc-477-	    writeflag);
##############################################
gxemul-0.6.2/src/components/memory/RAMComponent.cc-41-	, m_writeProtected(false)
gxemul-0.6.2/src/components/memory/RAMComponent.cc:42:	, m_lastDumpAddr(0)
gxemul-0.6.2/src/components/memory/RAMComponent.cc-43-	, m_addressSelect(0)
##############################################
gxemul-0.6.2/src/components/memory/CacheComponent.cc-35-	, m_lineSize(64)
gxemul-0.6.2/src/components/memory/CacheComponent.cc:36:	, m_lastDumpAddr(0)
gxemul-0.6.2/src/components/memory/CacheComponent.cc-37-	, m_associativity(1)
##############################################
gxemul-0.6.2/src/components/cpu/CPUComponent.cc-44-	, m_pc(0)
gxemul-0.6.2/src/components/cpu/CPUComponent.cc:45:	, m_lastDumpAddr(0)
gxemul-0.6.2/src/components/cpu/CPUComponent.cc:46:	, m_lastUnassembleVaddr(0)
gxemul-0.6.2/src/components/cpu/CPUComponent.cc-47-	, m_hasUsedUnassemble(false)
##############################################
gxemul-0.6.2/src/file/file_elf.cc-415-				if (elf64)
gxemul-0.6.2/src/file/file_elf.cc:416:					debug("NOTE: vaddr (0x%" PRIx64") and "
gxemul-0.6.2/src/file/file_elf.cc:417:					    "paddr (0x%" PRIx64") differ; using "
gxemul-0.6.2/src/file/file_elf.cc-418-					    "vaddr\n", (uint64_t) p_vaddr,
##############################################
gxemul-0.6.2/src/file/file_elf.cc-420-				else
gxemul-0.6.2/src/file/file_elf.cc:421:					debug("NOTE: vaddr (0x%08" PRIx32") and "
gxemul-0.6.2/src/file/file_elf.cc:422:					    "paddr (0x%08" PRIx32") differ; usin"
gxemul-0.6.2/src/file/file_elf.cc-423-					    "g vaddr\n", (uint32_t) p_vaddr,
##############################################
gxemul-0.6.2/src/debugger/debugger_cmds.cc-485-		uint64_t newaddr;
gxemul-0.6.2/src/debugger/debugger_cmds.cc:486:		res = get_symbol_addr(&m->symbol_context,
gxemul-0.6.2/src/debugger/debugger_cmds.cc-487-		    cmd_line, &newaddr);
##############################################
gxemul-0.6.2/src/debugger/debugger_expr.cc-185-		uint64_t newaddr;
gxemul-0.6.2/src/debugger/debugger_expr.cc:186:		if (get_symbol_addr(&m->symbol_context, name, &newaddr)) {
gxemul-0.6.2/src/debugger/debugger_expr.cc-187-			if (writeflag)