Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/Linux-v5.4/arch/powerpc/boot/
DREADME2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
4 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
5 objcopy -j .kernel:System.map -O binary zImage System.map.gz
6 objcopy -j .kernel:.config -O binary zImage config.gz
7 objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz
Dwrapper43 binary=
277 binary=y
320 binary=y
324 binary=y
328 binary=y
332 binary=y
336 binary=y
340 binary=y
366 binary=y
371 binary=y
[all …]
/Linux-v5.4/Documentation/admin-guide/
Dinit.rst7 to load the init binary are:
10 B) init binary doesn't exist on rootfs
12 D) binary exists but dependencies not available
13 E) binary cannot be loaded
28 D) e.g. required library dependencies of the init binary such as
31 E) make sure the binary's architecture matches your hardware.
33 In case you tried loading a non-binary file here (shell script?),
37 non-script binary such as ``/bin/sh`` and confirm its successful execution.
42 (after all loading the init binary is a CRITICAL and hard transition step
Dbinfmt-misc.rst9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes
18 To actually register a new binary type, you have to set up a string looking like
50 is the program that should be invoked with the binary as first
59 the original argv[0] with the full path to the binary. When this
67 ``O`` - open-binary
69 of the binary to the interpreter as an argument. When this flag is
74 emit the contents of the non-readable binary.
79 calculated according to the binary. It also implies the ``O`` flag.
81 will run with root permissions when a setuid binary owned by root
83 ``F`` - fix binary
[all …]
/Linux-v5.4/security/apparmor/
Dmount.c242 void *data, bool binary, struct aa_perms *perms) in do_match_mnt() argument
274 if (data && !binary && (perms->allow & AA_MNT_CONT_MATCH)) { in do_match_mnt()
318 unsigned long flags, void *data, bool binary, in match_mnt_path_str() argument
346 mntpnt, devname, type, flags, data, binary, &perms); in match_mnt_path_str()
375 bool binary) in match_mnt() argument
395 data, binary, info); in match_mnt()
403 bool binary; in aa_remount() local
409 binary = path->dentry->d_sb->s_type->fs_flags & FS_BINARY_MOUNTDATA; in aa_remount()
414 flags, data, binary)); in aa_remount()
507 bool binary = true; in aa_new_mount() local
[all …]
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh43 nerrs=`grep --binary-files=text '!!!' $file |
55 grep --binary-files=text 'torture:.*ver:' $file |
56 egrep --binary-files=text -v '\(null\)|rtc: 000000000* ' |
98 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
/Linux-v5.4/Documentation/virt/
Dparavirt_ops.rst8 Historically different binary kernels would be required in order to support
12 allows a single kernel binary to run on all supported execution environments
18 time by enabling binary patching of the low-ops critical operations
27 - indirect call which allows optimization with binary patch
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-css-fw.c98 if (css->binary) { in imgu_css_fw_cleanup()
102 imgu_dmamap_free(imgu, &css->binary[i]); in imgu_css_fw_cleanup()
103 kfree(css->binary); in imgu_css_fw_cleanup()
108 css->binary = NULL; in imgu_css_fw_cleanup()
236 css->binary = kcalloc(binary_nr, sizeof(*css->binary), GFP_KERNEL); in imgu_css_fw_init()
237 if (!css->binary) { in imgu_css_fw_init()
247 if (!imgu_dmamap_alloc(imgu, &css->binary[i], size)) { in imgu_css_fw_init()
251 memcpy(css->binary[i].vaddr, blob, size); in imgu_css_fw_init()
/Linux-v5.4/arch/mips/lasat/image/
DMakefile37 $(OBJCOPY) -O binary -S $^ $@
44 $(LD) -r -o $@ -b binary $<
50 $(OBJCOPY) -O binary -S $^ $@
/Linux-v5.4/arch/s390/boot/compressed/
DMakefile28 OBJCOPYFLAGS_info.bin := -O binary --only-section=.vmlinux.info --set-section-flags .vmlinux.info=l…
32 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
36 OBJCOPYFLAGS_vmlinux.bin := -O binary --remove-section=.comment --remove-section=.vmlinux.info -S
62 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars12 GUID. They also have an arbitrary binary value
33 data: A read-only binary file that can be read
40 raw_var: A binary file that can be read to obtain
64 In addition, two other magic binary files are provided
/Linux-v5.4/Documentation/input/devices/
Dwalkera0701.rst104 One binary and octal value can be grouped to nibble. 24 nibbles + one binary
109 absolute binary value. (10 bits per channel). Next nibble is checksum for
118 binary value can be sampled. This bit and magic number is not used in
127 calculated by sum of binary values in checked nibbles + sum of octal values
/Linux-v5.4/arch/h8300/boot/compressed/
DMakefile37 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300-linux -T
38 OBJCOPYFLAGS := -O binary
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-hv_24x75 Provides access to the binary "24x7 catalog" provided by the
16 also extractable from the provided binary "catalog" sysfs entry.
23 extractable from the provided binary "catalog" sysfs entry.
Dsysfs-bus-iio-adc-envelope-detector7 voltage input signal by a binary search using the output
35 step of the binary search for the input peak level. Needs
Dsysfs-kernel-boot_params12 "data" file is the binary representation of struct boot_params.
23 representation of setup_data type. "data" file is the binary
/Linux-v5.4/Documentation/filesystems/
Dsysfs-pci.txt36 config PCI config space (binary, rw)
43 resource0..N PCI resource N, if present (binary, mmap, rw[1])
44 resource0_wc..N_wc PCI WC map resource N, if prefetchable (binary, mmap)
46 rom PCI ROM resource, if present (binary, ro)
56 binary - file contains binary data
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Dfirmware.txt14 firmware binary. It is a 64-bit number represented
16 - virtual-traps: The virtual traps, taken from the firmware binary.
/Linux-v5.4/net/openvswitch/
DKconfig50 Say N to exclude this support and reduce the binary size.
62 Say N to exclude this support and reduce the binary size.
74 Say N to exclude this support and reduce the binary size.
/Linux-v5.4/Documentation/networking/device_drivers/qlogic/
DLICENSE.qla3xxx5 distributed with QLogic hardware specific firmware binary file.
10 You may redistribute the hardware specific firmware binary file
17 2. Redistribution in binary form must reproduce the above
/Linux-v5.4/include/linux/
Dtrace_seq.h81 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary);
100 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument
/Linux-v5.4/Documentation/driver-api/early-userspace/
Dearly_userspace_support.rst108 kinit is built as a single statically linked binary to save space.
135 some other init binary than listed at the end of init/main.c:init().
138 initrd. The initrd must contain a binary '/linuxrc' which is supposed to
144 This means that a binary must do all the work. Said binary can be stored
146 initrd format, an cpio archive. It must be called "/init". This binary
149 To maintain backwards compatibility, the /init binary will only run if it
/Linux-v5.4/arch/sparc/boot/
DMakefile43 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment
56 -r -b binary $@ -o $@.o
/Linux-v5.4/arch/arm/boot/dts/
Dalpine-db.dts8 * Alternatively, redistribution and use in source and binary forms, with or
15 * * Redistributions in binary form must reproduce the above copyright
/Linux-v5.4/Documentation/driver-api/
Dedid.rst28 1680x1050, 1920x1080) as binary blobs, but the kernel source tree does
30 of the built-in binary EDID blobs and to facilitate the creation of
34 To create binary EDID and C source code files from the existing data

12345678910>>...25