/linux-4.4.14/arch/c6x/boot/ |
H A D | Makefile | 5 OBJCOPYFLAGS_vmlinux.bin := -O binary
|
/linux-4.4.14/include/uapi/linux/ |
H A D | tcp_metrics.h | 32 TCP_METRICS_ATTR_ADDR_IPV6, /* binary */ 40 TCP_METRICS_ATTR_FOPEN_COOKIE, /* binary */ 42 TCP_METRICS_ATTR_SADDR_IPV6, /* binary */
|
H A D | virtio_9p.h | 6 * Redistribution and use in source and binary forms, with or without 11 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | virtio_ids.h | 9 * Redistribution and use in source and binary forms, with or without 14 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | virtio_input.h | 6 * Redistribution and use in source and binary forms, with or without 11 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | virtio_types.h | 8 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | nfs_idmap.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/ |
H A D | Makefile | 10 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
|
/linux-4.4.14/arch/mips/lasat/image/ |
H A D | Makefile | 36 $(OBJCOPY) -O binary -S $^ $@ 43 $(LD) -r -o $@ -b binary $< 49 $(OBJCOPY) -O binary -S $^ $@
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
H A D | Makefile | 16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
|
/linux-4.4.14/include/linux/ |
H A D | acct.h | 39 * 1: extended variant (binary compatible on M68K) 40 * 2: extended variant (binary compatible on everything except M68K) 41 * 3: new binary incompatible format (64 bytes) 42 * 4: new binary incompatible format (128 bytes) 43 * 5: new binary incompatible format (128 bytes, second half)
|
H A D | binfmts.h | 40 const char * filename; /* Name of binary as seen by procps */ 41 const char * interp; /* Name of the binary really executed. Most 52 /* fd of the binary should be passed to the interpreter */ 56 /* filename of the binary will be inaccessible after exec */ 71 * This structure defines the functions that are used to load the binary formats that
|
H A D | soundcard.h | 4 * Redistribution and use in source and binary forms, with or without 8 * Redistributions in binary form must reproduce the above copyright notice,
|
H A D | elf-fdpic.h | 18 * binfmt binary parameters structure 30 unsigned long load_addr; /* user address at which to map binary */
|
H A D | virtio_console.h | 6 * Redistribution and use in source and binary forms, with or without 11 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | bch.h | 2 * Generic binary BCH encoding/decoding library 23 * This library provides runtime configurable encoding/decoding of binary
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | wrapper | 7 # This script takes a kernel binary and optionally an initrd image 40 binary= 206 # miboot and U-boot want just the bare bits, not an ELF binary 208 objflags="-O binary" 214 binary=y 248 objflags="-O binary --set-section-flags=.bss=contents,alloc,load,data" 257 binary=y 261 binary=y 265 binary=y 269 binary=y 273 binary=y 277 binary=y 303 binary=y 424 if [ -n "$binary" ]; then 426 ${CROSS}objcopy -O binary "$ofile".elf "$ofile" 452 # The ps3's loader supports loading a gzipped binary image from flash 455 # a binary image of the kernel to be at addr zero, and yet have a 474 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
|
/linux-4.4.14/arch/alpha/lib/ |
H A D | strlen.S | 9 * - does binary search to find 0 byte in last 12 * binary search needs).
|
H A D | strcat.S | 37 and $2, 0xf0, $3 # binary search for that set bit
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
H A D | hypfs.h | 15 * IOCTL for binary interface /sys/kernel/debug/diag_304 29 * Structures for binary interface /sys/kernel/debug/diag_0c
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | dsp56k.h | 13 /* Used for uploading DSP binary code */ 31 #define DSP56K_UPLOAD 1 /* Upload DSP binary program */
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
H A D | Makefile | 34 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300-linux -T 35 OBJCOPYFLAGS := -O binary
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
H A D | Makefile | 39 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r-linux -T 41 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r -T
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | mc146818rtc.h | 11 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
|
/linux-4.4.14/arch/cris/boot/ |
H A D | Makefile | 8 OBJCOPYFLAGS = -O binary $(objcopyflags-y)
|
/linux-4.4.14/scripts/basic/ |
H A D | bin2c.c | 2 * Unloved program to convert a binary on stdin to a C include on stdout
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | mc146818rtc_32.h | 11 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
H A D | Makefile | 19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
|
/linux-4.4.14/arch/m32r/include/asm/ |
H A D | mc146818rtc.h | 11 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | mc146818rtc.h | 14 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
|
/linux-4.4.14/lib/ |
H A D | bsearch.c | 2 * A generic implementation of binary search for the Linux kernel 16 * bsearch - binary search an array of elements 23 * This function does a binary search on the given array. The
|
H A D | seq_buf.c | 96 * seq_buf_bprintf - Write the printf string from binary arguments 98 * @fmt: The format string for the @binary arguments 99 * @binary: The binary arguments for @fmt. 107 * This function will take the format and the binary array and finish 112 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) seq_buf_bprintf() argument 120 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); seq_buf_bprintf()
|
H A D | extable.c | 19 * The exception table needs to be sorted so that the binary 68 * We use a binary search, and thus we assume that the table is
|
H A D | hexdump.c | 40 * hex2bin - convert an ascii hexadecimal string to its binary representation 41 * @dst: binary result 63 * bin2hex - convert binary data to an ascii hexadecimal string 65 * @src: binary data 66 * @count: binary data length 212 * print_hex_dump - print a text hex dump to syslog for a binary blob of data
|
/linux-4.4.14/usr/ |
H A D | initramfs_data.S | 2 initramfs_data includes the compressed binary that is the 7 following trick can be applied to create the resulting binary: 10 ld -m elf_i386 --format binary --oformat elf32-i386 -r \
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
H A D | rocker.h | 158 ROCKER_TLV_CMD_PORT_SETTINGS_MACADDR, /* binary */ 161 ROCKER_TLV_CMD_PORT_SETTINGS_PHYS_NAME, /* binary */ 222 ROCKER_TLV_EVENT_MAC_VLAN_MAC, /* binary */ 314 ROCKER_TLV_OF_DPA_DST_MAC, /* binary */ 315 ROCKER_TLV_OF_DPA_DST_MAC_MASK, /* binary */ 316 ROCKER_TLV_OF_DPA_SRC_MAC, /* binary */ 317 ROCKER_TLV_OF_DPA_SRC_MAC_MASK, /* binary */ 330 ROCKER_TLV_OF_DPA_DST_IPV6, /* binary */ 331 ROCKER_TLV_OF_DPA_DST_IPV6_MASK, /* binary */ 332 ROCKER_TLV_OF_DPA_SRC_IPV6, /* binary */ 333 ROCKER_TLV_OF_DPA_SRC_IPV6_MASK, /* binary */
|
/linux-4.4.14/drivers/scsi/pm8001/ |
H A D | pm8001_ctl.h | 7 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * binary redistribution.
|
H A D | pm8001_chips.h | 7 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * binary redistribution.
|
H A D | pm8001_defs.h | 7 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * binary redistribution.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic79xx_pci.h | 7 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * binary redistribution.
|
H A D | aic7xxx_93cx6.h | 9 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 19 * binary redistribution.
|
H A D | aic7xxx_inline.h | 8 * Redistribution and use in source and binary forms, with or without 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 18 * binary redistribution.
|
H A D | aic7770_osm.c | 7 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * binary redistribution.
|
H A D | aic7xxx_pci.h | 7 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * binary redistribution.
|
/linux-4.4.14/include/acpi/platform/ |
H A D | acenvex.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
H A D | acmsvcex.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
H A D | acwinex.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
H A D | acgcc.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | uthex.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution. 82 * RETURN: The binary value of the ascii/hex character
|
H A D | accommon.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
H A D | nsdumpdv.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
H A D | pswalk.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
H A D | utuuid.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
H A D | acapps.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
/linux-4.4.14/arch/tile/include/uapi/asm/ |
H A D | signal.h | 21 /* Used in earlier Tilera releases, so keeping for binary compatibility. */
|
/linux-4.4.14/arch/arm/boot/bootp/ |
H A D | Makefile | 22 # kernel.o and initrd.o includes a binary image using
|
/linux-4.4.14/sound/aoa/codecs/ |
H A D | tas-basstreble.h | 97 * so that the binary is smaller...
|
/linux-4.4.14/arch/sh/boot/romimage/ |
H A D | Makefile | 27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T
|
/linux-4.4.14/arch/m68k/math-emu/ |
H A D | fp_trig.h | 9 redistribute this software, in source or binary form, provided that
|
/linux-4.4.14/arch/h8300/boot/ |
H A D | Makefile | 8 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S
|
/linux-4.4.14/tools/power/acpi/tools/acpidump/ |
H A D | apfiles.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution. 115 * DESCRIPTION: Write an ACPI table to a binary file. Builds the output 157 ("Writing [%4.4s] to binary file: %s 0x%X (%u) bytes\n", ap_write_to_binary_file() 161 /* Open the file and dump the entire table in binary mode */ ap_write_to_binary_file() 172 acpi_log_error("Error writing binary output file: %s\n", ap_write_to_binary_file() 186 * PARAMETERS: pathname - File containing the binary ACPI table 203 /* Must use binary mode */ ap_get_table_from_file()
|
H A D | apmain.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution. 50 * them in an ASCII hex format suitable for binary extraction via acpixtract. 98 ACPI_OPTION("-b", "Dump tables to binary files"); ap_display_usage() 110 ACPI_OPTION("-f <BinaryFile>", "Get table via a binary file"); ap_display_usage() 177 case 'b': /* Dump all input tables to binary files */ ap_do_options()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
H A D | ipath_wc_ppc64.c | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/infiniband/core/ |
H A D | mad_rmpp.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | agent.h | 14 * Redistribution and use in source and binary forms, with or 22 * - Redistributions in binary form must reproduce the above
|
H A D | iwcm.h | 11 * Redistribution and use in source and binary forms, with or 19 * - Redistributions in binary form must reproduce the above
|
H A D | sa.h | 12 * Redistribution and use in source and binary forms, with or 20 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
H A D | mthca_config_reg.h | 11 * Redistribution and use in source and binary forms, with or 19 * - Redistributions in binary form must reproduce the above
|
H A D | mthca_profile.h | 11 * Redistribution and use in source and binary forms, with or 19 * - Redistributions in binary form must reproduce the above
|
H A D | mthca_pd.c | 12 * Redistribution and use in source and binary forms, with or 20 * - Redistributions in binary form must reproduce the above
|
H A D | mthca_uar.c | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_debugfs.h | 14 * Redistribution and use in source and binary forms, with or 22 * - Redistributions in binary form must reproduce the above
|
H A D | qib_pio_copy.c | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | qib_wc_ppc64.c | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
H A D | usnic.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | usnic_common_pkt_hdr.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | usnic_debugfs.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | usnic_ib_sysfs.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | usnic_abi.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | usnic_common_util.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | usnic_log.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | usnic_transport.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | version.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | t3cdev.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_fcoe.h | 12 * Redistribution and use in source and binary forms, with or 20 * - Redistributions in binary form must reproduce the above
|
H A D | t4fw_version.h | 12 * Redistribution and use in source and binary forms, with or 20 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | mach_timer.h | 29 * (interrupt on terminal count mode), binary count, mach_prepare_counter() 34 outb(0xb0, 0x43); /* binary, mode 0, LSB/MSB, Ch 2 */ mach_prepare_counter()
|
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/clock/ |
H A D | bcm-nsp.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-cygnus.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-ns2.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/clock/ |
H A D | bcm-nsp.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-cygnus.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-ns2.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/include/rdma/ |
H A D | ib_marshall.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | rdma_cm_ib.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/include/dt-bindings/clock/ |
H A D | bcm-nsp.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-cygnus.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-ns2.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/include/linux/mlx4/ |
H A D | srq.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/include/linux/mlx5/ |
H A D | cmd.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | srq.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | doorbell.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | flow_table.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | vport.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
H A D | Makefile | 42 # Copy into binary format 43 cmd_spu_objcopy = $(SPU_OBJCOPY) -O binary $< $@
|
/linux-4.4.14/arch/mips/include/asm/netlogic/ |
H A D | interrupt.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/arch/s390/mm/ |
H A D | extable.c | 9 * We use a binary search, and thus we assume that the table is 34 * The exception table needs to be sorted so that the binary
|
/linux-4.4.14/arch/sparc/boot/ |
H A D | Makefile | 42 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment 55 -r -b binary $@ -o $@.o
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/clock/ |
H A D | bcm-nsp.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-cygnus.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-ns2.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/clock/ |
H A D | bcm-nsp.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-cygnus.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-ns2.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | reset-regs.h | 23 #define WDBC __SYSREGC(0xc0001000, u8) /* watchdog binary counter reg */ 32 #define WDCTR_WDRST 0x40 /* binary counter reset */
|
H A D | timer-regs.h | 95 #define TM0BC __SYSREGC(0xd4003020, u8) /* timer 0 binary counter */ 96 #define TM1BC __SYSREGC(0xd4003021, u8) /* timer 1 binary counter */ 97 #define TM2BC __SYSREGC(0xd4003022, u8) /* timer 2 binary counter */ 98 #define TM3BC __SYSREGC(0xd4003023, u8) /* timer 3 binary counter */ 99 #define TM01BC __SYSREGC(0xd4003020, u16) /* timer 0:1 binary counter */ 295 #define TM4BC __SYSREG(0xd40030a0, u16) /* timer 4 binary counter */ 296 #define TM5BC __SYSREG(0xd40030a2, u16) /* timer 5 binary counter */ 297 #define TM45BC __SYSREG(0xd40030a0, u32) /* timer 4:5 binary counter */ 298 #define TM7BC __SYSREG(0xd40030a6, u16) /* timer 7 binary counter */ 299 #define TM8BC __SYSREG(0xd40030a8, u16) /* timer 8 binary counter */ 300 #define TM9BC __SYSREG(0xd40030aa, u16) /* timer 9 binary counter */ 301 #define TM89BC __SYSREG(0xd40030a8, u32) /* timer 8:9 binary counter */ 302 #define TM10BC __SYSREG(0xd40030ac, u16) /* timer 10 binary counter */ 303 #define TM11BC __SYSREG(0xd40030ae, u16) /* timer 11 binary counter */ 305 #define TM12BC __SYSREG(0xd40031a0, u16) /* timer 12 binary counter */ 306 #define TM13BC __SYSREG(0xd40031a2, u16) /* timer 13 binary counter */ 307 #define TM14BC __SYSREG(0xd40031a4, u16) /* timer 14 binary counter */ 308 #define TM15BC __SYSREG(0xd40031a6, u16) /* timer 15 binary counter */ 412 #define TM6BC __SYSREG(0xd40030a4, u16) /* timer6 binary counter */
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/clock/ |
H A D | bcm-nsp.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-cygnus.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-ns2.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/arch/h8300/ |
H A D | Makefile | 54 @echo 'vmlinux.bin - Create raw binary' 55 @echo 'vmlinux.srec - Create srec binary'
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/clock/ |
H A D | bcm-nsp.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-cygnus.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
H A D | bcm-ns2.h | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/arch/avr32/boot/images/ |
H A D | Makefile | 11 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id 27 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | elf.c | 66 * binary is EABI or softfloat (and thus, guaranteed not to use elf_set_personality() 80 * - the binary requires an executable stack
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm.h | 8 * Redistribution and use in source and binary forms, with or without 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 18 * binary redistribution.
|
H A D | aicasm_insformat.h | 8 * Redistribution and use in source and binary forms, with or without 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 18 * binary redistribution.
|
H A D | aicasm_macro_gram.y | 9 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 19 * binary redistribution.
|
H A D | aicasm_symbol.h | 8 * Redistribution and use in source and binary forms, with or without 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 18 * binary redistribution.
|
/linux-4.4.14/scripts/ |
H A D | cleanfile | 110 # First, verify that it is not a binary file; consider any file 111 # with a zero byte to be a binary file. Is there any better, or 123 print STDERR "$name: $f: binary file\n";
|
/linux-4.4.14/include/acpi/ |
H A D | acnames.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
H A D | acpi.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
H A D | acuuid.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
/linux-4.4.14/arch/microblaze/ |
H A D | Makefile | 83 echo '* linux.bin - Create raw binary' 84 echo ' linux.bin.gz - Create compressed raw binary' 85 echo ' linux.bin.ub - Create U-Boot wrapped raw binary'
|
/linux-4.4.14/tools/power/acpi/common/ |
H A D | cmfsize.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 21 * binary redistribution.
|
/linux-4.4.14/drivers/video/ |
H A D | hdmi.c | 72 * hdmi_avi_infoframe_pack() - write HDMI AVI infoframe to binary buffer 77 * Packs the information contained in the @frame structure into a binary 82 * Returns the number of bytes packed into the binary buffer or a negative 179 * hdmi_spd_infoframe_pack() - write HDMI SPD infoframe to binary buffer 184 * Packs the information contained in the @frame structure into a binary 189 * Returns the number of bytes packed into the binary buffer or a negative 243 * hdmi_audio_infoframe_pack() - write HDMI audio infoframe to binary buffer 248 * Packs the information contained in the @frame structure into a binary 253 * Returns the number of bytes packed into the binary buffer or a negative 325 * hdmi_vendor_infoframe_pack() - write a HDMI vendor infoframe to binary buffer 330 * Packs the information contained in the @frame structure into a binary 335 * Returns the number of bytes packed into the binary buffer or a negative 392 * hdmi_vendor_any_infoframe_pack() - write a vendor infoframe to binary buffer 406 * hdmi_infoframe_pack() - write a HDMI infoframe to binary buffer 411 * Packs the information contained in the @frame structure into a binary 416 * Returns the number of bytes packed into the binary buffer or a negative 995 * hdmi_avi_infoframe_unpack() - unpack binary buffer to a HDMI AVI infoframe 999 * Unpacks the information contained in binary @buffer into a structured 1058 * hdmi_spd_infoframe_unpack() - unpack binary buffer to a HDMI SPD infoframe 1062 * Unpacks the information contained in binary @buffer into a structured 1096 * hdmi_audio_infoframe_unpack() - unpack binary buffer to a HDMI AUDIO infoframe 1100 * Unpacks the information contained in binary @buffer into a structured 1141 * hdmi_vendor_infoframe_unpack() - unpack binary buffer to a HDMI vendor infoframe 1145 * Unpacks the information contained in binary @buffer into a structured 1208 * hdmi_infoframe_unpack() - unpack binary buffer to a HDMI infoframe 1212 * Unpacks the information contained in binary buffer @buffer into a structured
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-m48t86.c | 12 * If it will be ever adapted to binary and 12H mode, care must be taken 54 /* data (binary) mode */ m48t86_rtc_read_time() 96 /* data (binary) mode */ m48t86_rtc_set_time() 131 (reg & M48T86_REG_B_DM) ? "binary" : "bcd"); m48t86_rtc_proc()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_fw_file_hdr.h | 1 /* bnx2x_fw_file_hdr.h: FW binary file header structure.
|
/linux-4.4.14/arch/xtensa/boot/ |
H A D | Makefile | 34 OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
|
/linux-4.4.14/arch/xtensa/boot/boot-redboot/ |
H A D | Makefile | 32 $(Q)$(OBJCOPY) -S -O binary $< $@
|
/linux-4.4.14/arch/arc/boot/ |
H A D | Makefile | 7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
|
/linux-4.4.14/arch/arm/boot/compressed/ |
H A D | head-xscale.S | 17 @ Be sure to flush kernel binary out of the cache,
|
/linux-4.4.14/arch/cris/boot/compressed/ |
H A D | Makefile | 21 OBJCOPYFLAGS = -O binary --remove-section=.bss
|
/linux-4.4.14/lib/zlib_inflate/ |
H A D | infutil.c | 6 /* Utility function: initialize zlib, unpack binary blob, clean up zlib,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | mc146818rtc.h | 19 #define RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */
|
H A D | ibmebus.h | 15 * Redistribution and use in source and binary forms, with or without 21 * Redistributions in binary form must reproduce the above copyright notice,
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | socket.h | 17 * Please notice that for binary compat reasons MIPS has to
|
/linux-4.4.14/arch/score/ |
H A D | Makefile | 41 echo ' vmlinux.bin - Raw binary boot image'
|
/linux-4.4.14/arch/microblaze/boot/ |
H A D | Makefile | 7 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
|
/linux-4.4.14/arch/m32r/ |
H A D | Makefile | 11 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
|
/linux-4.4.14/tools/net/ |
H A D | bpf_asm.c | 14 * 2) Run `bpf_asm [-c] <filter-prog file>` to translate into binary
|
/linux-4.4.14/drivers/staging/netlogic/ |
H A D | platform_net.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
H A D | c2_ae.h | 11 * Redistribution and use in source and binary forms, with or 19 * - Redistributions in binary form must reproduce the above
|
H A D | c2_user.h | 12 * Redistribution and use in source and binary forms, with or 20 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
H A D | ehca_irq.h | 18 * Redistribution and use in source and binary forms, with or without 24 * Redistributions in binary form must reproduce the above copyright notice,
|
H A D | hcp_phyp.c | 18 * Redistribution and use in source and binary forms, with or without 24 * Redistributions in binary form must reproduce the above copyright notice,
|
H A D | hipz_fns.h | 18 * Redistribution and use in source and binary forms, with or without 24 * Redistributions in binary form must reproduce the above copyright notice,
|
/linux-4.4.14/drivers/staging/fsl-mc/bus/ |
H A D | dpmcp-cmd.h | 3 * Redistribution and use in source and binary forms, with or without 7 * * Redistributions in binary form must reproduce the above copyright
|
H A D | dpmng-cmd.h | 3 * Redistribution and use in source and binary forms, with or without 7 * * Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/drivers/staging/fsl-mc/include/ |
H A D | dpbp-cmd.h | 3 * Redistribution and use in source and binary forms, with or without 7 * * Redistributions in binary form must reproduce the above copyright
|
H A D | dpcon-cmd.h | 3 * Redistribution and use in source and binary forms, with or without 7 * * Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
H A D | iwch_user.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
H A D | user.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_stats.h | 12 * Redistribution and use in source and binary forms, with or without 19 * - Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_driver_version.h | 16 Redistribution and use in source and binary forms, with or without 21 * Redistributions in binary form must reproduce the above copyright notice,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | mad.c | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | port.h | 8 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | trap.h | 8 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | txheader.h | 7 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | brcms_trace_brcmsmac.h | 27 * 'fast binary record' layout. 38 * Fast binary tracing: define the trace record via TP_STRUCT__entry().
|
/linux-4.4.14/Documentation/vDSO/ |
H A D | vdso_standalone_test_x86.c | 10 * to generate a small binary. On x86_64, you can omit -lgcc_s 11 * if you want the binary to be completely standalone.
|
/linux-4.4.14/fs/nfsd/ |
H A D | acl.h | 9 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | idmap.h | 9 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/net/tipc/ |
H A D | discover.h | 8 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | net.h | 8 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | netlink.h | 7 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | socket.h | 6 * Redistribution and use in source and binary forms, with or without 11 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | sysctl.c | 7 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/include/uapi/rdma/ |
H A D | ib_user_sa.h | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/include/crypto/ |
H A D | b128ops.h | 21 The free distribution and use of this software in both source and binary 27 2. distributions in binary form include the above copyright
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | dwc3-omap.h | 9 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/arch/mips/include/asm/netlogic/xlr/ |
H A D | flash.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | gpio.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | msidef.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce the above copyright
|
H A D | xlr.h | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/arch/score/include/asm/ |
H A D | mmu_context.h | 37 /* binary: 0000 0000 0000 0000 0000 0000 0001 0000 */ 38 /* binary: 0000 0000 0000 0000 0000 1111 1111 0000 */
|
/linux-4.4.14/arch/mips/netlogic/common/ |
H A D | earlycons.c | 11 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce the above copyright
|
/linux-4.4.14/net/rds/ |
H A D | ib_stats.c | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | iw_stats.c | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | sysctl.c | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
H A D | tcp_stats.c | 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above
|
/linux-4.4.14/kernel/trace/ |
H A D | trace_seq.c | 163 * trace_seq_bprintf - Write the printf string from binary arguments 165 * @fmt: The format string for the @binary arguments 166 * @binary: The binary arguments for @fmt. 174 * This function will take the format and the binary array and finish 177 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) trace_seq_bprintf() argument 186 seq_buf_bprintf(&s->seq, fmt, binary); trace_seq_bprintf()
|
/linux-4.4.14/crypto/asymmetric_keys/ |
H A D | verify_pefile.c | 1 /* Parse a signed PE binary 24 * Parse a PE binary. 102 pr_debug("Unsigned PE binary\n"); pefile_parse_binary() 242 * Load the contents of the PE binary into the digest, leaving out the image 319 * Digest the contents of the PE binary, leaving out the image checksum and the 392 * verify_pefile_signature - Verify the signature on a PE binary image 393 * @pebuf: Buffer containing the PE binary image 394 * @pelen: Length of the binary image 400 * binary image intersects keys we already know and trust.
|
/linux-4.4.14/net/core/ |
H A D | utils.c | 47 * Convert an ASCII string to binary IP. 109 * in4_pton - convert an IPv4 address from literal to binary representation 112 * @dst: the binary (u8[4] array) representation of the IPv4 address 175 * in6_pton - convert an IPv6 address from literal to binary representation 178 * @dst: the binary (u8[16] array) representation of the IPv6 address
|
/linux-4.4.14/include/uapi/linux/can/ |
H A D | gw.h | 10 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright 68 CGW_MOD_AND, /* CAN frame modification binary AND */ 69 CGW_MOD_OR, /* CAN frame modification binary OR */ 70 CGW_MOD_XOR, /* CAN frame modification binary XOR */
|
/linux-4.4.14/net/ipv4/ |
H A D | tcp_bic.c | 24 * In binary search, 38 MODULE_PARM_DESC(max_increment, "Limit on increment allowed during binary search"); 102 /* binary increase */ bictcp_update() 111 /* binary search increase */ bictcp_update() 114 /* binary search increase */ bictcp_update()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | platform_config.h | 23 * Redistribution and use in source and binary forms, with or without 29 * - Redistributions in binary form must reproduce the above copyright 159 * This struct acts as a quick reference into the platform_data binary image
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | swap.c | 18 * target can run the fw binary with even smaller IRAM size by using host 148 ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot found firmware code swap binary\n"); ath10k_swap_code_seg_configure() 154 ath10k_warn(ar, "ignoring unknown code swap binary type %d\n", ath10k_swap_code_seg_configure()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | base.h | 5 * Redistribution and use in source and binary forms, with or without 11 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 14 * similar Disclaimer requirement for further binary redistribution.
|
H A D | rfkill.c | 8 * Redistribution and use in source and binary forms, with or without 14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 17 * similar Disclaimer requirement for further binary redistribution.
|