Home
last modified time | relevance | path

Searched refs:replaced (Results 1 – 128 of 128) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
Dftrace.c97 unsigned char replaced[MCOUNT_INSN_SIZE]; in ftrace_modify_code() local
113 if (probe_kernel_read(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
117 if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) in ftrace_modify_code()
131 unsigned char __attribute__((aligned(8))) replaced[MCOUNT_INSN_SIZE]; in ftrace_make_nop_check() local
134 if (probe_kernel_read(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_make_nop_check()
140 tmp_call = (void *)replaced; in ftrace_make_nop_check()
145 if (memcmp(replaced, ftrace_call_code, MCOUNT_INSN_SIZE) != 0) in ftrace_make_nop_check()
152 tmp_call = (void *)replaced; in ftrace_make_nop_check()
155 if (memcmp(replaced, ftrace_orig_code, MCOUNT_INSN_SIZE) != 0) in ftrace_make_nop_check()
/linux-4.4.14/arch/sparc/kernel/
Dftrace.c27 u32 replaced; in ftrace_modify_code() local
45 : "=r" (replaced), [faulted] "=r" (faulted) in ftrace_modify_code()
49 if (replaced != old && replaced != new) in ftrace_modify_code()
/linux-4.4.14/arch/metag/kernel/
Dftrace.c54 unsigned char replaced[MCOUNT_INSN_SIZE]; in ftrace_modify_code() local
66 if (probe_kernel_read(replaced, (void *)pc, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
70 if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) in ftrace_modify_code()
/linux-4.4.14/arch/arm64/kernel/
Dftrace.c28 u32 replaced; in ftrace_modify_code() local
40 if (aarch64_insn_read((void *)pc, &replaced)) in ftrace_modify_code()
43 if (replaced != old) in ftrace_modify_code()
/linux-4.4.14/arch/arm/kernel/
Dftrace.c105 unsigned long replaced; in ftrace_modify_code() local
116 if (probe_kernel_read(&replaced, (void *)pc, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
119 if (replaced != old) in ftrace_modify_code()
/linux-4.4.14/arch/sh/kernel/
Dftrace.c212 unsigned char replaced[MCOUNT_INSN_SIZE]; in ftrace_modify_code() local
225 if (probe_kernel_read(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
229 if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) in ftrace_modify_code()
/linux-4.4.14/arch/x86/kernel/
Dftrace.c106 unsigned char replaced[MCOUNT_INSN_SIZE]; in ftrace_modify_code_direct() local
119 if (probe_kernel_read(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_modify_code_direct()
123 if (memcmp(replaced, old_code, MCOUNT_INSN_SIZE) != 0) in ftrace_modify_code_direct()
311 unsigned char replaced[MCOUNT_INSN_SIZE]; in add_break() local
314 if (probe_kernel_read(replaced, (void *)ip, MCOUNT_INSN_SIZE)) in add_break()
318 if (memcmp(replaced, old, MCOUNT_INSN_SIZE) != 0) in add_break()
/linux-4.4.14/arch/powerpc/kernel/
Dftrace.c47 unsigned int replaced; in ftrace_modify_code() local
60 if (probe_kernel_read(&replaced, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_modify_code()
64 if (replaced != old) in ftrace_modify_code()
/linux-4.4.14/Documentation/ABI/obsolete/
Dproc-sys-vm-nr_pdflush_threads4 Description: Since pdflush is replaced by per-BDI flusher, the interface of old pdflush
/linux-4.4.14/Documentation/ABI/removed/
Dip_queue5 ip_queue has been replaced by nfnetlink_queue which provides
Ddevfs7 against the LSB, and can be replaced by using udev.
/linux-4.4.14/Documentation/powerpc/
Dcpu_features.txt27 selection, unused code is replaced by 'nop' instructions. This nop'ing is
45 instructions are replaced with nop's.
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_slave_compat.dts13 * target-path property values are simple tags that are replaced with
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Ducc.txt32 The following two properties are deprecated. rx-clock has been replaced
33 with rx-clock-name, and tx-clock has been replaced with tx-clock-name.
/linux-4.4.14/drivers/parisc/
DREADME.dino21 ** Note that many boards were fixed/replaced under a free replacement
/linux-4.4.14/drivers/tty/vt/
Dcp437.uni4 # graphs probably should be replaced with double-line ones, accented
5 # Latin characters should replaced with their nonaccented versions,
6 # and some upper case Greek characters could be replaced by Latin), however,
/linux-4.4.14/Documentation/
Dkernel-doc-nano-HOWTO.txt339 !E<filename> is replaced by the documentation, in <filename>, for
343 !I<filename> is replaced by the documentation for functions that are
349 !F<filename> <function [functions...]> is replaced by the
352 !P<filename> <section title> is replaced by the contents of the DOC:
356 !C<filename> is replaced by nothing, but makes the tools check that
Drfkill.txt37 replaced by userspace policy code) and
Dassoc_array.txt207 If an object already exists for that key then it will be replaced with the
539 ancestry blocks are not replaced (the layout of those does not change).
544 already examined the leaves in the replaced node (we iterate over all the
Dpi-futex.txt32 technique that often cannot be replaced with lockless algorithms. As we
Dlocal_ops.txt13 Most uses of local_t in the kernel have been replaced by this_cpu operations.
Dkprobes.txt186 - Kprobes verifies that the region that will be replaced by the jump
253 replaced with the original code (except for an int3 breakpoint in
262 (**)This optimization-safety checking may be replaced with the
610 of the kprobe, because the bytes in DCR are replaced by
Dthis_cpu_ops.txt213 replaced by code that disables interrupts, then does the operations
Dmd.txt378 should be replaced, either due to errors or
Dkmemcheck.txt180 This option is probably obsolete, or it should be replaced with
DSubmittingPatches328 Non-portable code replaced by portable code (even in arch-specific,
Dmemory-barriers.txt586 pointer to be replaced with a new modified target, without the replacement
1574 and "store tearing," in which a single large access is replaced by
Ddevices.txt96 6 = /dev/core OBSOLETE - replaced by /proc/kcore
103 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore
/linux-4.4.14/drivers/staging/media/bcm2048/
DTODO10 The sysfs stuff should be replaced by controls as well. A lot of the RDS
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dmarvell-cesa.txt21 - clock-names: "cesaX" and "cesazX", X should be replaced by the crypto engine
/linux-4.4.14/drivers/staging/android/
DTODO14 vendor trees. Should be replaced with an ioctl on the dma-buf to expose the
/linux-4.4.14/Documentation/vm/
Dremap_file_pages.txt21 The syscall is deprecated and replaced it with an emulation now. The
Dksm.txt10 can be replaced by a single write-protected page (which is automatically
Dunevictable-lru.txt262 replaced by walking the reverse map to determine whether any VM_LOCKED VMAs
435 replaced with an entry that refers to the new page. Linux supports migration
Dfrontswap.txt187 and (potentially) a swap device write are replaced by a "frontswap backend
/linux-4.4.14/Documentation/usb/
Ddwc3.txt15 interrupt chip can be replaced with "real" interrupts.
Drio.txt35 needed to be replaced as a result. Diamond tech support is aware of the
Dpower-management.txt136 file was deprecated as of the 2.6.35 kernel and replaced by the
138 and replaced by the "autosuspend_delay_ms" file. The only difference
Dusb-serial.txt471 where the <vid> and <pid> is replaced with the hex representation of your
/linux-4.4.14/Documentation/filesystems/
Dgfs2.txt34 cman has been replaced by the dlm package.
Ddnotify.txt69 Beginning with Linux 2.6.13, dnotify has been replaced by inotify.
Dgfs2-glocks.txt203 that <fsname> is replaced with the name of the gfs2 filesystem
Dsquashfs.txt256 In the future this internal cache may be replaced with an implementation which
Dhpfs.txt148 (one directory, if it's large, has dirents in tree on HPFS) must be replaced
Dporting345 dcache_lock is gone, replaced by fine grained locks. See fs/dcache.c
Dspufs.txt230 either be replaced with the input data or will be updated to the
Dcoda.txt253 information must be flushed or replaced. Venus then makes a downcall
320 processing its upcall with the data buffer replaced with the reply
Dproc.txt456 and a page is modified, the file page is replaced by a private anonymous copy.
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dshdma.txt26 be replaced with the desired SoC model, e.g.
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt54 2) The s3c2410_gpio_cfgpin() can be directly replaced with s3c_gpio_cfgpin()
68 4) s3c2410_gpio_setpin() can be replaced by gpio_set_value(), the old call
/linux-4.4.14/tools/perf/Documentation/
Dperf-buildid-cache.txt53 exactly same build-id, that is replaced by new one. It can be used
Dintel-bts.txt84 removed and replaced with the synthesized events. e.g.
Dintel-pt.txt764 removed and replaced with the synthesized events. e.g.
/linux-4.4.14/Documentation/locking/
Dlglock.txt64 lglocks being replaced by rt_mutexes which resolve the above deadlock
155 been replaced by seqlock primitives or by RCU based primitives in the
/linux-4.4.14/Documentation/device-mapper/
Dsnapshot.txt79 source volume), whose table is replaced by a "snapshot-origin" mapping
106 merging. As such the "snapshot-origin" is replaced with
Ddm-raid.txt184 replaced.
/linux-4.4.14/arch/arm/boot/dts/
Dsun4i-a10-pcduino2.dts48 * the USB host ports has been replaced with a USB WIFI chip.
Darmada-388-gp.dts217 * older than v1.5 it can be replaced with:
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960278 drives fail and must be replaced. Mylex's online monitoring and configuration
386 a dead drive was replaced after an automatic rebuild was performed onto a
395 replaced.
490 replaced and a rebuild operation completed to restore the redundancy of the
491 logical drives. Once Physical Drive 1:1 is replaced with a properly
494 controller to initiate a rebuild operation onto the newly replaced drive:
725 status. Once dead Physical Drive 1:2 has been replaced, the controller must be
726 told that this has occurred and that the newly replaced drive should become the
/linux-4.4.14/Documentation/prctl/
Dno_new_privs.txt12 /etc/passwd to be replaced from the point of view of a process that
/linux-4.4.14/fs/
DKconfig.binfmt10 but replaced the traditional Linux a.out formats (QMAGIC and ZMAGIC)
110 the a.out formats QMAGIC and ZMAGIC until they were replaced
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dvexpress-sysreg.txt12 Deprecated properties, replaced by GPIO subnodes (see below):
/linux-4.4.14/drivers/tty/serial/
Dmsm_serial.c1371 bool replaced = false; in __msm_console_write() local
1403 if (c == '\n' && !replaced) { in __msm_console_write()
1406 replaced = true; in __msm_console_write()
1411 replaced = false; in __msm_console_write()
/linux-4.4.14/Documentation/block/
Dpr.txt69 if an existing reservation should be replaced old_key must contain
Dbiodoc.txt224 iii. The i/o scheduler algorithm itself can be replaced/set as appropriate
1048 5.1 Granular Locking: io_request_lock replaced by a per-queue lock
1051 the scalability bottleneck it was causing, and has been replaced by more
1111 Now bh->b_end_io is replaced by bio->bi_end_io, but most of the time the
/linux-4.4.14/fs/ntfs/
DKconfig15 This is a rewrite from scratch of Linux NTFS support and replaced
/linux-4.4.14/Documentation/RCU/
Dlockdep-splat.txt104 to the cic pointer, which means that the rcu_dereference() can be replaced
DlistRCU.txt140 Normally, the write_lock() and write_unlock() would be replaced by
148 replaced by list_del_rcu(), list_add_rcu(), and list_add_tail_rcu().
Dtrace.txt164 the corresponding character is replaced by ".".
458 Each character is replaced with "." if the corresponding
DwhatisRCU.txt371 * pointed to by gbl_foo, except that field "a" is replaced
472 * pointed to by gbl_foo, except that field "a" is replaced
DRTFP.txt847 'It's entirely possible that the current user could be replaced
/linux-4.4.14/drivers/acpi/
DKconfig81 they have been replaced by functions in /sys.
404 tristate "Allow ACPI methods to be inserted/replaced at run time"
409 replaced without rebooting the system. For details refer to:
/linux-4.4.14/Documentation/early-userspace/
Dbuffer-format.txt8 getting {replaced/complemented} with the new "initial ramfs"
/linux-4.4.14/Documentation/video4linux/
Dpxa_camera.txt148 replaced by a "linker" to Videobuffer3 (creation of new_link)
DREADME.ivtv125 This device only captures audio. This should be replaced by an ALSA
Dsoc-camera.txt23 replaced with the V4L2 standard subdev API. This also made camera driver re-use
Dv4l2-framework.txt509 A typical state struct would look like this (where 'chipname' is replaced by
/linux-4.4.14/Documentation/laptops/
Dsony-laptop.txt140 future, sonypi will be removed and replaced by sony-laptop.
/linux-4.4.14/Documentation/aoe/
Daoe.txt54 In the future these character devices may disappear and be replaced
/linux-4.4.14/Documentation/arm/
DIXP4xx118 replaced with mini-PCI slots and a CF IDE interface hanging off
DInterrupts144 3. set_GPIO_IRQ_edge() is obsolete, and should be replaced by set_irq_type.
/linux-4.4.14/Documentation/ia64/
Dserial.txt131 8250_acpi was replaced by the combination of 8250_pnp and
/linux-4.4.14/Documentation/pcmcia/
Ddriver-changes.txt105 ioaddr_t should be replaced by unsigned int in PCMCIA card drivers.
/linux-4.4.14/arch/mips/
DKconfig.debug50 command line will be ignored and replaced by the built-in string.
/linux-4.4.14/net/wireless/
DKconfig168 be replaced to avoid issues with conflicts on versions of
/linux-4.4.14/drivers/block/paride/
DTransition-notes121 Corollary 4: in ps_tq_int() uses of con can be replaced with uses of
/linux-4.4.14/drivers/net/wireless/
DKconfig238 However, some of these cards have been replaced with other chips
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-api.txt76 replaced with:
/linux-4.4.14/Documentation/networking/
D6pack.txt68 two systems. When programming a new EPROM, one of the systems is replaced
Deql.txt240 The slave scheduler probably could be replaced with a dozen other
DREADME.ipw2100248 xxxx/yyyy will be replaced with 'off' -- the level reported will be the active
Dfilter.txt655 - Conditional jt/jf targets replaced with jt/fall-through:
658 else jump_false;", they are being replaced into alternative constructs like
Darcnet.txt73 The people on linux-net@vger.kernel.org (now defunct, replaced by
Dbonding.txt1028 Where the "xx" portion will be replaced with the digits from
/linux-4.4.14/Documentation/i2c/
Dsmbus-protocol197 It is the same form as Write Word, with the command code replaced by the
/linux-4.4.14/Documentation/s390/
Dcds.txt46 * The oper_handler is (kindof) replaced by the probe() and set_online() functions
48 * The not_oper_handler is (kindof) replaced by the remove() and set_offline()
/linux-4.4.14/fs/btrfs/
Drelocation.c2125 int replaced = 0; local
2181 replaced = 0;
2208 replaced = 1;
2229 if (replaced && rc->stage == UPDATE_DATA_PTRS)
2259 if (replaced && rc->stage == UPDATE_DATA_PTRS)
/linux-4.4.14/Documentation/wimax/
DREADME.i2400m102 API calls should be replaced with the target OS's.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-system-cpu273 memory only when it is replaced
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt10 function (which has since been replaced by access_ok()).
Dmtrr.txt9 MTRR use is replaced on modern x86 hardware with PAT. Direct MTRR use by
/linux-4.4.14/Documentation/scsi/
Dtmscsim.txt139 The "?" should be replaced by the SCSI host number. (The shell might do this
375 replaced by the dev index of your scanner). You may try to reset your SCSI
DChangeLog.megaraid398 to be replaced by an incoming ioctl command.
524 replaced by a dynamic list, which gets updated every time an adapter
DChangeLog.lpfc51 (3/19). MAILBOX_WSIZE * (uint32_t) is replaced with an
728 I also replaced the messy SLI2_SLIM_t with a simple struct
1073 max_lun has been removed. max_target is replaced with a #define,
1138 * Removed lpfc_sleep_ms and replaced with mdelay or schedule calls
1764 * Removed custom PCI configuration #defines and replaced with
DChangeLog.megaraid_sas448 pci_alloc_consistent replaced by dma_alloc_coherent. With this
Dscsi_mid_low_api.txt1366 io_request_lock has been replaced by several finer grained locks. The lock
DChangeLog.1992-1997222 splx() replaced with save/restore flags. [ Drew ]
/linux-4.4.14/drivers/edac/
DKconfig73 replaced. If unsure, select 'Y'.
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsroot.txt64 replaced by the ASCII-representation of the client's
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_history.txt201 * replaced _MULTPL_PATHS with _UNSUPPORTED_DEVICE and
346 * In CONFIG_PAGE_FC_DEVICE_0, replaced Reserved1 field
/linux-4.4.14/Documentation/gpio/
Ddriver.txt83 - spinlock_t should be replaced with raw_spinlock_t [1].
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt376 format specifier will be replaced with 0's unless the user has CAP_SYSLOG
388 %pK will be replaced with 0's regardless of privileges.
/linux-4.4.14/arch/arm/
DKconfig1051 bool "ARM errata: Stale prediction on replaced interworking branch"
1056 interworking branch is replaced with another code sequence at the
1116 replaced from one of the CPUs at the same time as another CPU is
/linux-4.4.14/Documentation/cdrom/
Dide-cd111 where X should be replaced by the letter indicating where your
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt406 Odd replaced:
/linux-4.4.14/Documentation/isdn/
DINTERFACE219 ***CHANGEI1.34: The parameter "num" has been replaced by a union "parm" containing
/linux-4.4.14/Documentation/spi/
Dspi-summary503 then be replaced by a dynamically assigned number. You'd then need to treat
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt22 Internet Drafts may be updated, replaced, or obsoleted by other documents
/linux-4.4.14/Documentation/security/
Dkeys.txt159 The process-specific keyring is replaced with an empty one in the child on
806 The keyring will be replaced next time the parent process leaves the
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt374 hierarchy is empty and release_agent itself should be replaced with
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.reg744 * On the aic78X0 chips, Board Control is replaced by the DSCommand
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt77 is replaced by unit name for more
1161 in some cells to "point" to a node (replaced by a phandle at compile
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped101 /* In a future release of Bison, this section will be replaced
/linux-4.4.14/net/netfilter/
DKconfig830 This target replaced the old obsolete QUEUE target.
/linux-4.4.14/Documentation/power/
Dpci.txt174 wakeup signals from that state, the _DSW (or _PSW, replaced with _DSW by ACPI
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt1447 multiple identical Invariant Sections may be replaced with a single
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt3238 necessary. Upon guest entry all guest GPRs will then be replaced by the values
/linux-4.4.14/
DMAINTAINERS88 it has been replaced by a better system and you