Home
last modified time | relevance | path

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

12345678910>>...27

/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c115 const struct ia_css_binary *binary, /* [in] */ in ia_css_binary_compute_shading_table_bayer_origin() argument
151 left_padding_bqs = _ISP_BQS(binary->left_padding); in ia_css_binary_compute_shading_table_bayer_origin()
162 need_bds_factor_2_00 = ((binary->info->sp.bds.supported_bds_factors & in ia_css_binary_compute_shading_table_bayer_origin()
172 if (need_bds_factor_2_00 && binary->info->sp.pipeline.left_cropping > 0) in ia_css_binary_compute_shading_table_bayer_origin()
224 binary_get_shading_info_type_1(const struct ia_css_binary *binary, /* [in] */ in binary_get_shading_info_type_1() argument
232 assert(binary); in binary_get_shading_info_type_1()
237 info->info.type_1.enable = binary->info->sp.enable.sc; in binary_get_shading_info_type_1()
238 info->info.type_1.num_hor_grids = binary->sctbl_width_per_color; in binary_get_shading_info_type_1()
239 info->info.type_1.num_ver_grids = binary->sctbl_height; in binary_get_shading_info_type_1()
240 info->info.type_1.bqs_per_grid_cell = (1 << binary->deci_factor_log2); in binary_get_shading_info_type_1()
[all …]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/
H A Dia_css_iterator.host.c32 int ia_css_iterator_configure(const struct ia_css_binary *binary, in ia_css_iterator_configure() argument
38 config.input_info = &binary->in_frame_info; in ia_css_iterator_configure()
39 config.internal_info = &binary->internal_frame_info; in ia_css_iterator_configure()
40 config.output_info = &binary->out_frame_info[0]; in ia_css_iterator_configure()
41 config.vf_info = &binary->vf_frame_info; in ia_css_iterator_configure()
42 config.dvs_envelope = &binary->dvs_envelope; in ia_css_iterator_configure()
50 if (binary->out_frame_info[0].res.width == 0) in ia_css_iterator_configure()
51 config.output_info = &binary->out_frame_info[1]; in ia_css_iterator_configure()
58 if (binary->info->sp.pipeline.mode == IA_CSS_BINARY_MODE_PREVIEW && in ia_css_iterator_configure()
59 binary->vf_downscale_log2 > 0) { in ia_css_iterator_configure()
[all …]
/linux/scripts/package/debian/
H A Drules28 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev)
36 mk-files = $(patsubst binary-%,debian/%.files,$1)
37 package = $($(@:binary-%=%-package))
44 define binary macro
58 .PHONY: $(binary-targets)
59 $(binary-targets): build-arch
61 $(if $(package),$(binary))
63 .PHONY: binary binary-indep binary-arch
64 binary: binary-arch binary-indep target
65 binary-indep: build-indep
[all …]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/
H A Dia_css_yuv444_io.host.c19 int ia_css_yuv444_io_config(const struct ia_css_binary *binary, in ia_css_yuv444_io_config() argument
32 if (binary->info->mem_offsets.offsets.param) { in ia_css_yuv444_io_config()
33 size_get = binary->info->mem_offsets.offsets.param->dmem.get.size; in ia_css_yuv444_io_config()
34 offset = binary->info->mem_offsets.offsets.param->dmem.get.offset; in ia_css_yuv444_io_config()
39 &binary->mem_params.params[IA_CSS_PARAM_CLASS_PARAM][IA_CSS_ISP_DMEM].address[offset]; in ia_css_yuv444_io_config()
61 if (binary->info->mem_offsets.offsets.param) { in ia_css_yuv444_io_config()
62 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_yuv444_io_config()
63 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_yuv444_io_config()
68 &binary->mem_params.params[IA_CSS_PARAM_CLASS_PARAM][IA_CSS_ISP_DMEM].address[offset]; in ia_css_yuv444_io_config()
/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/
H A Dia_css_bayer_io.host.c18 int ia_css_bayer_io_config(const struct ia_css_binary *binary, in ia_css_bayer_io_config() argument
31 if (binary->info->mem_offsets.offsets.param) { in ia_css_bayer_io_config()
32 size_get = binary->info->mem_offsets.offsets.param->dmem.get.size; in ia_css_bayer_io_config()
33 offset = binary->info->mem_offsets.offsets.param->dmem.get.offset; in ia_css_bayer_io_config()
38 &binary->mem_params.params[IA_CSS_PARAM_CLASS_PARAM][IA_CSS_ISP_DMEM].address[offset]; in ia_css_bayer_io_config()
59 if (binary->info->mem_offsets.offsets.param) { in ia_css_bayer_io_config()
60 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_bayer_io_config()
61 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_bayer_io_config()
66 &binary->mem_params.params[IA_CSS_PARAM_CLASS_PARAM][IA_CSS_ISP_DMEM].address[offset]; in ia_css_bayer_io_config()
/linux/arch/powerpc/boot/
H A 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
/linux/scripts/coccinelle/misc/
H A Dminmax.cocci23 binary operator cmp = {>, >=};
38 binary operator cmp = {>, >=};
58 binary operator cmp = {<, <=};
71 binary operator cmp = {<, <=};
86 binary operator cmp = {<, <=};
104 binary operator cmp = {>=, >};
119 binary operator cmp = {>=, >};
137 binary operator cmp = {<=, <};
153 binary operator cmp = {<=, <};
/linux/Documentation/admin-guide/
H A 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 …]
H A Dinit.rst7 (listed roughly in order of execution) to load the init binary.
12 2) **init binary doesn't exist on rootfs**: Make sure you have the correct
24 dependencies of the init binary such as ``/lib/ld-linux.so.2`` missing or
28 5) **Binary cannot be loaded**: Make sure the binary's architecture matches
30 hardware. In case you tried loading a non-binary file here (shell script?),
34 simple non-script binary such as ``/bin/sh`` and confirm its successful
39 (after all loading the init binary is a CRITICAL and hard transition step
/linux/Documentation/translations/zh_CN/PCI/
H A Dsysfs-pci.rst49 config PCI配置空间 (binary, rw)
56 resource0..N PCI资源N,如果存在的话 (binary, mmap, rw\ [1]_)
57 resource0_wc..N_wc PCI WC映射资源N,如果可预取的话 (binary, mmap)
59 rom PCI ROM资源,如果存在的话 (binary, ro)
72 binary - 文件包含二进制数据
/linux/drivers/net/netdevsim/
H A Dhealth.c65 char *binary; in nsim_dev_dummy_fmsg_put() local
74 binary = kmalloc(binary_len, GFP_KERNEL | __GFP_NOWARN); in nsim_dev_dummy_fmsg_put()
75 if (!binary) in nsim_dev_dummy_fmsg_put()
77 get_random_bytes(binary, binary_len); in nsim_dev_dummy_fmsg_put()
78 devlink_fmsg_binary_pair_put(fmsg, "test_binary", binary, binary_len); in nsim_dev_dummy_fmsg_put()
79 kfree(binary); in nsim_dev_dummy_fmsg_put()
/linux/drivers/staging/media/ipu3/
H A 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()
239 css->binary = kcalloc(binary_nr, sizeof(*css->binary), GFP_KERNEL); in imgu_css_fw_init()
240 if (!css->binary) { in imgu_css_fw_init()
250 if (!imgu_dmamap_alloc(imgu, &css->binary[i], size)) { in imgu_css_fw_init()
254 memcpy(css->binary[i].vaddr, blob, size); in imgu_css_fw_init()
/linux/security/apparmor/
H A Dmount.c229 void *data, bool binary, struct aa_perms *perms) in do_match_mnt() argument
263 if (data && !binary && (perms->allow & AA_MNT_CONT_MATCH)) { in do_match_mnt()
309 unsigned long flags, void *data, bool binary, in match_mnt_path_str() argument
339 mntpnt, devname, type, flags, data, binary, &perms); in match_mnt_path_str()
371 bool binary) in match_mnt() argument
393 type, flags, data, binary, info); in match_mnt()
402 bool binary; in aa_remount() local
408 binary = path->dentry->d_sb->s_type->fs_flags & FS_BINARY_MOUNTDATA; in aa_remount()
416 flags, data, binary)); in aa_remount()
543 bool binary = true; in aa_new_mount() local
[all …]
/linux/tools/testing/selftests/exec/
H A Dbinfmt_script.py63 binary = dirpath + target
66 open(binary, "w").write(code)
67 os.chmod(binary, 0o755)
103 elements = binary.split('/')
104 os.unlink(binary)
/linux/Documentation/virt/
H A 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-level critical operations
27 - indirect call which allows optimization with binary patch
/linux/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh43 nerrs=`grep --binary-files=text '!!!' $file |
67 grep --binary-files=text 'torture:.*ver:' $file |
68 grep -E --binary-files=text -v '\(null\)|rtc: 000000000* ' |
111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_dvs.h50 #define DVS_6AXIS_BYTES(binary) \ argument
52 * DVS_NUM_BLOCKS_X((binary)->out_frame_info[0].res.width) \
53 * DVS_NUM_BLOCKS_Y((binary)->out_frame_info[0].res.height))
/linux/Documentation/dev-tools/
H A Dpropeller.rst9 to optimize binary executables. Like AutoFDO, it utilizes hardware
11 different code paths within a binary. Unlike AutoFDO, this information
36 #. Initial building: Build the AutoFDO or AutoFDO+ThinLTO binary as
39 kernel binary. The special section is only intend to be used by the
54 binary as you would normally do, but with a compile-time /
60 #. Deployment: The optimized kernel binary is deployed and used
134 $ create_llvm_prof --binary=<vmlinux> --profile=<perf_file>
149 $ create_llvm_prof --binary=<vmlinux> --profile=@<perf_file_list>
/linux/arch/riscv/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
18 OBJCOPYFLAGS_loader.bin :=-O binary
19 OBJCOPYFLAGS_xipImage :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux/drivers/staging/media/atomisp/
H A Dnotes.txt23 optionally a scalar binary. Note when digital zoom is disabled
24 (it is enabled by default) only the preview binary is loaded.
25 So in this case a single binary handles the entire pipeline.
30 element (in a single binary).
/linux/arch/s390/boot/
H A DMakefile84 OBJCOPYFLAGS_syms.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.decompressor.…
88 OBJCOPYFLAGS_info.bin := -O binary --only-section=.vmlinux.info --set-section-flags .vmlinux.info=a…
92 OBJCOPYFLAGS_info.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.info
96 OBJCOPYFLAGS_vmlinux.bin := -O binary --remove-section=.comment --remove-section=.vmlinux.info -S
127 OBJCOPYFLAGS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.…
/linux/Documentation/input/devices/
H A 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/net/bridge/
H A DKconfig47 Say N to exclude this support and reduce the binary size.
61 Say N to exclude this support and reduce the binary size.
73 Say N to exclude this support and reduce the binary size.
84 Say N to exclude this support and reduce the binary size.
/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst28 ``pldmfw`` implements logic to parse the packed binary format of the PLDM
39 The PLDM file format uses packed binary data, with most multi-byte fields
45 To avoid proliferating access to the packed binary data, the ``pldmfw``
69 5. For each component, send the binary data to the device firmware for
/linux/Documentation/PCI/
H A Dsysfs-pci.rst40 config PCI config space (binary, rw)
47 resource0..N PCI resource N, if present (binary, mmap, rw\ [1]_)
48 resource0_wc..N_wc PCI WC map resource N, if prefetchable (binary, mmap)
50 rom PCI ROM resource, if present (binary, ro)
63 binary - file contains binary data

12345678910>>...27