===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
faumachine-20180503/scripts/gcc.pl-88-
faumachine-20180503/scripts/gcc.pl:89:	# Generate ASM output 
faumachine-20180503/scripts/gcc.pl-90-	if ($input_file =~ /^.*\.S/) {
##############################################
faumachine-20180503/scripts/gcc.pl-96-	if (system $compile_cmd) {
faumachine-20180503/scripts/gcc.pl:97:		die "$PROGRAM: asm output generation failed\n";
faumachine-20180503/scripts/gcc.pl-98-	}
faumachine-20180503/scripts/gcc.pl-99-
faumachine-20180503/scripts/gcc.pl:100:	# Patch ASM output of C files
faumachine-20180503/scripts/gcc.pl-101-	if ($input_file =~ /^.*\.c/) {
##############################################
faumachine-20180503/scripts/gcc.pl-107-		if (system $patch_cmd) {
faumachine-20180503/scripts/gcc.pl:108:			die "$PROGRAM: patching of asm output failed\n";
faumachine-20180503/scripts/gcc.pl-109-		}
##############################################
faumachine-20180503/scripts/gcc.pl-113-		if (system $cpy_cmd) {
faumachine-20180503/scripts/gcc.pl:114:			die "$PROGRAM: copying of asm output failed\n";
faumachine-20180503/scripts/gcc.pl-115-		}
##############################################
faumachine-20180503/scripts/gcc.pl-117-
faumachine-20180503/scripts/gcc.pl:118:	# Patch ASM output
faumachine-20180503/scripts/gcc.pl-119-	$asmpatch_cmd = "$PREASM_PROC ${obj_name}.${patched_ext} ${obj_name}.${asmpatched_ext}"; 
##############################################
faumachine-20180503/scripts/gcc.pl-121-	if (system $asmpatch_cmd) {
faumachine-20180503/scripts/gcc.pl:122:		die "$PROGRAM: processing of patched asm output failed\n";
faumachine-20180503/scripts/gcc.pl-123-	}
##############################################
faumachine-20180503/scripts/gcc.pl-128-	if (system $assemble_cmd) {
faumachine-20180503/scripts/gcc.pl:129:		die "$PROGRAM: assemble of final asm output failed\n";
faumachine-20180503/scripts/gcc.pl-130-	}
##############################################
faumachine-20180503/scripts/test-FAUmachine/Makefile-65-	@echo $@ | sed -e 's/.exp//'
faumachine-20180503/scripts/test-FAUmachine/Makefile:66:	@dir=`echo $@ | sed -e 's/.*@//' | sed -e 's/.exp//'`; \
faumachine-20180503/scripts/test-FAUmachine/Makefile:67:	exp=`echo $@ | sed -e 's/@.*//' | sed -e 's/.exp//'`; \
faumachine-20180503/scripts/test-FAUmachine/Makefile-68-	echo $(subdirectory) > subdirectory; \
##############################################
faumachine-20180503/scripts/test-FAUmachine/execute_test-43-	-directory=*)
faumachine-20180503/scripts/test-FAUmachine/execute_test:44:		test_directory=`echo $1 | sed -e 's/-directory=//g'`
faumachine-20180503/scripts/test-FAUmachine/execute_test-45-		make_rule=$test_name
##############################################
faumachine-20180503/scripts/test-FAUmachine/execute_test-59-	# if neccessary, a trailing slash will be removed
faumachine-20180503/scripts/test-FAUmachine/execute_test:60:	myFAUresults=`echo ${FAUresults} | sed -e 's,/$,,'`
faumachine-20180503/scripts/test-FAUmachine/execute_test-61-else
##############################################
faumachine-20180503/scripts/test-FAUmachine/execute_test-161-fi
faumachine-20180503/scripts/test-FAUmachine/execute_test:162:rm -f `find ${result_dir}/log.* -maxdepth 1 -size 0 2> /dev/null`
faumachine-20180503/scripts/test-FAUmachine/execute_test-163-
##############################################
faumachine-20180503/scripts/faum-gen-vhdl-15-time_unit() {
faumachine-20180503/scripts/faum-gen-vhdl:16:	val=`echo $1 | sed -e 's/[a-z]*$//'`
faumachine-20180503/scripts/faum-gen-vhdl:17:	unit=`echo $1 | sed -e 's/^[0-9]*//'`
faumachine-20180503/scripts/faum-gen-vhdl-18-
##############################################
faumachine-20180503/scripts/faum-gen-vhdl-175-	printf "		-- wait for screenshot %s\n" "$p2"
faumachine-20180503/scripts/faum-gen-vhdl:176:	printf "		ASSERT false REPORT \"waiting for %s (%s)\" SEVERITY note;\n" $p2 `time_unit $p3`
faumachine-20180503/scripts/faum-gen-vhdl-177-	printf "		wakeup_screensaver <= true;\n"
faumachine-20180503/scripts/faum-gen-vhdl-178-	printf "		send_string(gfx_pattern0, \"%s\");\n" "$SHOT"
faumachine-20180503/scripts/faum-gen-vhdl:179:	printf "		WAIT ON gfx_match0(1) UNTIL gfx_match0(1) >= 0 FOR %s;\n" `time_unit $p3`
faumachine-20180503/scripts/faum-gen-vhdl-180-	printf "		send_string(gfx_pattern0, \"\");\n"
##############################################
faumachine-20180503/scripts/faum-gen-vhdl-197-	printf "		-- wait for pattern %s\n" $p2
faumachine-20180503/scripts/faum-gen-vhdl:198:	printf "		ASSERT false REPORT \"waiting for %s (%s)\" SEVERITY note;\n" "$p2" `time_unit $p3`
faumachine-20180503/scripts/faum-gen-vhdl-199-	printf "		wakeup_screensaver <= true;\n"
faumachine-20180503/scripts/faum-gen-vhdl-200-	printf "		send_string(int_asc_text0, \"%s\");\n" "$p2"
faumachine-20180503/scripts/faum-gen-vhdl:201:	printf "		WAIT ON int_asc_text0_state UNTIL int_asc_text0_state FOR %s;\n" `time_unit $p3`
faumachine-20180503/scripts/faum-gen-vhdl-202-	printf "		send_string(int_asc_text0, \"\");\n"
##############################################
faumachine-20180503/scripts/faum-gen-vhdl-219-	printf "		-- wait for text %s\n" "$p2"
faumachine-20180503/scripts/faum-gen-vhdl:220:	printf "		ASSERT false REPORT \"waiting for %s (%s)\" SEVERITY note;\n" $p2 `time_unit $p3`
faumachine-20180503/scripts/faum-gen-vhdl-221-	printf "		wakeup_screensaver <= true;\n"
faumachine-20180503/scripts/faum-gen-vhdl-222-	printf "		send_string(int_text0, \"%s\");\n" "$p2"
faumachine-20180503/scripts/faum-gen-vhdl:223:	printf "		WAIT ON int_text0_state UNTIL (int_text0_state) FOR %s;\n" `time_unit $p3`
faumachine-20180503/scripts/faum-gen-vhdl-224-	printf "		send_string(int_text0, \"\");\n"
##############################################
faumachine-20180503/scripts/faum-gen-vhdl-242-	printf "\n"
faumachine-20180503/scripts/faum-gen-vhdl:243:	printf "		-- delay for %s\n" `time_unit $p2`
faumachine-20180503/scripts/faum-gen-vhdl:244:	printf "		ASSERT false REPORT \"delaying for %s\" SEVERITY note;\n" `time_unit $p2`
faumachine-20180503/scripts/faum-gen-vhdl:245:	printf "		WAIT FOR %s;\n" `time_unit $p2`
faumachine-20180503/scripts/faum-gen-vhdl-246-	printf "\n"
##############################################
faumachine-20180503/scripts/faum-gen-vhdl-253-	printf "		-- type sequence %s\n" "$p2"
faumachine-20180503/scripts/faum-gen-vhdl:254:	printf "		ASSERT false REPORT \"Typing %s\" SEVERITY note;\n" `echo "$p2" | sed -e 's/\\\\//g' | sed -e 's/"//g'`
faumachine-20180503/scripts/faum-gen-vhdl-255-	printf "		send_keyboard(key, 0, %s, 100 ms);\n" "$p2"
##############################################
faumachine-20180503/scripts/printsize.sh-19-| while read _start name ; do
faumachine-20180503/scripts/printsize.sh:20:	start=`echo ${_start} | tr 'a-f' 'A-F'`
faumachine-20180503/scripts/printsize.sh-21-	if [ "${lastname}" != "" ] ; then
faumachine-20180503/scripts/printsize.sh:22:		size=`echo "ibase=16; ${start}-${laststart}" | bc`
faumachine-20180503/scripts/printsize.sh-23-		if [ '(' 4 -le ${size} ')' -a '(' ${size} -lt 10000 ')' ] ; then
##############################################
faumachine-20180503/scripts/printsize.sh-32-	echo "${lastnum} ${size} ${name}"
faumachine-20180503/scripts/printsize.sh:33:	lastnum=`expr ${lastnum} + 1`
faumachine-20180503/scripts/printsize.sh-34-done
##############################################
faumachine-20180503/scripts/comm_bios.sh-31-
faumachine-20180503/scripts/comm_bios.sh:32:	ndisasm ${parm} ${rom} \
faumachine-20180503/scripts/comm_bios.sh-33-	| grep -v '^ ' \
##############################################
faumachine-20180503/scripts/profile/run-profile.sh-21-	while [ -f ${expdir}-${date}-${n} ] ; do
faumachine-20180503/scripts/profile/run-profile.sh:22:		n=`expr ${n} + 1`
faumachine-20180503/scripts/profile/run-profile.sh-23-	done
##############################################
faumachine-20180503/scripts/faum-gen-sigconn-23-
faumachine-20180503/scripts/faum-gen-sigconn:24:NAME=`echo ${name} | tr 'a-z' 'A-Z'`
faumachine-20180503/scripts/faum-gen-sigconn-25-
##############################################
faumachine-20180503/scripts/build.sh.in-220-	grep -v '^ ' $base.dsc > ${builddir}/$base.dsc
faumachine-20180503/scripts/build.sh.in:221:	echo " `md5sum<${builddir}/$base.tar.gz|cut -d\  -f1` `wc -c<${builddir}/$base.tar.gz` $base.tar.gz" >> ${builddir}/$base.dsc
faumachine-20180503/scripts/build.sh.in-222-	echo
##############################################
faumachine-20180503/scripts/build.sh.in-224-	echo "	dpkg-source -x $base.dsc"
faumachine-20180503/scripts/build.sh.in:225:	echo "	cd `echo ${base} | sed -e 's/_/-/g'`"
faumachine-20180503/scripts/build.sh.in-226-	echo "	debuild binary"
##############################################
faumachine-20180503/scripts/build.sh.in-258-		--repository=*)
faumachine-20180503/scripts/build.sh.in:259:			repository=`echo ${1} | sed -e 's/--repository=//'`
faumachine-20180503/scripts/build.sh.in-260-			;;
faumachine-20180503/scripts/build.sh.in-261-		--builddir=*)
faumachine-20180503/scripts/build.sh.in:262:			builddir=`echo ${1} | sed -e 's/--builddir=//'`
faumachine-20180503/scripts/build.sh.in-263-			;;
faumachine-20180503/scripts/build.sh.in-264-		--release=*)
faumachine-20180503/scripts/build.sh.in:265:			release=`echo ${1} | sed -e 's/--release=//'`
faumachine-20180503/scripts/build.sh.in-266-			;;
faumachine-20180503/scripts/build.sh.in-267-		--module=*)
faumachine-20180503/scripts/build.sh.in:268:			module=`echo ${1} | sed -e 's/--module=//'`
faumachine-20180503/scripts/build.sh.in-269-			;;
faumachine-20180503/scripts/build.sh.in-270-		--srctar=*)
faumachine-20180503/scripts/build.sh.in:271:			srctar=`echo ${1} | sed -e 's/--srctar=//'`
faumachine-20180503/scripts/build.sh.in-272-			;;
##############################################
faumachine-20180503/chips/chip_intel_82443BX.c-272-static int
faumachine-20180503/chips/chip_intel_82443BX.c:273:mem_pci_out_inta_addr(struct cpssp *cpssp)
faumachine-20180503/chips/chip_intel_82443BX.c-274-{
faumachine-20180503/chips/chip_intel_82443BX.c:275:	return sig_pci_bus_inta_addr(cpssp->port_pci_bus, cpssp);
faumachine-20180503/chips/chip_intel_82443BX.c-276-}
##############################################
faumachine-20180503/chips/chip_at_24c164.c-111-static int
faumachine-20180503/chips/chip_at_24c164.c:112:i2c_slave_ack_addr(struct cpssp *cpssp, uint8_t val)
faumachine-20180503/chips/chip_at_24c164.c-113-{
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-134-
faumachine-20180503/chips/chip_lsi_53C810.c:135:#define LSI53C810MEMADDR(cpssp) \
faumachine-20180503/chips/chip_lsi_53C810.c-136-	((uint32_t)(cpssp->config_space[PCI_BASE_ADDRESS_1>>2] \
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-138-
faumachine-20180503/chips/chip_lsi_53C810.c:139:#define LSI53C810IOADDR(cpssp) \
faumachine-20180503/chips/chip_lsi_53C810.c-140-	((uint16_t)((cpssp->config_space[PCI_BASE_ADDRESS_0>>2] \
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-143-
faumachine-20180503/chips/chip_lsi_53C810.c:144:#define LSI53C810ROMADDR(cpssp) \
faumachine-20180503/chips/chip_lsi_53C810.c-145-	((uint32_t)(cpssp->config_space[PCI_ROM_ADDRESS>>2] \
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-692-	if (from <= SZ_53C810MEM) {
faumachine-20180503/chips/chip_lsi_53C810.c:693:		from += LSI53C810MEMADDR(cpssp);
faumachine-20180503/chips/chip_lsi_53C810.c-694-	}
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-696-	if (to <= SZ_53C810MEM) { 
faumachine-20180503/chips/chip_lsi_53C810.c:697:		to += LSI53C810MEMADDR(cpssp); 
faumachine-20180503/chips/chip_lsi_53C810.c-698-	}
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-703-		/* Getting source-byte */
faumachine-20180503/chips/chip_lsi_53C810.c:704:		if (LSI53C810MEMADDR(cpssp) <= from + i
faumachine-20180503/chips/chip_lsi_53C810.c:705:		 && from + i <= (LSI53C810MEMADDR(cpssp) + SZ_53C810MEM)) {
faumachine-20180503/chips/chip_lsi_53C810.c-706-			TRACE(DEBUG_SCRIPTS, 
faumachine-20180503/chips/chip_lsi_53C810.c-707-					"warning: direct register read: %lx\n",
faumachine-20180503/chips/chip_lsi_53C810.c:708:					from + i - LSI53C810MEMADDR(cpssp));
faumachine-20180503/chips/chip_lsi_53C810.c-709-			val = REG8(
faumachine-20180503/chips/chip_lsi_53C810.c:710:					from + i - LSI53C810MEMADDR(cpssp));
faumachine-20180503/chips/chip_lsi_53C810.c-711-		} else {
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-720-		/* writing target-byte */
faumachine-20180503/chips/chip_lsi_53C810.c:721:		if (LSI53C810MEMADDR(cpssp) <= to + i
faumachine-20180503/chips/chip_lsi_53C810.c:722:		 && to + i <= (LSI53C810MEMADDR(cpssp) + SZ_53C810MEM)) {
faumachine-20180503/chips/chip_lsi_53C810.c-723-			TRACE(DEBUG_SCRIPTS,
faumachine-20180503/chips/chip_lsi_53C810.c-724-					"warning: direct register write: %lx\n",
faumachine-20180503/chips/chip_lsi_53C810.c:725:					to + i - LSI53C810MEMADDR(cpssp));
faumachine-20180503/chips/chip_lsi_53C810.c:726:			REG8(to + i - LSI53C810MEMADDR(cpssp)) = val;
faumachine-20180503/chips/chip_lsi_53C810.c-727-		} else {
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-2198-
faumachine-20180503/chips/chip_lsi_53C810.c:2199:	iobase = LSI53C810IOADDR(cpssp);
faumachine-20180503/chips/chip_lsi_53C810.c:2200:	iolimit = LSI53C810IOADDR(cpssp) + SZ_53C810MEM;
faumachine-20180503/chips/chip_lsi_53C810.c-2201-
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-2230-
faumachine-20180503/chips/chip_lsi_53C810.c:2231:	iobase = LSI53C810IOADDR(cpssp);
faumachine-20180503/chips/chip_lsi_53C810.c:2232:	iolimit = LSI53C810IOADDR(cpssp) + SZ_53C810MEM;
faumachine-20180503/chips/chip_lsi_53C810.c-2233-
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-2258-
faumachine-20180503/chips/chip_lsi_53C810.c:2259:	membase = LSI53C810MEMADDR(cpssp);
faumachine-20180503/chips/chip_lsi_53C810.c:2260:	memlimit = LSI53C810MEMADDR(cpssp) + SZ_53C810MEM;
faumachine-20180503/chips/chip_lsi_53C810.c-2261-
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-2266-	} else if ((cpssp->config_space[PCI_ROM_ADDRESS>>2] & PCI_ROM_ADDRESS_ENABLE)
faumachine-20180503/chips/chip_lsi_53C810.c:2267:		 && LSI53C810ROMADDR(cpssp) <= portaddr
faumachine-20180503/chips/chip_lsi_53C810.c:2268:		 && portaddr < LSI53C810ROMADDR(cpssp) + SZ_53CROMREQUEST) {
faumachine-20180503/chips/chip_lsi_53C810.c-2269-		portaddr %= SZ_53CROMREQUEST;
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-2302-
faumachine-20180503/chips/chip_lsi_53C810.c:2303:	membase = LSI53C810MEMADDR(cpssp);
faumachine-20180503/chips/chip_lsi_53C810.c:2304:	memlimit = LSI53C810MEMADDR(cpssp) + SZ_53C810MEM;
faumachine-20180503/chips/chip_lsi_53C810.c-2305-
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-2333-
faumachine-20180503/chips/chip_lsi_53C810.c:2334:	if (LSI53C810MEMADDR(cpssp) != 0x0000
faumachine-20180503/chips/chip_lsi_53C810.c:2335:	 && LSI53C810MEMADDR(cpssp) <= pa
faumachine-20180503/chips/chip_lsi_53C810.c:2336:	 && pa < LSI53C810MEMADDR(cpssp) + SZ_53C810MEM) {
faumachine-20180503/chips/chip_lsi_53C810.c-2337-		/* don't map but simulate access instead. */
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-2344-	if (cpssp->config_space[PCI_ROM_ADDRESS>>2] & PCI_ROM_ADDRESS_ENABLE
faumachine-20180503/chips/chip_lsi_53C810.c:2345:	 && LSI53C810ROMADDR(cpssp) <= pa
faumachine-20180503/chips/chip_lsi_53C810.c:2346:	 && pa < LSI53C810ROMADDR(cpssp) + SZ_53CROMREQUEST) {
faumachine-20180503/chips/chip_lsi_53C810.c-2347-		/* don't map but simulate access instead. */
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-2371-
faumachine-20180503/chips/chip_lsi_53C810.c:2372:	if (LSI53C810MEMADDR(cpssp) != 0x0000
faumachine-20180503/chips/chip_lsi_53C810.c:2373:	 && LSI53C810MEMADDR(cpssp) <= pa
faumachine-20180503/chips/chip_lsi_53C810.c:2374:	 && pa < LSI53C810MEMADDR(cpssp) + SZ_53C810MEM) {
faumachine-20180503/chips/chip_lsi_53C810.c-2375-		/* don't map but simulate access instead. */
##############################################
faumachine-20180503/chips/chip_lsi_53C810.c-2382-	if (cpssp->config_space[PCI_ROM_ADDRESS>>2] & PCI_ROM_ADDRESS_ENABLE
faumachine-20180503/chips/chip_lsi_53C810.c:2383:	 && LSI53C810ROMADDR(cpssp) <= pa
faumachine-20180503/chips/chip_lsi_53C810.c:2384:	 && pa < LSI53C810ROMADDR(cpssp) + SZ_53CROMREQUEST) {
faumachine-20180503/chips/chip_lsi_53C810.c-2385-		/* don't map but simulate access instead. */
##############################################
faumachine-20180503/chips/chip_st_lis302dl.c-108-static int
faumachine-20180503/chips/chip_st_lis302dl.c:109:i2c_slave_ack_addr(struct cpssp *cpssp, uint8_t val)
faumachine-20180503/chips/chip_st_lis302dl.c-110-{
##############################################
faumachine-20180503/chips/conf_intel_x86.c-692-#if defined CONFIG_CPU_SOCKET_ISA
faumachine-20180503/chips/conf_intel_x86.c:693:	sig_isa_bus_inta_addr(cpssp->port_bus, cpssp);
faumachine-20180503/chips/conf_intel_x86.c-694-	sig_isa_bus_inta_data(cpssp->port_bus, cpssp, vecp);
##############################################
faumachine-20180503/chips/conf_intel_x86.c-697-   || defined CONFIG_CPU_SOCKET_SLOT1
faumachine-20180503/chips/conf_intel_x86.c:698:	sig_host_bus_inta_addr(cpssp->port_bus, cpssp);
faumachine-20180503/chips/conf_intel_x86.c-699-	sig_host_bus_inta_data(cpssp->port_bus, cpssp, vecp);
##############################################
faumachine-20180503/chips/conf_intel_x86.c-701-#elif defined CONFIG_CPU_SOCKET_HOST775
faumachine-20180503/chips/conf_intel_x86.c:702:	sig_host775_bus_inta_addr(cpssp->port_bus, cpssp);
faumachine-20180503/chips/conf_intel_x86.c-703-	sig_host775_bus_inta_data(cpssp->port_bus, cpssp, vecp);
##############################################
faumachine-20180503/chips/chip_intel_82443LX.c-272-static int
faumachine-20180503/chips/chip_intel_82443LX.c:273:mem_pci_out_inta_addr(struct cpssp *cpssp)
faumachine-20180503/chips/chip_intel_82443LX.c-274-{
faumachine-20180503/chips/chip_intel_82443LX.c:275:	return sig_pci_bus_inta_addr(cpssp->port_pci_bus, cpssp);
faumachine-20180503/chips/chip_intel_82443LX.c-276-}
##############################################
faumachine-20180503/chips/chip_creative_soundblaster16.c-328-static void
faumachine-20180503/chips/chip_creative_soundblaster16.c:329:mixer_write_addr(struct cpssp *cpssp, unsigned char addr);
faumachine-20180503/chips/chip_creative_soundblaster16.c-330-
##############################################
faumachine-20180503/chips/chip_creative_soundblaster16.c-334-static int
faumachine-20180503/chips/chip_creative_soundblaster16.c:335:mixer_read_addr(struct cpssp *cpssp);
faumachine-20180503/chips/chip_creative_soundblaster16.c-336-
##############################################
faumachine-20180503/chips/chip_creative_soundblaster16.c-567-static void
faumachine-20180503/chips/chip_creative_soundblaster16.c:568:mixer_write_addr(struct cpssp *cpssp, unsigned char addr)
faumachine-20180503/chips/chip_creative_soundblaster16.c-569-{
##############################################
faumachine-20180503/chips/chip_creative_soundblaster16.c-586-static int
faumachine-20180503/chips/chip_creative_soundblaster16.c:587:mixer_read_addr(struct cpssp *cpssp)
faumachine-20180503/chips/chip_creative_soundblaster16.c-588-{
faumachine-20180503/chips/chip_creative_soundblaster16.c:589:	DEBUGPRINT(DEBUG_MIXER, "returning mixer addr (=0x%x)\n", cpssp->mixer.reg_index);
faumachine-20180503/chips/chip_creative_soundblaster16.c-590-	return cpssp->mixer.reg_index;
##############################################
faumachine-20180503/chips/chip_creative_soundblaster16.c-1258-		case MIXER_ADDR:
faumachine-20180503/chips/chip_creative_soundblaster16.c:1259:			*valuep = mixer_read_addr(cpssp);
faumachine-20180503/chips/chip_creative_soundblaster16.c-1260-			break;
##############################################
faumachine-20180503/chips/chip_creative_soundblaster16.c-1306-		case MIXER_ADDR:
faumachine-20180503/chips/chip_creative_soundblaster16.c:1307:			mixer_write_addr(cpssp, value);
faumachine-20180503/chips/chip_creative_soundblaster16.c-1308-			break;
##############################################
faumachine-20180503/chips/chip_intel_82945P.c-276-static int
faumachine-20180503/chips/chip_intel_82945P.c:277:mem_dmi_out_inta_addr(struct cpssp *cpssp)
faumachine-20180503/chips/chip_intel_82945P.c-278-{
faumachine-20180503/chips/chip_intel_82945P.c:279:	return sig_dmi_bus_inta_addr(cpssp->port_dmi_bus, cpssp);
faumachine-20180503/chips/chip_intel_82945P.c-280-}
##############################################
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core.c-4936-#if CONFIG_CPU >= 80486 && CONFIG_CPU_LM_SUPPORT && defined(__i386__)
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core.c:4937:			asm volatile ("subl $0x04,%%esp\n"
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core.c-4938-					"push %%ebx\n"
##############################################
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core.c-4947-#else
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core.c:4948:			asm volatile (
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core.c-4949-				"movq %1, %%rbp\n"
##############################################
faumachine-20180503/chips/arch_x86/cpu_jit_buffer.c-76-        /* flush icache */
faumachine-20180503/chips/arch_x86/cpu_jit_buffer.c:77:        asm volatile ("dcbst 0,%0" : : "r"(ptr) : "memory");
faumachine-20180503/chips/arch_x86/cpu_jit_buffer.c:78:        asm volatile ("sync" : : : "memory");
faumachine-20180503/chips/arch_x86/cpu_jit_buffer.c:79:        asm volatile ("icbi 0,%0" : : "r"(ptr) : "memory");
faumachine-20180503/chips/arch_x86/cpu_jit_buffer.c:80:        asm volatile ("sync" : : : "memory");
faumachine-20180503/chips/arch_x86/cpu_jit_buffer.c:81:        asm volatile ("isync" : : : "memory");
faumachine-20180503/chips/arch_x86/cpu_jit_buffer.c-82-}
##############################################
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core_int.c-575-	*--sp = (uint32_t) cpssp->process.f; /* eip */
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core_int.c:576:	asm volatile (
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core_int.c-577-		"movl %0, %%esp\n\t"
##############################################
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core_int.c-590-	*--sp = (uint64_t) cpssp->process.f; /* rip */
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core_int.c:591:	asm volatile (
faumachine-20180503/chips/arch_x86/arch_gen_cpu_x86_core_int.c-592-		"movq %1, %%rsp\n\t"
##############################################
faumachine-20180503/chips/chip_fujitsu_mb85rc256v.c-126-static int
faumachine-20180503/chips/chip_fujitsu_mb85rc256v.c:127:i2c_slave_ack_addr(struct cpssp *cpssp, uint8_t val)
faumachine-20180503/chips/chip_fujitsu_mb85rc256v.c-128-{
##############################################
faumachine-20180503/chips/chip_intel_82P45.c-246-static int
faumachine-20180503/chips/chip_intel_82P45.c:247:mem_dmi_out_inta_addr(struct cpssp *cpssp)
faumachine-20180503/chips/chip_intel_82P45.c-248-{
faumachine-20180503/chips/chip_intel_82P45.c:249:	return sig_dmi_bus_inta_addr(cpssp->port_dmi_bus, cpssp);
faumachine-20180503/chips/chip_intel_82P45.c-250-}
##############################################
faumachine-20180503/chips/qemu/dyngen.h-57-    while (start < stop) {
faumachine-20180503/chips/qemu/dyngen.h:58:	asm volatile ("fc %0" :: "r"(start));
faumachine-20180503/chips/qemu/dyngen.h-59-	start += 32;
faumachine-20180503/chips/qemu/dyngen.h-60-    }
faumachine-20180503/chips/qemu/dyngen.h:61:    asm volatile (";;sync.i;;srlz.i;;");
faumachine-20180503/chips/qemu/dyngen.h-62-}
##############################################
faumachine-20180503/chips/qemu/dyngen.h-77-    for (p = start; p < stop; p += MIN_CACHE_LINE_SIZE) {
faumachine-20180503/chips/qemu/dyngen.h:78:        asm volatile ("dcbst 0,%0" : : "r"(p) : "memory");
faumachine-20180503/chips/qemu/dyngen.h-79-    }
faumachine-20180503/chips/qemu/dyngen.h:80:    asm volatile ("sync" : : : "memory");
faumachine-20180503/chips/qemu/dyngen.h-81-    for (p = start; p < stop; p += MIN_CACHE_LINE_SIZE) {
faumachine-20180503/chips/qemu/dyngen.h:82:        asm volatile ("icbi 0,%0" : : "r"(p) : "memory");
faumachine-20180503/chips/qemu/dyngen.h-83-    }
faumachine-20180503/chips/qemu/dyngen.h:84:    asm volatile ("sync" : : : "memory");
faumachine-20180503/chips/qemu/dyngen.h:85:    asm volatile ("isync" : : : "memory");
faumachine-20180503/chips/qemu/dyngen.h-86-}
##############################################
faumachine-20180503/chips/qemu/dyngen.h-92-{
faumachine-20180503/chips/qemu/dyngen.h:93:    asm ("imb");
faumachine-20180503/chips/qemu/dyngen.h-94-}
##############################################
faumachine-20180503/chips/qemu/dyngen.h-116-{
faumachine-20180503/chips/qemu/dyngen.h:117:    register unsigned long _beg __asm ("a1") = start;
faumachine-20180503/chips/qemu/dyngen.h:118:    register unsigned long _end __asm ("a2") = stop;
faumachine-20180503/chips/qemu/dyngen.h:119:    register unsigned long _flg __asm ("a3") = 0;
faumachine-20180503/chips/qemu/dyngen.h:120:    __asm __volatile__ ("swi 0x9f0002" : : "r" (_beg), "r" (_end), "r" (_flg));
faumachine-20180503/chips/qemu/dyngen.h-121-}
##############################################
faumachine-20180503/chips/qemu/libcpu.h-321-    int val;
faumachine-20180503/chips/qemu/libcpu.h:322:    asm volatile ("movzwl %1, %0\n"
faumachine-20180503/chips/qemu/libcpu.h-323-                  "xchgb %b0, %h0\n"
##############################################
faumachine-20180503/chips/qemu/libcpu.h-336-    int val;
faumachine-20180503/chips/qemu/libcpu.h:337:    asm volatile ("movzwl %1, %0\n"
faumachine-20180503/chips/qemu/libcpu.h-338-                  "xchgb %b0, %h0\n"
##############################################
faumachine-20180503/chips/qemu/libcpu.h-351-    int val;
faumachine-20180503/chips/qemu/libcpu.h:352:    asm volatile ("movl %1, %0\n"
faumachine-20180503/chips/qemu/libcpu.h-353-                  "bswap %0\n"
##############################################
faumachine-20180503/chips/qemu/libcpu.h-373-#if defined(__i386__)
faumachine-20180503/chips/qemu/libcpu.h:374:    asm volatile ("xchgb %b0, %h0\n"
faumachine-20180503/chips/qemu/libcpu.h-375-                  "movw %w0, %1\n"
##############################################
faumachine-20180503/chips/qemu/libcpu.h-387-#if defined(__i386__) || defined(__x86_64__)
faumachine-20180503/chips/qemu/libcpu.h:388:    asm volatile ("bswap %0\n"
faumachine-20180503/chips/qemu/libcpu.h-389-                  "movl %0, %1\n"
##############################################
faumachine-20180503/chips/qemu/libcpu.h-534-   different sizes */
faumachine-20180503/chips/qemu/libcpu.h:535:#define saddr(x) (x)
faumachine-20180503/chips/qemu/libcpu.h:536:#define laddr(x) (x)
faumachine-20180503/chips/qemu/libcpu.h-537-
faumachine-20180503/chips/qemu/libcpu.h:538:#define ldub_raw(p) ldub_p(laddr((p)))
faumachine-20180503/chips/qemu/libcpu.h:539:#define ldsb_raw(p) ldsb_p(laddr((p)))
faumachine-20180503/chips/qemu/libcpu.h:540:#define lduw_raw(p) lduw_p(laddr((p)))
faumachine-20180503/chips/qemu/libcpu.h:541:#define ldsw_raw(p) ldsw_p(laddr((p)))
faumachine-20180503/chips/qemu/libcpu.h:542:#define ldl_raw(p) ldl_p(laddr((p)))
faumachine-20180503/chips/qemu/libcpu.h:543:#define ldq_raw(p) ldq_p(laddr((p)))
faumachine-20180503/chips/qemu/libcpu.h:544:#define ldfl_raw(p) ldfl_p(laddr((p)))
faumachine-20180503/chips/qemu/libcpu.h:545:#define ldfq_raw(p) ldfq_p(laddr((p)))
faumachine-20180503/chips/qemu/libcpu.h:546:#define stb_raw(p, v) stb_p(saddr((p)), v)
faumachine-20180503/chips/qemu/libcpu.h:547:#define stw_raw(p, v) stw_p(saddr((p)), v)
faumachine-20180503/chips/qemu/libcpu.h:548:#define stl_raw(p, v) stl_p(saddr((p)), v)
faumachine-20180503/chips/qemu/libcpu.h:549:#define stq_raw(p, v) stq_p(saddr((p)), v)
faumachine-20180503/chips/qemu/libcpu.h:550:#define stfl_raw(p, v) stfl_p(saddr((p)), v)
faumachine-20180503/chips/qemu/libcpu.h:551:#define stfq_raw(p, v) stfq_p(saddr((p)), v)
faumachine-20180503/chips/qemu/libcpu.h-552-
##############################################
faumachine-20180503/chips/qemu/cpu_jit_ops_template_mem.h-73-        /* gcc 3.2 workaround. This is really a bug in gcc. */
faumachine-20180503/chips/qemu/cpu_jit_ops_template_mem.h:74:        asm volatile("" : : "r" (T0(env)));
faumachine-20180503/chips/qemu/cpu_jit_ops_template_mem.h-75-#endif
##############################################
faumachine-20180503/chips/qemu/cpu_jit_ops_template_mem.h-97-        /* gcc 3.2 workaround. This is really a bug in gcc. */
faumachine-20180503/chips/qemu/cpu_jit_ops_template_mem.h:98:        asm volatile("" : : "r" (T0(env)));
faumachine-20180503/chips/qemu/cpu_jit_ops_template_mem.h-99-#endif
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-42-/* Also add 4 bytes of padding so that we can replace the ret with a jmp.  */
faumachine-20180503/chips/qemu/cpu_jit_op.c:43:#define FORCE_RET() asm volatile ("nop;nop;nop;nop");
faumachine-20180503/chips/qemu/cpu_jit_op.c-44-#else
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-89-#ifdef __i386__
faumachine-20180503/chips/qemu/cpu_jit_op.c:90:#define EXIT_TB() asm volatile ("hlt")
faumachine-20180503/chips/qemu/cpu_jit_op.c-91-#if defined(__APPLE__)
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-94-#define GOTO_LABEL_PARAM(n) \
faumachine-20180503/chips/qemu/cpu_jit_op.c:95:	  asm volatile ("cli;.long " ASM_NAME(__op_gen_label) #n)
faumachine-20180503/chips/qemu/cpu_jit_op.c-96-#else
faumachine-20180503/chips/qemu/cpu_jit_op.c-97-#define GOTO_LABEL_PARAM(n) \
faumachine-20180503/chips/qemu/cpu_jit_op.c:98:	  asm volatile ("cli;.long " ASM_NAME(__op_gen_label) #n " - 1f;1:")
faumachine-20180503/chips/qemu/cpu_jit_op.c-99-#endif
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-101-#ifdef __x86_64__
faumachine-20180503/chips/qemu/cpu_jit_op.c:102:#define EXIT_TB() asm volatile ("hlt")
faumachine-20180503/chips/qemu/cpu_jit_op.c-103-#if defined(__APPLE__)
faumachine-20180503/chips/qemu/cpu_jit_op.c-104-#define GOTO_LABEL_PARAM(n) \
faumachine-20180503/chips/qemu/cpu_jit_op.c:105:	  asm volatile ("cli;.quad " ASM_NAME(__op_gen_label) #n)
faumachine-20180503/chips/qemu/cpu_jit_op.c-106-#else
faumachine-20180503/chips/qemu/cpu_jit_op.c-107-#define GOTO_LABEL_PARAM(n) \
faumachine-20180503/chips/qemu/cpu_jit_op.c:108:	  asm volatile ("cli;.long " ASM_NAME(__op_gen_label) #n " - 1f;1:")
faumachine-20180503/chips/qemu/cpu_jit_op.c-109-#endif
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-111-#ifdef __powerpc__
faumachine-20180503/chips/qemu/cpu_jit_op.c:112:#define EXIT_TB() asm volatile ("blr")
faumachine-20180503/chips/qemu/cpu_jit_op.c:113:#define GOTO_LABEL_PARAM(n) asm volatile ("b " ASM_NAME(__op_gen_label) #n)
faumachine-20180503/chips/qemu/cpu_jit_op.c-114-#endif
faumachine-20180503/chips/qemu/cpu_jit_op.c-115-#ifdef __s390__
faumachine-20180503/chips/qemu/cpu_jit_op.c:116:#define EXIT_TB() asm volatile ("br %r14")
faumachine-20180503/chips/qemu/cpu_jit_op.c:117:#define GOTO_LABEL_PARAM(n) asm volatile ("b " ASM_NAME(__op_gen_label) #n)
faumachine-20180503/chips/qemu/cpu_jit_op.c-118-#endif
faumachine-20180503/chips/qemu/cpu_jit_op.c-119-#ifdef __alpha__
faumachine-20180503/chips/qemu/cpu_jit_op.c:120:#define EXIT_TB() asm volatile ("ret")
faumachine-20180503/chips/qemu/cpu_jit_op.c-121-#endif
faumachine-20180503/chips/qemu/cpu_jit_op.c-122-#ifdef __ia64__
faumachine-20180503/chips/qemu/cpu_jit_op.c:123:#define EXIT_TB() asm volatile ("br.ret.sptk.many b0;;")
faumachine-20180503/chips/qemu/cpu_jit_op.c:124:#define GOTO_LABEL_PARAM(n) asm volatile ("br.sptk.many " \
faumachine-20180503/chips/qemu/cpu_jit_op.c-125-					  ASM_NAME(__op_gen_label) #n)
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-127-#ifdef __sparc__
faumachine-20180503/chips/qemu/cpu_jit_op.c:128:#define EXIT_TB() asm volatile ("jmpl %i0 + 8, %g0\n" \
faumachine-20180503/chips/qemu/cpu_jit_op.c-129-				"nop")
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-131-#ifdef __arm__
faumachine-20180503/chips/qemu/cpu_jit_op.c:132:#define EXIT_TB() asm volatile ("b exec_loop")
faumachine-20180503/chips/qemu/cpu_jit_op.c:133:#define GOTO_LABEL_PARAM(n) asm volatile ("b " ASM_NAME(__op_gen_label) #n)
faumachine-20180503/chips/qemu/cpu_jit_op.c-134-#endif
faumachine-20180503/chips/qemu/cpu_jit_op.c-135-#ifdef __mc68000
faumachine-20180503/chips/qemu/cpu_jit_op.c:136:#define EXIT_TB() asm volatile ("rts")
faumachine-20180503/chips/qemu/cpu_jit_op.c-137-#endif
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-147-do {\
faumachine-20180503/chips/qemu/cpu_jit_op.c:148:    asm volatile (ASM_DATA_SECTION\
faumachine-20180503/chips/qemu/cpu_jit_op.c-149-		  ASM_OP_LABEL_NAME(n, opname) ":\n"\
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-166-do {\
faumachine-20180503/chips/qemu/cpu_jit_op.c:167:    asm volatile (ASM_DATA_SECTION\
faumachine-20180503/chips/qemu/cpu_jit_op.c-168-		  ASM_OP_LABEL_NAME(n, opname) ":\n"\
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-181-do {\
faumachine-20180503/chips/qemu/cpu_jit_op.c:182:   asm volatile ("sti;.quad " ASM_NAME(__op_jmp) #n "\n");\
faumachine-20180503/chips/qemu/cpu_jit_op.c-183-} while (0)
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-189-do {\
faumachine-20180503/chips/qemu/cpu_jit_op.c:190:    asm volatile (ASM_DATA_SECTION\
faumachine-20180503/chips/qemu/cpu_jit_op.c-191-		  ASM_OP_LABEL_NAME(n, opname) ":\n"\
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-215-#if defined(DARWIN) && defined(__i386__) && CONFIG_CPU >= 80486 && CONFIG_CPU_LM_SUPPORT
faumachine-20180503/chips/qemu/cpu_jit_op.c:216:#define STACK_CLEANUP() asm volatile ("addl $0x04,%esp");
faumachine-20180503/chips/qemu/cpu_jit_op.c-217-#else
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-2191-    ST0(env) = tmp;
faumachine-20180503/chips/qemu/cpu_jit_op.c:2192:    asm volatile ("" : : "r" (env)); /* Hack to fix problem in gcc-7! FIXME */
faumachine-20180503/chips/qemu/cpu_jit_op.c-2193-}
##############################################
faumachine-20180503/chips/qemu/cpu_jit_op.c-2322-    ST0(env) = float80_chs(ST0(env));
faumachine-20180503/chips/qemu/cpu_jit_op.c:2323:    asm volatile ("" : : "r" (env)); /* Hack to fix problem in gcc-7! FIXME */
faumachine-20180503/chips/qemu/cpu_jit_op.c-2324-}
##############################################
faumachine-20180503/chips/arch_legacy.c-423-static int
faumachine-20180503/chips/arch_legacy.c:424:legacy_inta_addr(void *_cpssp)
faumachine-20180503/chips/arch_legacy.c-425-{
##############################################
faumachine-20180503/chips/chip_philips_pcx8582X_2.c-91-
faumachine-20180503/chips/chip_philips_pcx8582X_2.c:92:	return spd_eeprom_ack_addr(cpssp, addr);
faumachine-20180503/chips/chip_philips_pcx8582X_2.c-93-}
##############################################
faumachine-20180503/chips/chip_st_lsm303dlhc.c-388-static int
faumachine-20180503/chips/chip_st_lsm303dlhc.c:389:i2c_acc_ack_addr(struct cpssp *cpssp, uint8_t val)
faumachine-20180503/chips/chip_st_lsm303dlhc.c-390-{
##############################################
faumachine-20180503/chips/chip_st_lsm303dlhc.c-433-static int
faumachine-20180503/chips/chip_st_lsm303dlhc.c:434:i2c_mag_ack_addr(struct cpssp *cpssp, uint8_t val)
faumachine-20180503/chips/chip_st_lsm303dlhc.c-435-{
##############################################
faumachine-20180503/chips/conf_intel_x86_int.conf-704-#if defined CONFIG_CPU_SOCKET_ISA
faumachine-20180503/chips/conf_intel_x86_int.conf:705:	sig_isa_bus_inta_addr(cpssp->port_bus, cpssp);
faumachine-20180503/chips/conf_intel_x86_int.conf-706-	sig_isa_bus_inta_data(cpssp->port_bus, cpssp, vecp);
##############################################
faumachine-20180503/chips/conf_intel_x86_int.conf-709-   || defined CONFIG_CPU_SOCKET_SLOT1
faumachine-20180503/chips/conf_intel_x86_int.conf:710:	sig_host_bus_inta_addr(cpssp->port_bus, cpssp);
faumachine-20180503/chips/conf_intel_x86_int.conf-711-	sig_host_bus_inta_data(cpssp->port_bus, cpssp, vecp);
##############################################
faumachine-20180503/chips/conf_intel_x86_int.conf-713-#elif defined CONFIG_CPU_SOCKET_HOST775
faumachine-20180503/chips/conf_intel_x86_int.conf:714:	sig_host775_bus_inta_addr(cpssp->port_bus, cpssp);
faumachine-20180503/chips/conf_intel_x86_int.conf-715-	sig_host775_bus_inta_data(cpssp->port_bus, cpssp, vecp);
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-204-	match_addr_0 <= '1' 
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:205:			when reg_bus_data(31) = conf_addr(31) 
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:206:				and reg_bus_data(30) = conf_addr(30)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:207:				and reg_bus_data(29) = conf_addr(29)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:208:				and reg_bus_data(28) = conf_addr(28) 
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-209-			else '0';
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-211-	match_addr_1 <= '1' 
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:212:			when reg_bus_data(27) = conf_addr(27)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:213:				and reg_bus_data(26) = conf_addr(26)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:214:				and reg_bus_data(25) = conf_addr(25)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:215:				and reg_bus_data(24) = conf_addr(24)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-216-			else '0';
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-218-	match_addr_2 <= '1'
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:219:			when reg_bus_data(23) = conf_addr(23)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:220:				and reg_bus_data(22) = conf_addr(22)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:221:				and reg_bus_data(21) = conf_addr(21)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:222:				and reg_bus_data(20) = conf_addr(20)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-223-			else '0';
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-225-	match_addr_3 <= '1'
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:226:			when reg_bus_data(19) = conf_addr(19)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:227:				and reg_bus_data(18) = conf_addr(18)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:228:				and reg_bus_data(17) = conf_addr(17)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:229:				and reg_bus_data(16) = conf_addr(16)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-230-			else '0';
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-232-	match_addr_4 <= '1'
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:233:			when reg_bus_data(15) = conf_addr(15)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:234:				and reg_bus_data(14) = conf_addr(14)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:235:				and reg_bus_data(13) = conf_addr(13)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:236:				and reg_bus_data(12) = conf_addr(12)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-237-			else '0';
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-239-	match_addr_5 <= '1' 
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:240:			when reg_bus_data(11) = conf_addr(11)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:241:				and reg_bus_data(10) = conf_addr(10)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:242:				and reg_bus_data(9) = conf_addr(9)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:243:				and reg_bus_data(8) = conf_addr(8)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-244-			else '0';
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-246-	match_addr_6 <= '1'
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:247:			when reg_bus_data(7) = conf_addr(7)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:248:				and reg_bus_data(6) = conf_addr(6)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:249:				and reg_bus_data(5) = conf_addr(5)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:250:				and reg_bus_data(4) = conf_addr(4)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-251-			else '0';
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-279-			for i in conf_addr'range loop
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:280:				conf_addr(i) <= '0';
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-281-			end loop;
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-285-					-- conf space 10 (config address)
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:286:					conf_addr(4) <= reg_bus_data(4);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:287:					conf_addr(5) <= reg_bus_data(5);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:288:					conf_addr(6) <= reg_bus_data(6);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:289:					conf_addr(7) <= reg_bus_data(7);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-290-				end if;
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-292-				if bus_command(1) = '0' then
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:293:					conf_addr(8) <= reg_bus_data(8);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:294:					conf_addr(9) <= reg_bus_data(9);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:295:					conf_addr(10) <= reg_bus_data(10);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:296:					conf_addr(11) <= reg_bus_data(11);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:297:					conf_addr(12) <= reg_bus_data(12);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:298:					conf_addr(13) <= reg_bus_data(13);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:299:					conf_addr(14) <= reg_bus_data(14);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:300:					conf_addr(15) <= reg_bus_data(15);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-301-				end if;
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-302-				if bus_command(2) = '0' then
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:303:					conf_addr(16) <= reg_bus_data(16);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:304:					conf_addr(17) <= reg_bus_data(17);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:305:					conf_addr(18) <= reg_bus_data(18);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:306:					conf_addr(19) <= reg_bus_data(19);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:307:					conf_addr(20) <= reg_bus_data(20);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:308:					conf_addr(21) <= reg_bus_data(21);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:309:					conf_addr(22) <= reg_bus_data(22);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:310:					conf_addr(23) <= reg_bus_data(23);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-311-				end if;
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-313-				if bus_command(3) = '0' then
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:314:					conf_addr(24) <= reg_bus_data(24);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:315:					conf_addr(25) <= reg_bus_data(25);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:316:					conf_addr(26) <= reg_bus_data(26);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:317:					conf_addr(27) <= reg_bus_data(27);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:318:					conf_addr(28) <= reg_bus_data(28);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:319:					conf_addr(29) <= reg_bus_data(29);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:320:					conf_addr(30) <= reg_bus_data(30);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:321:					conf_addr(31) <= reg_bus_data(31);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-322-				end if;
##############################################
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-546-
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:547:				bus_data_wr(4) <= conf_addr(4);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:548:				bus_data_wr(5) <= conf_addr(5);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:549:				bus_data_wr(6) <= conf_addr(6);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:550:				bus_data_wr(7) <= conf_addr(7);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:551:				bus_data_wr(8) <= conf_addr(8);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:552:				bus_data_wr(9) <= conf_addr(9);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:553:				bus_data_wr(10) <= conf_addr(10);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:554:				bus_data_wr(11) <= conf_addr(11);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:555:				bus_data_wr(12) <= conf_addr(12);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:556:				bus_data_wr(13) <= conf_addr(13);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:557:				bus_data_wr(14) <= conf_addr(14);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:558:				bus_data_wr(15) <= conf_addr(15);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:559:				bus_data_wr(16) <= conf_addr(16);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:560:				bus_data_wr(17) <= conf_addr(17);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:561:				bus_data_wr(18) <= conf_addr(18);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:562:				bus_data_wr(19) <= conf_addr(19);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:563:				bus_data_wr(20) <= conf_addr(20);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:564:				bus_data_wr(21) <= conf_addr(21);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:565:				bus_data_wr(22) <= conf_addr(22);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:566:				bus_data_wr(23) <= conf_addr(23);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:567:				bus_data_wr(24) <= conf_addr(24);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:568:				bus_data_wr(25) <= conf_addr(25);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:569:				bus_data_wr(26) <= conf_addr(26);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:570:				bus_data_wr(27) <= conf_addr(27);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:571:				bus_data_wr(28) <= conf_addr(28);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:572:				bus_data_wr(29) <= conf_addr(29);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:573:				bus_data_wr(30) <= conf_addr(30);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl:574:				bus_data_wr(31) <= conf_addr(31);
faumachine-20180503/experiments/test-pci-vhdl-con/pcicard.vhdl-575-
##############################################
faumachine-20180503/m4/as-ac-expand.m4-38-  while true; do
faumachine-20180503/m4/as-ac-expand.m4:39:    new_full_var="`eval echo $full_var`"
faumachine-20180503/m4/as-ac-expand.m4-40-    if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
faumachine-20180503/m4/ax_pthread.m4-296-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
faumachine-20180503/m4/ax_pthread.m4:297:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
faumachine-20180503/m4/ax_pthread.m4-298-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
faumachine-20180503/sim/Makefile.am-60-	| while read file ; do \
faumachine-20180503/sim/Makefile.am:61:		name=`echo $${file} | sed -e 's,../sig/sig_,,' | sed -e 's,\\.c,,'` ; \
faumachine-20180503/sim/Makefile.am-62-		echo "#include \"sig_$${name}.h\"" ; \
##############################################
faumachine-20180503/sim/Makefile.am-70-	| while read file ; do \
faumachine-20180503/sim/Makefile.am:71:		name=`echo $${file} | sed -e 's,../sig/sig_,,' | sed -e 's,\\.c,,'` ; \
faumachine-20180503/sim/Makefile.am-72-		echo "{ \"$${name}\"," ; \
##############################################
faumachine-20180503/sim/Makefile.am-88-	| while read file ; do \
faumachine-20180503/sim/Makefile.am:89:		name=`echo $${file} | sed -e 's,../conn/sig_,,' | sed -e 's,\\.conn,,'` ; \
faumachine-20180503/sim/Makefile.am-90-		echo "#include \"sig_$${name}.h\"" ; \
##############################################
faumachine-20180503/sim/Makefile.am-97-	| while read file ; do \
faumachine-20180503/sim/Makefile.am:98:		name=`echo $${file} | sed -e 's,../conn/sig_,,' | sed -e 's,\\.conn,,'` ; \
faumachine-20180503/sim/Makefile.am-99-		echo "{ \"$${name}\"," ; \
##############################################
faumachine-20180503/comps/monitor_template.c-781-static bool
faumachine-20180503/comps/monitor_template.c:782:monitor_ack_addr(void *_cpssp, unsigned char addr)
faumachine-20180503/comps/monitor_template.c-783-{
##############################################
faumachine-20180503/comps/monitor_template.c-785-
faumachine-20180503/comps/monitor_template.c:786:	return edid_eeprom_ack_addr(cpssp, addr);
faumachine-20180503/comps/monitor_template.c-787-}
##############################################
faumachine-20180503/comps/cpu_host.c-466-	if (unlikely(sig_host_bus_ior(cpssp->port_main, cpssp, port, bs, valp) != 0)) {
faumachine-20180503/comps/cpu_host.c:467:		sig_host_bus_type_addr(cpssp->port_main, cpssp,
faumachine-20180503/comps/cpu_host.c-468-				0, SIG_HOST_BUS_IOR, port);
##############################################
faumachine-20180503/comps/cpu_host.c-478-	if (unlikely(sig_host_bus_iow(cpssp->port_main, cpssp, port, bs, val) != 0)) {
faumachine-20180503/comps/cpu_host.c:479:		sig_host_bus_type_addr(cpssp->port_main, cpssp,
faumachine-20180503/comps/cpu_host.c-480-				0, SIG_HOST_BUS_IOW, port);
##############################################
faumachine-20180503/comps/cpu_host.c-491-	if (unlikely(sig_host_bus_mr(cpssp->port_main, cpssp, state, addr, bs, valp) != 0)) {
faumachine-20180503/comps/cpu_host.c:492:		sig_host_bus_type_addr(cpssp->port_main, cpssp,
faumachine-20180503/comps/cpu_host.c-493-				0, SIG_HOST_BUS_MR, addr);
##############################################
faumachine-20180503/comps/cpu_host.c-503-	if (unlikely(sig_host_bus_mw(cpssp->port_main, cpssp, state, addr, bs, val) != 0)) {
faumachine-20180503/comps/cpu_host.c:504:		sig_host_bus_type_addr(cpssp->port_main, cpssp,
faumachine-20180503/comps/cpu_host.c-505-				0, SIG_HOST_BUS_MW, addr);
##############################################
faumachine-20180503/comps/cpu_host.c-980-
faumachine-20180503/comps/cpu_host.c:981:					sig_host_bus_inta_addr(cpssp->port_main, cpssp);
faumachine-20180503/comps/cpu_host.c-982-					sig_host_bus_inta_data(cpssp->port_main, cpssp,
##############################################
faumachine-20180503/comps/cpu_host.c-1036-
faumachine-20180503/comps/cpu_host.c:1037:			asm volatile (
faumachine-20180503/comps/cpu_host.c-1038-				"rdtsc\n\t"
##############################################
faumachine-20180503/comps/cpu_host.c-1109-
faumachine-20180503/comps/cpu_host.c:1110:			asm volatile (
faumachine-20180503/comps/cpu_host.c-1111-				"rdtsc\n\t"
##############################################
faumachine-20180503/comps/usbstorage.c-1062-		if (DEBUG_CONTROL_FLOW) {
faumachine-20180503/comps/usbstorage.c:1063:			asm volatile("" : : : "memory");
faumachine-20180503/comps/usbstorage.c-1064-
##############################################
faumachine-20180503/comps/usbstorage.c-1077-
faumachine-20180503/comps/usbstorage.c:1078:			asm volatile("" : : : "memory");
faumachine-20180503/comps/usbstorage.c-1079-		}
##############################################
faumachine-20180503/roms/chip_ti_am1808/main.c-15-	
faumachine-20180503/roms/chip_ti_am1808/main.c:16:	asm (
faumachine-20180503/roms/chip_ti_am1808/main.c-17-		"bx %0"
##############################################
faumachine-20180503/roms/vgabios/segment.h-28-{
faumachine-20180503/roms/vgabios/segment.h:29:	asm volatile (
faumachine-20180503/roms/vgabios/segment.h-30-		"movw %0, %%es\n"
##############################################
faumachine-20180503/roms/vgabios/segment.h-40-{
faumachine-20180503/roms/vgabios/segment.h:41:	asm volatile (
faumachine-20180503/roms/vgabios/segment.h-42-		"movw %0, %%es\n"
##############################################
faumachine-20180503/roms/vgabios/segment.h-52-{
faumachine-20180503/roms/vgabios/segment.h:53:	asm volatile (
faumachine-20180503/roms/vgabios/segment.h-54-		"movw %0, %%es\n"
##############################################
faumachine-20180503/roms/vgabios/segment.h-66-
faumachine-20180503/roms/vgabios/segment.h:67:	asm volatile (
faumachine-20180503/roms/vgabios/segment.h-68-		"movw %1, %%es\n"
##############################################
faumachine-20180503/roms/vgabios/segment.h-81-
faumachine-20180503/roms/vgabios/segment.h:82:	asm volatile (
faumachine-20180503/roms/vgabios/segment.h-83-		"movw %1, %%es\n"
##############################################
faumachine-20180503/roms/vgabios/segment.h-96-
faumachine-20180503/roms/vgabios/segment.h:97:	asm volatile (
faumachine-20180503/roms/vgabios/segment.h-98-		"movw %1, %%es\n"
##############################################
faumachine-20180503/roms/mb_ibm_at_bios/Makefile.am-131-	if grep -q 'switch\W*(.*)' *.c; then exit 1; fi
faumachine-20180503/roms/mb_ibm_at_bios/Makefile.am:132:	if test -z "`$(OBJDUMP) -h bios.elf | grep '\.bss[[:blank:]]\+0\+[[:blank:]]\+'`"; then  \
faumachine-20180503/roms/mb_ibm_at_bios/Makefile.am-133-		echo -e 'BIOS contains bss data\n'; exit 1; fi
##############################################
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-88-
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl:89:	# Generate ASM output 
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-90-	if ($input_file =~ /^.*\.S/) {
##############################################
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-96-	if (system $compile_cmd) {
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl:97:		die "$PROGRAM: asm output generation failed\n";
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-98-	}
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-99-
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl:100:	# Patch ASM output of C files
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-101-	if ($input_file =~ /^.*\.c/) {
##############################################
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-107-		if (system $patch_cmd) {
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl:108:			die "$PROGRAM: patching of asm output failed\n";
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-109-		}
##############################################
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-113-		if (system $cpy_cmd) {
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl:114:			die "$PROGRAM: copying of asm output failed\n";
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-115-		}
##############################################
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-117-
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl:118:	# Patch ASM output
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-119-	$as_input = 0;
##############################################
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-123-	if (system $asmpatch_cmd) {
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl:124:		die "$PROGRAM: processing of patched asm output failed\n";
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-125-	}
##############################################
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-130-	if (system $assemble_cmd) {
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl:131:		die "$PROGRAM: assemble of final asm output failed\n";
faumachine-20180503/roms/cirrus_vga_bios/gcc.pl-132-	}
##############################################
faumachine-20180503/roms/cirrus_vga_bios/Makefile.am-83-	if grep -q 'switch.*(.*)' *.c; then exit 1; fi
faumachine-20180503/roms/cirrus_vga_bios/Makefile.am:84:	test -z `$(NM) cirrus_vga_bios.elf$(EXEEXT) | egrep ' (B|b) '`
faumachine-20180503/roms/cirrus_vga_bios/Makefile.am:85:	test -z `$(NM) $< | egrep ' (D|d) '`
faumachine-20180503/roms/cirrus_vga_bios/Makefile.am-86-
##############################################
faumachine-20180503/roms/mb_template_bios/segment.h-52-
faumachine-20180503/roms/mb_template_bios/segment.h:53:	asm volatile (
faumachine-20180503/roms/mb_template_bios/segment.h-54-		"movw %0, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/segment.h-66-
faumachine-20180503/roms/mb_template_bios/segment.h:67:	asm volatile (
faumachine-20180503/roms/mb_template_bios/segment.h-68-		"movw %0, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/segment.h-86-
faumachine-20180503/roms/mb_template_bios/segment.h:87:	asm volatile (
faumachine-20180503/roms/mb_template_bios/segment.h-88-		"movw %0, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/segment.h-104-
faumachine-20180503/roms/mb_template_bios/segment.h:105:	asm volatile (
faumachine-20180503/roms/mb_template_bios/segment.h-106-		"movw %1, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/segment.h-121-
faumachine-20180503/roms/mb_template_bios/segment.h:122:	asm volatile (
faumachine-20180503/roms/mb_template_bios/segment.h-123-		"movw %1, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/segment.h-140-
faumachine-20180503/roms/mb_template_bios/segment.h:141:	asm volatile (
faumachine-20180503/roms/mb_template_bios/segment.h-142-		"movw %2, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/apm.c-114-{
faumachine-20180503/roms/mb_template_bios/apm.c:115:	asm volatile (
faumachine-20180503/roms/mb_template_bios/apm.c-116-		"sti\n"
##############################################
faumachine-20180503/roms/mb_template_bios/pci.c-255-{
faumachine-20180503/roms/mb_template_bios/pci.c:256:	outl(PCI_ADDR(0, 0, 0) | 0x80000000, PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/pci.c:257:	return inl(PCICONF_ADDR) == (PCI_ADDR(0, 0, 0) | 0x80000000);
faumachine-20180503/roms/mb_template_bios/pci.c-258-}
##############################################
faumachine-20180503/roms/mb_template_bios/pci.c-1475-
faumachine-20180503/roms/mb_template_bios/pci.c:1476:				asm volatile (
faumachine-20180503/roms/mb_template_bios/pci.c-1477-					"movw %%es, %0\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/kbd.c-49-
faumachine-20180503/roms/mb_template_bios/kbd.c:50:	asm volatile("sti\n\t");
faumachine-20180503/roms/mb_template_bios/kbd.c-51-
##############################################
faumachine-20180503/roms/mb_template_bios/kbd.c-87-done:	;
faumachine-20180503/roms/mb_template_bios/kbd.c:88:	asm volatile("cli\n\t");
faumachine-20180503/roms/mb_template_bios/kbd.c-89-}
##############################################
faumachine-20180503/roms/mb_template_bios/kbd.c-102-#else
faumachine-20180503/roms/mb_template_bios/kbd.c:103:	asm volatile (
faumachine-20180503/roms/mb_template_bios/kbd.c-104-	"	movw $0x40, %0\n"
##############################################
faumachine-20180503/roms/mb_template_bios/kbd.c-191-	while (! kbd_keyavailable()) {
faumachine-20180503/roms/mb_template_bios/kbd.c:192:		asm volatile (
faumachine-20180503/roms/mb_template_bios/kbd.c-193-			"sti\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/kbd.c-422-
faumachine-20180503/roms/mb_template_bios/kbd.c:423:asm (
faumachine-20180503/roms/mb_template_bios/kbd.c-424-"	.code16\n"
##############################################
faumachine-20180503/roms/mb_template_bios/kbd.c-559-	ax = (0x4f << 8) | code;
faumachine-20180503/roms/mb_template_bios/kbd.c:560:	asm (
faumachine-20180503/roms/mb_template_bios/kbd.c-561-		"stc\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/kbd.c-704-		/* Signal I/O possible for keyboard. */
faumachine-20180503/roms/mb_template_bios/kbd.c:705:		asm volatile (
faumachine-20180503/roms/mb_template_bios/kbd.c-706-			"int $0x15\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/main.c-54-
faumachine-20180503/roms/mb_template_bios/main.c:55:	asm volatile (
faumachine-20180503/roms/mb_template_bios/main.c-56-		"\tint $0x1c\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main.c-138-	/* Signal interrupt to OS */
faumachine-20180503/roms/mb_template_bios/main.c:139:	asm volatile (
faumachine-20180503/roms/mb_template_bios/main.c-140-		"int $0x15\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main.c-162-	/* Signal interrupt to OS */
faumachine-20180503/roms/mb_template_bios/main.c:163:	asm volatile (
faumachine-20180503/roms/mb_template_bios/main.c-164-		"int $0x15\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main.c-200-	 */
faumachine-20180503/roms/mb_template_bios/main.c:201:	asm volatile (
faumachine-20180503/roms/mb_template_bios/main.c-202-		"sti\n"
##############################################
faumachine-20180503/roms/mb_template_bios/mouse.c-43-
faumachine-20180503/roms/mb_template_bios/mouse.c:44:		asm volatile ( "cli\n" );
faumachine-20180503/roms/mb_template_bios/mouse.c-45-
##############################################
faumachine-20180503/roms/mb_template_bios/mouse.c-61-			 *    and try again */
faumachine-20180503/roms/mb_template_bios/mouse.c:62:			asm volatile ( "sti\n" );
faumachine-20180503/roms/mb_template_bios/mouse.c-63-
##############################################
faumachine-20180503/roms/mb_template_bios/mouse.c-631-
faumachine-20180503/roms/mb_template_bios/mouse.c:632:		asm volatile (
faumachine-20180503/roms/mb_template_bios/mouse.c-633-			"pushw %%ds\n"
##############################################
faumachine-20180503/roms/mb_template_bios/video.c-33-	/* BL = foreground color (graphics modes only) */
faumachine-20180503/roms/mb_template_bios/video.c:34:	asm volatile (
faumachine-20180503/roms/mb_template_bios/video.c-35-		"\tint $0x10\n"
##############################################
faumachine-20180503/roms/mb_template_bios/video.c-68-
faumachine-20180503/roms/mb_template_bios/video.c:69:	asm volatile (
faumachine-20180503/roms/mb_template_bios/video.c-70-		"\tint $0x10\n"
##############################################
faumachine-20180503/roms/mb_template_bios/video.c-84-
faumachine-20180503/roms/mb_template_bios/video.c:85:	asm volatile (
faumachine-20180503/roms/mb_template_bios/video.c-86-		"\tint $0x10\n"
##############################################
faumachine-20180503/roms/mb_template_bios/video.c-103-
faumachine-20180503/roms/mb_template_bios/video.c:104:	asm volatile (
faumachine-20180503/roms/mb_template_bios/video.c-105-		"\tint $0x10\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-49-
faumachine-20180503/roms/mb_template_bios/main_init.c:50:	asm volatile (
faumachine-20180503/roms/mb_template_bios/main_init.c-51-		"\tint $0x1a\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-58-	do {
faumachine-20180503/roms/mb_template_bios/main_init.c:59:		asm volatile (
faumachine-20180503/roms/mb_template_bios/main_init.c-60-			"\tint $0x1a\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-110-	 */
faumachine-20180503/roms/mb_template_bios/main_init.c:111:	asm volatile (
faumachine-20180503/roms/mb_template_bios/main_init.c-112-		"mov %0, %%es\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-187-		 */
faumachine-20180503/roms/mb_template_bios/main_init.c:188:		asm volatile ("sti\n\t");
faumachine-20180503/roms/mb_template_bios/main_init.c-189-#ifdef CONFIG_SMI_SUPPORT
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-263-
faumachine-20180503/roms/mb_template_bios/main_init.c:264:		asm volatile ("sti\n\t"); /* Cirrus BIOS turns off interrupts! */
faumachine-20180503/roms/mb_template_bios/main_init.c-265-#endif	
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-280-		/* Use text mode 3 (80x25). */
faumachine-20180503/roms/mb_template_bios/main_init.c:281:		asm volatile (
faumachine-20180503/roms/mb_template_bios/main_init.c-282-			"\tint $0x10\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-287-		/* Load 8x14 font, else our logo looks broken. */
faumachine-20180503/roms/mb_template_bios/main_init.c:288:		asm volatile (
faumachine-20180503/roms/mb_template_bios/main_init.c-289-			"\tint $0x10\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-335-
faumachine-20180503/roms/mb_template_bios/main_init.c:336:		asm volatile (
faumachine-20180503/roms/mb_template_bios/main_init.c-337-			"\tmovw %%di, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-350-		/* Switch to two-font mode. */
faumachine-20180503/roms/mb_template_bios/main_init.c:351:		asm volatile (
faumachine-20180503/roms/mb_template_bios/main_init.c-352-			"\tint $0x10\n"
##############################################
faumachine-20180503/roms/mb_template_bios/main_init.c-424-		 */
faumachine-20180503/roms/mb_template_bios/main_init.c:425:		asm volatile (
faumachine-20180503/roms/mb_template_bios/main_init.c-426-			"\tint $0x10\n"
##############################################
faumachine-20180503/roms/mb_template_bios/mem.c-86-	/* Disable Interrupts */
faumachine-20180503/roms/mb_template_bios/mem.c:87:	asm volatile (
faumachine-20180503/roms/mb_template_bios/mem.c-88-		"pushfw\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/mem.c-100-	/* Restore Interrupts */
faumachine-20180503/roms/mb_template_bios/mem.c:101:	asm volatile (
faumachine-20180503/roms/mb_template_bios/mem.c-102-		"pushw %0\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/mem.c-295-	/* Load GDT descriptor. */
faumachine-20180503/roms/mb_template_bios/mem.c:296:	asm volatile (
faumachine-20180503/roms/mb_template_bios/mem.c-297-		"movw %0, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/mem.c-306-	/* Switch to protected mode and copy words. */
faumachine-20180503/roms/mb_template_bios/mem.c:307:	asm volatile (
faumachine-20180503/roms/mb_template_bios/mem.c-308-		"pushaw\n"
##############################################
faumachine-20180503/roms/mb_template_bios/kbd.h-22-
faumachine-20180503/roms/mb_template_bios/kbd.h:23:	asm volatile (
faumachine-20180503/roms/mb_template_bios/kbd.h-24-	"	movb $0x00, %%ah\n"
##############################################
faumachine-20180503/roms/mb_template_bios/kbd.h-36-
faumachine-20180503/roms/mb_template_bios/kbd.h:37:	asm volatile (
faumachine-20180503/roms/mb_template_bios/kbd.h-38-	"	movb $0x01, %%ah\n"
##############################################
faumachine-20180503/roms/mb_template_bios/rtc.h-36-	/* FIXME JOSEF: export to cpu.h */
faumachine-20180503/roms/mb_template_bios/rtc.h:37:	asm (
faumachine-20180503/roms/mb_template_bios/rtc.h-38-			"sti	\n"
##############################################
faumachine-20180503/roms/mb_template_bios/pci.h-44-
faumachine-20180503/roms/mb_template_bios/pci.h:45:#define PCI_ADDR(bus,dev,func) \
faumachine-20180503/roms/mb_template_bios/pci.h-46-		(((uint32_t) (bus) << 16 ) \
##############################################
faumachine-20180503/roms/mb_template_bios/pci.h-58-{
faumachine-20180503/roms/mb_template_bios/pci.h:59:	outl(PCI_ADDR(bus, unit, fn) | 0x80000000 | reg, PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/pci.h-60-	return inl(PCICONF_DATA);
##############################################
faumachine-20180503/roms/mb_template_bios/pci.h-71-{
faumachine-20180503/roms/mb_template_bios/pci.h:72:	outl(PCI_ADDR(bus, unit, fn) | 0x80000000 | reg, PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/pci.h-73-	outl(val, PCICONF_DATA);
##############################################
faumachine-20180503/roms/mb_template_bios/pci.h-83-{
faumachine-20180503/roms/mb_template_bios/pci.h:84:	outl(PCI_ADDR(bus, unit, fn) | 0x80000000 | (reg & 0xfc), PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/pci.h-85-	return inw(PCICONF_DATA + (reg & 0x03));
##############################################
faumachine-20180503/roms/mb_template_bios/pci.h-96-{
faumachine-20180503/roms/mb_template_bios/pci.h:97:	outl(PCI_ADDR(bus, unit, fn) | 0x80000000 | (reg & 0xfc), PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/pci.h-98-	outw(val, PCICONF_DATA + (reg & 0x03));
##############################################
faumachine-20180503/roms/mb_template_bios/pci.h-108-{
faumachine-20180503/roms/mb_template_bios/pci.h:109:	outl(PCI_ADDR(bus, unit, fn) | 0x80000000 | (reg & 0xfc), PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/pci.h-110-	return inb(PCICONF_DATA + (reg & 0x03));
##############################################
faumachine-20180503/roms/mb_template_bios/pci.h-121-{
faumachine-20180503/roms/mb_template_bios/pci.h:122:	outl(PCI_ADDR(bus, unit, fn) | 0x80000000 | (reg & 0xfc), PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/pci.h-123-	outb(val, PCICONF_DATA + (reg & 0x03));
##############################################
faumachine-20180503/roms/mb_template_bios/traps.h-18-{
faumachine-20180503/roms/mb_template_bios/traps.h:19:	asm (
faumachine-20180503/roms/mb_template_bios/traps.h-20-		"cli\n"
##############################################
faumachine-20180503/roms/mb_template_bios/traps.h-26-{
faumachine-20180503/roms/mb_template_bios/traps.h:27:	asm (
faumachine-20180503/roms/mb_template_bios/traps.h-28-		"sti\n"
##############################################
faumachine-20180503/roms/mb_template_bios/cmos.c-15-
faumachine-20180503/roms/mb_template_bios/cmos.c:16:#define PCI_ADDR(bus, dev, func)  (((uint32_t) (bus) << 16 ) \
faumachine-20180503/roms/mb_template_bios/cmos.c-17-				| ((uint32_t) (dev) << 11) \
##############################################
faumachine-20180503/roms/mb_template_bios/cmos.c-33-	 */
faumachine-20180503/roms/mb_template_bios/cmos.c:34:	outl(PCI_ADDR(0, 7, 0) | 0x80000000 | (0xcb & ~3), PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/cmos.c-35-	outb(0x25, PCICONF_DATA | (0xcb & 3));
##############################################
faumachine-20180503/roms/mb_template_bios/boot.c-31-
faumachine-20180503/roms/mb_template_bios/boot.c:32:	asm volatile (
faumachine-20180503/roms/mb_template_bios/boot.c-33-		"cli\n"
##############################################
faumachine-20180503/roms/mb_template_bios/boot.c-73-	/* Read boot record. */
faumachine-20180503/roms/mb_template_bios/boot.c:74:	asm volatile (
faumachine-20180503/roms/mb_template_bios/boot.c-75-		"\tmovw %%di, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/boot.c-316-	/* Read boot record. */
faumachine-20180503/roms/mb_template_bios/boot.c:317:	asm volatile (
faumachine-20180503/roms/mb_template_bios/boot.c-318-		"\tmovw %%di, %%es\n"
##############################################
faumachine-20180503/roms/mb_template_bios/boot.c-347-{
faumachine-20180503/roms/mb_template_bios/boot.c:348:	asm volatile (
faumachine-20180503/roms/mb_template_bios/boot.c-349-		"\tint $0x18\n"
##############################################
faumachine-20180503/roms/mb_template_bios/boot.c-357-{
faumachine-20180503/roms/mb_template_bios/boot.c:358:	asm volatile (
faumachine-20180503/roms/mb_template_bios/boot.c-359-		"\tint $0x19\n"
##############################################
faumachine-20180503/roms/mb_template_bios/chipset.c-15-
faumachine-20180503/roms/mb_template_bios/chipset.c:16:#define PCI_ADDR(bus,dev,func)	(((unsigned long)(bus) << 16 ) \
faumachine-20180503/roms/mb_template_bios/chipset.c-17-		| ((unsigned long)(dev) << 11) \
##############################################
faumachine-20180503/roms/mb_template_bios/chipset.c-36-
faumachine-20180503/roms/mb_template_bios/chipset.c:37:	outl((PCI_ADDR(bus, unit, fn) | (1 << 31) | (reg & ~0)), PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/chipset.c-38-	return inl(PCICONF_DATA + (reg & 0));
##############################################
faumachine-20180503/roms/mb_template_bios/chipset.c-51-
faumachine-20180503/roms/mb_template_bios/chipset.c:52:	outl((PCI_ADDR(bus, unit, fn) | (1 << 31) | (reg & ~0)), PCICONF_ADDR);
faumachine-20180503/roms/mb_template_bios/chipset.c-53-	outl(value, PCICONF_DATA + (reg & 0));
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-14-
faumachine-20180503/roms/mb_template_bios/early_init.S:15:#define PCI_ADDR(bus, dev, func) \
faumachine-20180503/roms/mb_template_bios/early_init.S-16-        (((bus) << 16) | ((dev) << 11) | ((func) << 8))
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-75-	 */
faumachine-20180503/roms/mb_template_bios/early_init.S:76:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x9c, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-77-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-85-	 */
faumachine-20180503/roms/mb_template_bios/early_init.S:86:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x48, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-87-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-95-	 */
faumachine-20180503/roms/mb_template_bios/early_init.S:96:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x44, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-97-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-105-	 */
faumachine-20180503/roms/mb_template_bios/early_init.S:106:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0xb0, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-107-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-115-	 */
faumachine-20180503/roms/mb_template_bios/early_init.S:116:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x60, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-117-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-125-	 */
faumachine-20180503/roms/mb_template_bios/early_init.S:126:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x48, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-127-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-137-#if defined(CONFIG_INTEL_2E20) /* FIXME */
faumachine-20180503/roms/mb_template_bios/early_init.S:138:	movl $PCI_ADDR(0, 0x1f, 0) | 0x80000000 | 0x4c, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-139-#else
faumachine-20180503/roms/mb_template_bios/early_init.S:140:	movl $PCI_ADDR(0, 7, 0) | 0x80000000 | 0x4c, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-141-#endif
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-164-	/* reg(0x60 + %cx) = 0x80 */
faumachine-20180503/roms/mb_template_bios/early_init.S:165:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x60, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-166-	orb %cl, %al
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-365-#if defined(CONFIG_INTEL_7180) || defined(CONFIG_INTEL_2770)
faumachine-20180503/roms/mb_template_bios/early_init.S:366:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x70, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-367-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-372-#elif defined(CONFIG_INTEL_2E20)
faumachine-20180503/roms/mb_template_bios/early_init.S:373:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x9c, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-374-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-395-#if defined(CONFIG_INTEL_7180) || defined(CONFIG_INTEL_2770)
faumachine-20180503/roms/mb_template_bios/early_init.S:396:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x70, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-397-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-402-#elif defined(CONFIG_INTEL_2E20)
faumachine-20180503/roms/mb_template_bios/early_init.S:403:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x9c, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-404-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-418-#if defined(CONFIG_INTEL_7180)
faumachine-20180503/roms/mb_template_bios/early_init.S:419:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x5c, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-420-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-425-
faumachine-20180503/roms/mb_template_bios/early_init.S:426:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x58, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-427-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-433-#elif defined(CONFIG_INTEL_2770)
faumachine-20180503/roms/mb_template_bios/early_init.S:434:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x94, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-435-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-440-
faumachine-20180503/roms/mb_template_bios/early_init.S:441:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x90, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-442-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-448-#elif defined(CONFIG_INTEL_2E20)
faumachine-20180503/roms/mb_template_bios/early_init.S:449:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x94, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-450-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-455-
faumachine-20180503/roms/mb_template_bios/early_init.S:456:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x90, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-457-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-478-#if defined(CONFIG_INTEL_7180)
faumachine-20180503/roms/mb_template_bios/early_init.S:479:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x5c, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-480-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-486-
faumachine-20180503/roms/mb_template_bios/early_init.S:487:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x58, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-488-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-495-#elif defined(CONFIG_INTEL_2770)
faumachine-20180503/roms/mb_template_bios/early_init.S:496:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x94, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-497-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-503-
faumachine-20180503/roms/mb_template_bios/early_init.S:504:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x90, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-505-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-512-#elif defined(CONFIG_INTEL_2E20)
faumachine-20180503/roms/mb_template_bios/early_init.S:513:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x94, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-514-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/early_init.S-520-
faumachine-20180503/roms/mb_template_bios/early_init.S:521:	movl $PCI_ADDR(0, 0, 0) | 0x80000000 | 0x90, %eax
faumachine-20180503/roms/mb_template_bios/early_init.S-522-	movw $PCICONF_ADDR, %dx
##############################################
faumachine-20180503/roms/mb_template_bios/parallel.c-35-			outb(val8 | 0x01, addr + 2);	/* Send strobe. */
faumachine-20180503/roms/mb_template_bios/parallel.c:36:			asm ("nop");
faumachine-20180503/roms/mb_template_bios/parallel.c-37-			outb(val8 & ~0x01, addr + 2);
##############################################
faumachine-20180503/roms/mb_template_bios/parallel.c-44-			outb(val8 & ~0x04, addr + 2);	/* Send init. */
faumachine-20180503/roms/mb_template_bios/parallel.c:45:			asm ("nop");
faumachine-20180503/roms/mb_template_bios/parallel.c-46-			outb(val8 | 0x40, addr + 2);
##############################################
faumachine-20180503/roms/mb_template_bios/floppy.c-220-	while (! (var_get(f_recal) & (1 << 7))) {
faumachine-20180503/roms/mb_template_bios/floppy.c:221:		asm volatile (
faumachine-20180503/roms/mb_template_bios/floppy.c-222-			"sti\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/floppy.c-324-	while (! (var_get(f_recal) & (1 << 7))) {
faumachine-20180503/roms/mb_template_bios/floppy.c:325:		asm volatile (
faumachine-20180503/roms/mb_template_bios/floppy.c-326-			"sti\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/floppy.c-401-		while (! (var_get(f_recal) & (1 << 7))) {
faumachine-20180503/roms/mb_template_bios/floppy.c:402:			asm volatile (
faumachine-20180503/roms/mb_template_bios/floppy.c-403-					"sti\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-317-{
faumachine-20180503/roms/mb_template_bios/smp.c:318:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-319-		"movl %1, (%2)\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-330-
faumachine-20180503/roms/mb_template_bios/smp.c:331:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-332-		"movl %1, (%2)\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-354-{
faumachine-20180503/roms/mb_template_bios/smp.c:355:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-356-		"movl %0, (%1)\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-366-
faumachine-20180503/roms/mb_template_bios/smp.c:367:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-368-		"movl (%1), %0\n\t"
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-415-
faumachine-20180503/roms/mb_template_bios/smp.c:416:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-417-		""
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-429-
faumachine-20180503/roms/mb_template_bios/smp.c:430:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-431-		""
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-461-	/* Try to set/clear ID bit in %eflags. */
faumachine-20180503/roms/mb_template_bios/smp.c:462:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-463-		"\tpushfl\n"
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-490-	/* Get CPU information. */
faumachine-20180503/roms/mb_template_bios/smp.c:491:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-492-		"\tcpuid\n"
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-525-
faumachine-20180503/roms/mb_template_bios/smp.c:526:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-527-		"rdmsr\n"
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-533-
faumachine-20180503/roms/mb_template_bios/smp.c:534:	asm volatile (
faumachine-20180503/roms/mb_template_bios/smp.c-535-		"cpuid\n"
##############################################
faumachine-20180503/roms/mb_template_bios/smp.c-562-	for (i = 0; i < 10000; i++) {
faumachine-20180503/roms/mb_template_bios/smp.c:563:		asm volatile ("\tpause\n");
faumachine-20180503/roms/mb_template_bios/smp.c-564-	}
##############################################
faumachine-20180503/roms/mb_template_bios/disk.c-1384-#if 0
faumachine-20180503/roms/mb_template_bios/disk.c:1385:	asm volatile (
faumachine-20180503/roms/mb_template_bios/disk.c-1386-		"pushw %ax\n"
##############################################
faumachine-20180503/roms/mb_template_bios/acpi-tables.c-533-#else
faumachine-20180503/roms/mb_template_bios/acpi-tables.c:534:	asm volatile (
faumachine-20180503/roms/mb_template_bios/acpi-tables.c-535-		""
##############################################
faumachine-20180503/roms/mb_fujitsu_D2817_bios/Makefile.am-138-	if grep -q 'switch\W*(.*)' *.c; then exit 1; fi
faumachine-20180503/roms/mb_fujitsu_D2817_bios/Makefile.am:139:	if test -z "`$(OBJDUMP) -h bios.elf | grep '\.bss[[:blank:]]\+0\+[[:blank:]]\+'`"; then  \
faumachine-20180503/roms/mb_fujitsu_D2817_bios/Makefile.am-140-		echo -e 'BIOS contains bss data\n'; exit 1; fi
##############################################
faumachine-20180503/roms/mb_foxconn_945p7aa_8ekrs2/Makefile.am-138-	if grep -q 'switch\W*(.*)' *.c; then exit 1; fi
faumachine-20180503/roms/mb_foxconn_945p7aa_8ekrs2/Makefile.am:139:	if test -z "`$(OBJDUMP) -h bios.elf | grep '\.bss[[:blank:]]\+0\+[[:blank:]]\+'`"; then  \
faumachine-20180503/roms/mb_foxconn_945p7aa_8ekrs2/Makefile.am-140-		echo -e 'BIOS contains bss data\n'; exit 1; fi
##############################################
faumachine-20180503/roms/mb_ga_686dlx_bios/Makefile.am-136-	if grep -q 'switch\W*(.*)' *.c; then exit 1; fi
faumachine-20180503/roms/mb_ga_686dlx_bios/Makefile.am:137:	if test -z "`$(OBJDUMP) -h bios.elf | grep '\.bss[[:blank:]]\+0\+[[:blank:]]\+'`"; then  \
faumachine-20180503/roms/mb_ga_686dlx_bios/Makefile.am-138-		echo -e 'BIOS contains bss data\n'; exit 1; fi
##############################################
faumachine-20180503/roms/umvga_bios/gcc.pl-88-
faumachine-20180503/roms/umvga_bios/gcc.pl:89:	# Generate ASM output 
faumachine-20180503/roms/umvga_bios/gcc.pl-90-	if ($input_file =~ /^.*\.S/) {
##############################################
faumachine-20180503/roms/umvga_bios/gcc.pl-96-	if (system $compile_cmd) {
faumachine-20180503/roms/umvga_bios/gcc.pl:97:		die "$PROGRAM: asm output generation failed\n";
faumachine-20180503/roms/umvga_bios/gcc.pl-98-	}
faumachine-20180503/roms/umvga_bios/gcc.pl-99-
faumachine-20180503/roms/umvga_bios/gcc.pl:100:	# Patch ASM output of C files
faumachine-20180503/roms/umvga_bios/gcc.pl-101-	if ($input_file =~ /^.*\.c/) {
##############################################
faumachine-20180503/roms/umvga_bios/gcc.pl-107-		if (system $patch_cmd) {
faumachine-20180503/roms/umvga_bios/gcc.pl:108:			die "$PROGRAM: patching of asm output failed\n";
faumachine-20180503/roms/umvga_bios/gcc.pl-109-		}
##############################################
faumachine-20180503/roms/umvga_bios/gcc.pl-113-		if (system $cpy_cmd) {
faumachine-20180503/roms/umvga_bios/gcc.pl:114:			die "$PROGRAM: copying of asm output failed\n";
faumachine-20180503/roms/umvga_bios/gcc.pl-115-		}
##############################################
faumachine-20180503/roms/umvga_bios/gcc.pl-117-
faumachine-20180503/roms/umvga_bios/gcc.pl:118:	# Patch ASM output
faumachine-20180503/roms/umvga_bios/gcc.pl-119-	$as_input = 0;
##############################################
faumachine-20180503/roms/umvga_bios/gcc.pl-123-	if (system $asmpatch_cmd) {
faumachine-20180503/roms/umvga_bios/gcc.pl:124:		die "$PROGRAM: processing of patched asm output failed\n";
faumachine-20180503/roms/umvga_bios/gcc.pl-125-	}
##############################################
faumachine-20180503/roms/umvga_bios/gcc.pl-130-	if (system $assemble_cmd) {
faumachine-20180503/roms/umvga_bios/gcc.pl:131:		die "$PROGRAM: assemble of final asm output failed\n";
faumachine-20180503/roms/umvga_bios/gcc.pl-132-	}
##############################################
faumachine-20180503/roms/umvga_bios/Makefile.am-86-	if grep -q 'switch.*(.*)' *.c; then exit 1; fi
faumachine-20180503/roms/umvga_bios/Makefile.am:87:	test -z `$(NM) vgabios.elf$(EXEEXT) | egrep ' (B|b) '`
faumachine-20180503/roms/umvga_bios/Makefile.am:88:	test -z `$(NM) $< | egrep ' (D|d) '`
faumachine-20180503/roms/umvga_bios/Makefile.am-89-
##############################################
faumachine-20180503/roms/mb_ga_ep45t_ud3lr_bios/Makefile.am-138-	if grep -q 'switch\W*(.*)' *.c; then exit 1; fi
faumachine-20180503/roms/mb_ga_ep45t_ud3lr_bios/Makefile.am:139:	if test -z "`$(OBJDUMP) -h bios.elf | grep '\.bss[[:blank:]]\+0\+[[:blank:]]\+'`"; then  \
faumachine-20180503/roms/mb_ga_ep45t_ud3lr_bios/Makefile.am-140-		echo -e 'BIOS contains bss data\n'; exit 1; fi
##############################################
faumachine-20180503/sig/sig_i2c_bus.c-209-static void
faumachine-20180503/sig/sig_i2c_bus.c:210:sig_i2c_proxy_handle_addr(struct sig_i2c_bus_member *m)
faumachine-20180503/sig/sig_i2c_bus.c-211-{
##############################################
faumachine-20180503/sig/sig_i2c_bus.c-219-
faumachine-20180503/sig/sig_i2c_bus.c:220:	ret = m->cf->ack_addr(m->cs, addr);
faumachine-20180503/sig/sig_i2c_bus.c-221-	if (! ret) {
##############################################
faumachine-20180503/sig/sig_i2c_bus.c-338-		case SIG_I2C_ADR:
faumachine-20180503/sig/sig_i2c_bus.c:339:			sig_i2c_proxy_handle_addr(m);
faumachine-20180503/sig/sig_i2c_bus.c-340-			break;
##############################################
faumachine-20180503/sig/Makefile.am-72-		| while read file ; do \
faumachine-20180503/sig/Makefile.am:73:			name=`echo "$${file}" | sed -e 's,../sig/sig_,,' | sed -e 's,\\.c,,'` ; \
faumachine-20180503/sig/Makefile.am-74-			echo "	SIG_GEN_$${name}," | tr 'a-z' 'A-Z' ; \
##############################################
faumachine-20180503/sig/Makefile.am-77-		| while read file ; do \
faumachine-20180503/sig/Makefile.am:78:			name=`echo "$${file}" | sed -e 's,../conn/sig_,,' | sed -e 's,\\.conn,,'` ; \
faumachine-20180503/sig/Makefile.am-79-			echo "	SIG_GEN_$${name}," | tr 'a-z' 'A-Z' ; \
##############################################
faumachine-20180503/configure.ac-194-else
faumachine-20180503/configure.ac:195:	LIBFAUCC=`$FAUCC -print-libfaucc-file-name`
faumachine-20180503/configure.ac-196-	if test "x$build_at_bios" = "xmaybe"; then
##############################################
faumachine-20180503/lib/test_sig_i2c_bus.c-120-static bool
faumachine-20180503/lib/test_sig_i2c_bus.c:121:slave_ack_addr(void *_cpssp, unsigned char addr)
faumachine-20180503/lib/test_sig_i2c_bus.c-122-{
##############################################
faumachine-20180503/lib/std-pci.h-23-#define	PCI_FUNC(val)	((val >> 8) & 0x7)
faumachine-20180503/lib/std-pci.h:24:#define PCI_ADDR(bus,dev,func)	(((bus) << 16 ) | ((dev) << 11) | ((func) << 8))
faumachine-20180503/lib/std-pci.h-25-
##############################################
faumachine-20180503/lib/jit-x86_64.c-805-		case -1:
faumachine-20180503/lib/jit-x86_64.c:806:			/* movsbq addr(%rip), %reg */
faumachine-20180503/lib/jit-x86_64.c-807-			inst = movsbq_off_rip_reg(inst, expr->addr, reg);
##############################################
faumachine-20180503/lib/jit-x86_64.c-809-		case 1:
faumachine-20180503/lib/jit-x86_64.c:810:			/* movzbq addr(%rip), %reg */
faumachine-20180503/lib/jit-x86_64.c-811-			inst = movzbq_off_rip_reg(inst, expr->addr, reg);
##############################################
faumachine-20180503/lib/jit-x86_64.c-813-		case -2:
faumachine-20180503/lib/jit-x86_64.c:814:			/* movswq addr(%rip), %reg */
faumachine-20180503/lib/jit-x86_64.c-815-			inst = movswq_off_rip_reg(inst, expr->addr, reg);
##############################################
faumachine-20180503/lib/jit-x86_64.c-817-		case 2:
faumachine-20180503/lib/jit-x86_64.c:818:			/* movzwq addr(%rip), %reg */
faumachine-20180503/lib/jit-x86_64.c-819-			inst = movzwq_off_rip_reg(inst, expr->addr, reg);
##############################################
faumachine-20180503/lib/jit-x86_64.c-821-		case -4:
faumachine-20180503/lib/jit-x86_64.c:822:			/* movslq addr(%rip), %reg */
faumachine-20180503/lib/jit-x86_64.c-823-			inst = movslq_off_rip_reg(inst, expr->addr, reg);
##############################################
faumachine-20180503/lib/jit-x86_64.c-825-		case 4:
faumachine-20180503/lib/jit-x86_64.c:826:			/* movl addr(%rip), %reg */
faumachine-20180503/lib/jit-x86_64.c-827-			inst = movl_off_rip_reg(inst, expr->addr, reg);
##############################################
faumachine-20180503/lib/jit-x86_64.c-830-		case 8:
faumachine-20180503/lib/jit-x86_64.c:831:			/* movq addr(%rip), %reg */
faumachine-20180503/lib/jit-x86_64.c-832-			inst = movq_off_rip_reg(inst, expr->addr, reg);
##############################################
faumachine-20180503/lib/jit-x86_64.c-1289-		case 1:
faumachine-20180503/lib/jit-x86_64.c:1290:			/* movb %reg, addr(%rip) */
faumachine-20180503/lib/jit-x86_64.c-1291-			inst = movb_reg_off_rip(inst, reg, dst->addr);
##############################################
faumachine-20180503/lib/jit-x86_64.c-1293-		case 2:
faumachine-20180503/lib/jit-x86_64.c:1294:			/* movw %reg, addr(%rip) */
faumachine-20180503/lib/jit-x86_64.c-1295-			inst = movw_reg_off_rip(inst, reg, dst->addr);
##############################################
faumachine-20180503/lib/jit-x86_64.c-1297-		case 4:
faumachine-20180503/lib/jit-x86_64.c:1298:			/* movl %reg, addr(%rip) */
faumachine-20180503/lib/jit-x86_64.c-1299-			inst = movl_reg_off_rip(inst, reg, dst->addr);
##############################################
faumachine-20180503/lib/jit-x86_64.c-1301-		case 8:
faumachine-20180503/lib/jit-x86_64.c:1302:			/* movq %reg, addr(%rip) */
faumachine-20180503/lib/jit-x86_64.c-1303-			inst = movq_reg_off_rip(inst, reg, dst->addr);
##############################################
faumachine-20180503/lib/jit-x86_64.c-1332-			case 8:
faumachine-20180503/lib/jit-x86_64.c:1333:				/* movq %reg, addr(%rsp) */
faumachine-20180503/lib/jit-x86_64.c-1334-				inst = movq_reg_off_base(inst, reg, dst->offset, JIT_RSP);
##############################################
faumachine-20180503/lib/jit-x86_64.c-1694-/* Just to get the encodings... */
faumachine-20180503/lib/jit-x86_64.c:1695:asm (
faumachine-20180503/lib/jit-x86_64.c-1696-	"jit_encodings: .globl jit_encodings\n"
##############################################
faumachine-20180503/lib/jit-comp.c-342-struct jit_expr *
faumachine-20180503/lib/jit-comp.c:343:jit_addr(struct jit_func *func, struct jit_expr *op)
faumachine-20180503/lib/jit-comp.c-344-{
##############################################
faumachine-20180503/lib/softfloat.c-670-
faumachine-20180503/lib/softfloat.c:671:	asm (
faumachine-20180503/lib/softfloat.c-672-		"fprem\n"
##############################################
faumachine-20180503/lib/softfloat.c-714-
faumachine-20180503/lib/softfloat.c:715:	asm (
faumachine-20180503/lib/softfloat.c-716-		"fprem1\n"
##############################################
faumachine-20180503/lib/glue-scheduler.c-299-/* void sched_to_scheduler(void); */
faumachine-20180503/lib/glue-scheduler.c:300:asm (
faumachine-20180503/lib/glue-scheduler.c-301-"	.text\n"
##############################################
faumachine-20180503/lib/glue-scheduler.c-320-/* void sched_sleep(void); */
faumachine-20180503/lib/glue-scheduler.c:321:asm (
faumachine-20180503/lib/glue-scheduler.c-322-"	.text\n"
##############################################
faumachine-20180503/lib/jit-comp.h-172-extern struct jit_expr *
faumachine-20180503/lib/jit-comp.h:173:jit_addr(struct jit_func *func, struct jit_expr *expr);
faumachine-20180503/lib/jit-comp.h-174-extern struct jit_expr *
##############################################
faumachine-20180503/doc/DesignNotes/Makefile-22-	for file in *.tex ; do \
faumachine-20180503/doc/DesignNotes/Makefile:23:		rm -f `basename $${file} .tex`.pdf; \
faumachine-20180503/doc/DesignNotes/Makefile-24-	done
##############################################
faumachine-20180503/doc/DesignNotes/Makefile-29-	for file in *.dia ; do \
faumachine-20180503/doc/DesignNotes/Makefile:30:		rm -f `basename $${file} .dia`.png; \
faumachine-20180503/doc/DesignNotes/Makefile-31-	done
##############################################
faumachine-20180503/doc/Makefile.BuildRules-104-	$(TEX) $<
faumachine-20180503/doc/Makefile.BuildRules:105:	bibtex `basename $< .tex`
faumachine-20180503/doc/Makefile.BuildRules-106-clean distclean::
##############################################
faumachine-20180503/doc/Makefile.BuildRules-163-				cd .. ; \
faumachine-20180503/doc/Makefile.BuildRules:164:				snapdir=`echo $(SNAPDIR) | cut -d/ -f2-` ; \
faumachine-20180503/doc/Makefile.BuildRules-165-				./extractcite.pl $(CITE) \
##############################################
faumachine-20180503/.pc/02-new-iasl.patch/roms/mb_ga_686dlx_bios/Makefile.am-136-	if grep -q 'switch\W*(.*)' *.c; then exit 1; fi
faumachine-20180503/.pc/02-new-iasl.patch/roms/mb_ga_686dlx_bios/Makefile.am:137:	if test -z "`$(OBJDUMP) -h bios.elf | grep '\.bss[[:blank:]]\+0\+[[:blank:]]\+'`"; then  \
faumachine-20180503/.pc/02-new-iasl.patch/roms/mb_ga_686dlx_bios/Makefile.am-138-		echo -e 'BIOS contains bss data\n'; exit 1; fi
##############################################
faumachine-20180503/.pc/02-new-iasl.patch/roms/mb_template_bios/acpi-tables.c-535-#else
faumachine-20180503/.pc/02-new-iasl.patch/roms/mb_template_bios/acpi-tables.c:536:	asm volatile (
faumachine-20180503/.pc/02-new-iasl.patch/roms/mb_template_bios/acpi-tables.c-537-		""