| /linux/tools/build/feature/ |
| H A D | Makefile | 5 test-all.bin \ 6 test-backtrace.bin \ 7 test-bionic.bin \ 8 test-libdw.bin \ 9 test-eventfd.bin \ 10 test-fortify-source.bin \ 11 test-glibc.bin \ 12 test-gtk2.bin \ 13 test-gtk2-infobar.bin \ 14 test-hello.bin \ [all …]
|
| /linux/drivers/md/dm-vdo/ |
| H A D | packer.c | 101 static void insert_in_sorted_list(struct packer *packer, struct packer_bin *bin) in insert_in_sorted_list() argument 106 if (active_bin->free_space > bin->free_space) { in insert_in_sorted_list() 107 list_move_tail(&bin->list, &active_bin->list); in insert_in_sorted_list() 111 list_move_tail(&bin->list, &packer->bins); in insert_in_sorted_list() 120 struct packer_bin *bin; in make_bin() local 124 struct vio *, __func__, &bin); in make_bin() 128 bin->free_space = VDO_COMPRESSED_BLOCK_DATA_SIZE; in make_bin() 129 INIT_LIST_HEAD(&bin->list); in make_bin() 130 list_add_tail(&bin->list, &packer->bins); in make_bin() 194 struct packer_bin *bin, *tmp; in vdo_free_packer() local [all …]
|
| /linux/arch/sh/boot/ |
| H A D | Makefile | 22 suffix_y := bin 30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin \ 31 vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ 32 vmlinux.bin.xz vmlinux.bin.lzo 49 KERNEL_MEMORY := $(shell /bin/bash -c 'printf "0x%08x" \ 52 KERNEL_LOAD := $(shell /bin/bash -c 'printf "0x%08x" \ 57 KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%08x" \ 65 $(obj)/vmlinux.bin: vmlinux FORCE 68 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 71 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE [all …]
|
| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_bin_error.c | 51 struct firmware *bin; in bin_load_with_unknown_blocks() local 89 bin = cs_dsp_mock_bin_get_firmware(local->bin_builder); in bin_load_with_unknown_blocks() 91 cs_dsp_power_up(priv->dsp, local->wmfw, "wmfw", bin, "bin", "misc"), in bin_load_with_unknown_blocks() 107 struct firmware *bin; in bin_err_wrong_magic() local 115 bin = cs_dsp_mock_bin_get_firmware(local->bin_builder); in bin_err_wrong_magic() 117 memcpy((void *)bin->data, "WMFW", 4); in bin_err_wrong_magic() 119 cs_dsp_power_up(priv->dsp, local->wmfw, "wmfw", bin, "bin", "misc"), in bin_err_wrong_magic() 122 memcpy((void *)bin->data, "xMDR", 4); in bin_err_wrong_magic() 124 cs_dsp_power_up(priv->dsp, local->wmfw, "wmfw", bin, "bin", "misc"), in bin_err_wrong_magic() 127 memcpy((void *)bin->data, "WxDR", 4); in bin_err_wrong_magic() [all …]
|
| /linux/arch/parisc/boot/compressed/ |
| H A D | Makefile | 9 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 10 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 46 OBJCOPYFLAGS_vmlinux.bin := -R .comment -R .note -S 47 $(obj)/vmlinux.bin: vmlinux FORCE 57 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 59 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE 61 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE 63 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE 65 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE 67 $(obj)/vmlinux.bin.xz: $(obj)/vmlinux.bin FORCE [all …]
|
| /linux/arch/x86/boot/compressed/ |
| H A D | Makefile | 20 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ 21 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst 121 OBJCOPYFLAGS_vmlinux.bin := -R .comment -S 122 $(obj)/vmlinux.bin: vmlinux FORCE 125 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs 134 vmlinux.bin.all-y := $(obj)/vmlinux.bin 135 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs 137 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 139 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 141 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE [all …]
|
| /linux/arch/arc/boot/ |
| H A D | Makefile | 15 targets += vmlinux.bin 16 targets += vmlinux.bin.gz 17 targets += vmlinux.bin.lzma 18 targets += uImage.bin 22 $(obj)/vmlinux.bin: vmlinux FORCE 25 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 28 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE 31 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE 34 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE 37 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
|
| /linux/arch/mips/boot/compressed/ |
| H A D | Makefile | 54 targets += vmlinux.bin 56 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S 58 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE 69 targets += vmlinux.bin.z 71 $(obj)/vmlinux.bin.z: $(obj)/vmlinux.bin FORCE 76 OBJCOPYFLAGS_piggy.o := --add-section=.image=$(obj)/vmlinux.bin.z \ 79 $(obj)/piggy.o: $(obj)/dummy.o $(obj)/vmlinux.bin.z FORCE 95 $(obj)/vmlinux.bin $(LINKER_LOAD_ADDRESS)) 148 targets += ../vmlinuz.bin 150 OBJCOPYFLAGS_vmlinuz.bin := $(OBJCOPYFLAGS) -O binary [all …]
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | radix-sort.c | 136 u8 bin = (*key_ptr)[task.offset]; in measure_bins() local 137 u32 size = ++bins->size[bin]; in measure_bins() 142 if (bin < bins->first) in measure_bins() 143 bins->first = bin; in measure_bins() 145 if (bin > bins->last) in measure_bins() 146 bins->last = bin; in measure_bins() 178 int bin; in push_bins() local 180 for (bin = bins->first; ; bin++) { in push_bins() 181 u32 size = bins->size[bin]; in push_bins() 200 pile[bin] = pile_start; in push_bins() [all …]
|
| /linux/arch/microblaze/boot/ |
| H A D | Makefile | 6 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.* 10 $(obj)/linux.bin: vmlinux FORCE 13 $(obj)/linux.bin.ub: $(obj)/linux.bin FORCE 16 $(obj)/linux.bin.gz: $(obj)/linux.bin FORCE
|
| /linux/arch/xtensa/boot/ |
| H A D | Makefile | 15 targets += vmlinux.bin vmlinux.bin.gz 35 $(obj)/vmlinux.bin: vmlinux FORCE 38 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE 41 boot-elf: $(obj)/vmlinux.bin 42 boot-redboot: $(obj)/vmlinux.bin.gz 47 $(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgo.rst | 78 - :cspan:`4` R/Cr/H bin 0 [31:0] 82 - :cspan:`4` R/Cr/H bin 63 [31:0] 84 - :cspan:`4` G/Y/S bin 0 [31:0] 88 - :cspan:`4` G/Y/S bin 63 [31:0] 90 - :cspan:`4` B/Cb/V bin 0 [31:0] 94 - :cspan:`4` B/Cb/V bin 63 [31:0] 115 - :cspan:`4` max(R,G,B) bin 0 [31:0] 119 - :cspan:`4` max(R,G,B) bin 63 [31:0] 140 - :cspan:`4` Y bin 0 [31:0] 144 - :cspan:`4` Y bin 255 [31:0] [all …]
|
| /linux/drivers/i2c/ |
| H A D | i2c-slave-eeprom.c | 30 struct bin_attribute bin; member 165 sysfs_bin_attr_init(&eeprom->bin); in i2c_slave_eeprom_probe() 166 eeprom->bin.attr.name = "slave-eeprom"; in i2c_slave_eeprom_probe() 167 eeprom->bin.attr.mode = S_IRUSR | S_IWUSR; in i2c_slave_eeprom_probe() 168 eeprom->bin.read = i2c_slave_eeprom_bin_read; in i2c_slave_eeprom_probe() 169 eeprom->bin.write = i2c_slave_eeprom_bin_write; in i2c_slave_eeprom_probe() 170 eeprom->bin.size = size; in i2c_slave_eeprom_probe() 172 ret = sysfs_create_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_probe() 178 sysfs_remove_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_probe() 190 sysfs_remove_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_remove()
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | load.c | 29 if (encl->bin) in encl_delete() 30 munmap(encl->bin, encl->bin_size); in encl_delete() 47 void *bin; in encl_map_bin() local 63 bin = mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in encl_map_bin() 64 if (bin == MAP_FAILED) { in encl_map_bin() 69 encl->bin = bin; in encl_map_bin() 146 ehdr = encl->bin; in encl_get_entry() 147 sections = encl->bin + ehdr->e_shoff; in encl_get_entry() 151 symtab = (Elf64_Sym *)((char *)encl->bin + sections[i].sh_offset); in encl_get_entry() 159 sym_names = (char *)encl->bin + sections[i].sh_offset; in encl_get_entry() [all …]
|
| /linux/Documentation/networking/devlink/ |
| H A D | iosm.rst | 59 each having one secure bin file and at least one Loadmap/Region file. For flashing 87 a) Flash secure bin file. 115 * - ``eeprom.bin`` 117 * - ``bootcore_trace.bin`` 119 * - ``bootcore_prev_trace.bin`` 146 $ devlink region new pci/0000:02:00.0/eeprom.bin 148 $ devlink region dump pci/0000:02:00.0/eeprom.bin snapshot 3 150 $ devlink region del pci/0000:02:00.0/eeprom.bin snapshot 3 152 $ devlink region new pci/0000:02:00.0/bootcore_trace.bin 154 $ devlink region dump pci/0000:02:00.0/bootcore_trace.bin snapshot 4 [all …]
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | wd719x.rst | 24 提供的脚本可用于下载并提取固件,生成 wd719x-risc.bin 和 25 wd719x-wcs.bin 文件。请将它们放置在 /lib/firmware/ 目录下。 28 #!/bin/sh 33 dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336 34 dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
|
| /linux/arch/x86/boot/ |
| H A D | Makefile | 19 targets := vmlinux.bin setup.bin setup.elf bzImage 64 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin FORCE 68 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S 69 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE 91 OBJCOPYFLAGS_setup.bin := -O binary 92 $(obj)/setup.bin: $(obj)/setup.elf FORCE
|
| /linux/Documentation/scsi/ |
| H A D | wd719x.rst | 14 This script downloads and extracts the firmware, creating wd719x-risc.bin and 15 d719x-wcs.bin files. Put them in /lib/firmware/:: 17 #!/bin/sh 22 dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336 23 dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514
|
| /linux/arch/nios2/boot/ |
| H A D | Makefile | 13 OBJCOPYFLAGS_vmlinux.bin := -O binary 15 targets += vmlinux.bin vmlinux.gz vmImage 17 $(obj)/vmlinux.bin: vmlinux FORCE 20 $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
|
| /linux/scripts/package/ |
| H A D | kernel.spec | 105 for x in alias alias.bin builtin.alias.bin builtin.bin dep dep.bin \ 106 devname softdep symbols symbols.bin weakdep; do 139 if [ -x /usr/bin/kernel-install ]; then 140 /usr/bin/kernel-install add %{KERNELRELEASE} /lib/modules/%{KERNELRELEASE}/vmlinuz 157 if [ -x /usr/bin/kernel-install ]; then
|
| /linux/arch/openrisc/boot/ |
| H A D | Makefile | 6 targets += vmlinux.bin 8 OBJCOPYFLAGS_vmlinux.bin := -O binary 9 $(obj)/vmlinux.bin: vmlinux FORCE
|
| /linux/tools/testing/selftests/kselftest/ |
| H A D | runner.sh | 29 if [ ! -x /usr/bin/perl ]; then 39 if [ -x /usr/bin/timeout ] ; then 40 /usr/bin/timeout --foreground "$kselftest_timeout" \ 41 /usr/bin/timeout "$kselftest_timeout" $1 116 if [ -x /usr/bin/stdbuf ]; then
|
| /linux/Documentation/trace/ |
| H A D | uprobetracer.rst | 88 as below (sets a uprobe at an offset of 0x4245c0 in the executable /bin/bash):: 90 echo 'p /bin/bash:0x4245c0' > /sys/kernel/tracing/uprobe_events 94 echo 'r /bin/bash:0x4245c0' > /sys/kernel/tracing/uprobe_events 109 at the probed text address. Probe zfree function in /bin/zsh:: 112 # cat /proc/`pgrep zsh`/maps | grep /bin/zsh | grep r-xp 113 00400000-0048a000 r-xp 00000000 08:03 130904 /bin/zsh 114 # objdump -T /bin/zsh | grep -w zfree 117 0x46420 is the offset of zfree in object /bin/zsh that is loaded at 120 # echo 'p:zfree_entry /bin/zsh:0x46420 %ip %ax' > uprobe_events 124 # echo 'r:zfree_exit /bin/zsh:0x46420 %ip %ax' >> uprobe_events [all …]
|
| /linux/scripts/kconfig/ |
| H A D | qconf-cfg.sh | 8 bin=$3 25 ${HOSTPKG_CONFIG} --variable=libexecdir Qt6Core > ${bin} 32 ${HOSTPKG_CONFIG} --variable=host_bins Qt5Core > ${bin}
|
| /linux/Documentation/PCI/controller/ |
| H A D | rcar-pcie-firmware.rst | 21 xxd -p -r > rcar_gen4_pcie.bin 28 $ sha1sum rcar_gen4_pcie.bin 29 1d0bd4b189b4eb009f5d564b1f93a79112994945 rcar_gen4_pcie.bin 31 The resulting binary file called "rcar_gen4_pcie.bin" should be placed in the
|