Home
last modified time | relevance | path

Searched refs:romstart (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/boot/romimage/
H A Dhead.S11 .global romstart
12 romstart: label
38 .long end_data - romstart
42 .long loaded_code - romstart
H A DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/boot/romimage/
H A Dhead.S11 .global romstart
12 romstart: label
38 .long end_data - romstart
42 .long loaded_code - romstart
H A DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/boot/romimage/
H A Dhead.S11 .global romstart
12 romstart: label
38 .long end_data - romstart
42 .long loaded_code - romstart
H A DMakefile16 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(load-y) -e romstart \
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/m32c/
H A Dgenscript35 romstart="$5"
40 sedcmd="$sedcmd; s/ROMSTART/$romstart/g; s/ROMSIZE/$romsize/g"
55 case $name:$romstart in
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/
H A Dloadrom.h57 unsigned int romstart; /* ROM start address */ member
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/
H A Dloadrom.h57 unsigned int romstart; /* ROM start address */ member
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dkaneko_toybox.cpp425 uint16_t romstart = src[offs + 2] | (src[offs + 3] << 8); in handle_04_subcommand() local
434 dst[BYTE_XOR_LE(ramdest + x)] = src[(romstart + x)]; in handle_04_subcommand()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dkaneko_toybox.cpp425 uint16_t romstart = src[offs + 2] | (src[offs + 3] << 8); in handle_04_subcommand() local
434 dst[BYTE_XOR_LE(ramdest + x)] = src[(romstart + x)]; in handle_04_subcommand()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/misc/seabios/seabios-1.14.0/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/fw/
H A Dcoreboot.c448 u32 romstart = CONFIG_CBFS_LOCATION - romsize; in coreboot_cbfs_init() local
449 struct cbfs_file *fhdr = (void*)romstart + be32_to_cpu(hdr->offset); in coreboot_cbfs_init()
451 if ((u32)fhdr - romstart > romsize) in coreboot_cbfs_init()

12