/linux-4.1.27/arch/ia64/kernel/ |
D | ftrace.c | 97 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.1.27/arch/sparc/kernel/ |
D | ftrace.c | 27 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.1.27/arch/metag/kernel/ |
D | ftrace.c | 54 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.1.27/arch/arm64/kernel/ |
D | ftrace.c | 28 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.1.27/arch/sh/kernel/ |
D | ftrace.c | 212 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.1.27/arch/arm/kernel/ |
D | ftrace.c | 105 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.1.27/arch/x86/kernel/ |
D | ftrace.c | 106 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.1.27/arch/powerpc/kernel/ |
D | ftrace.c | 47 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.1.27/Documentation/ABI/obsolete/ |
D | proc-sys-vm-nr_pdflush_threads | 4 Description: Since pdflush is replaced by per-BDI flusher, the interface of old pdflush
|
/linux-4.1.27/Documentation/ABI/removed/ |
D | ip_queue | 5 ip_queue has been replaced by nfnetlink_queue which provides
|
D | devfs | 7 against the LSB, and can be replaced by using udev.
|
/linux-4.1.27/Documentation/powerpc/ |
D | cpu_features.txt | 27 selection, unused code is replaced by 'nop' instructions. This nop'ing is 45 instructions are replaced with nop's.
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | ucc.txt | 32 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.1.27/drivers/parisc/ |
D | README.dino | 21 ** Note that many boards were fixed/replaced under a free replacement
|
/linux-4.1.27/drivers/tty/vt/ |
D | cp437.uni | 4 # 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.1.27/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 339 !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
|
D | rfkill.txt | 37 replaced by userspace policy code) and
|
D | assoc_array.txt | 207 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
|
D | local_ops.txt | 13 Most uses of local_t in the kernel have been replaced by this_cpu operations.
|
D | pi-futex.txt | 32 technique that often cannot be replaced with lockless algorithms. As we
|
D | kprobes.txt | 186 - 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
|
D | this_cpu_ops.txt | 213 replaced by code that disables interrupts, then does the operations
|
D | md.txt | 378 should be replaced, either due to errors or
|
D | kmemcheck.txt | 180 This option is probably obsolete, or it should be replaced with
|
D | SubmittingPatches | 326 Non-portable code replaced by portable code (even in arch-specific,
|
D | memory-barriers.txt | 586 pointer to be replaced with a new modified target, without the replacement 1568 and "store tearing," in which a single large access is replaced by
|
D | devices.txt | 96 6 = /dev/core OBSOLETE - replaced by /proc/kcore 103 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore
|
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | TODO | 10 The sysfs stuff should be replaced by controls as well. A lot of the RDS
|
/linux-4.1.27/Documentation/vm/ |
D | remap_file_pages.txt | 21 The syscall is deprecated and replaced it with an emulation now. The
|
D | ksm.txt | 10 can be replaced by a single write-protected page (which is automatically
|
D | unevictable-lru.txt | 262 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
|
D | frontswap.txt | 187 and (potentially) a swap device write are replaced by a "frontswap backend
|
/linux-4.1.27/Documentation/usb/ |
D | dwc3.txt | 15 interrupt chip can be replaced with "real" interrupts.
|
D | rio.txt | 35 needed to be replaced as a result. Diamond tech support is aware of the
|
D | power-management.txt | 136 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
|
D | usb-serial.txt | 472 where the #### is replaced with the hex representation of your device's
|
/linux-4.1.27/drivers/tty/serial/ |
D | msm_serial.c | 853 bool replaced = false; in __msm_console_write() local 885 if (c == '\n' && !replaced) { in __msm_console_write() 888 replaced = true; in __msm_console_write() 893 replaced = false; in __msm_console_write()
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2.txt | 34 cman has been replaced by the dlm package.
|
D | dnotify.txt | 69 Beginning with Linux 2.6.13, dnotify has been replaced by inotify.
|
D | squashfs.txt | 256 In the future this internal cache may be replaced with an implementation which
|
D | gfs2-glocks.txt | 203 that <fsname> is replaced with the name of the gfs2 filesystem
|
D | hpfs.txt | 148 (one directory, if it's large, has dirents in tree on HPFS) must be replaced
|
D | porting | 345 dcache_lock is gone, replaced by fine grained locks. See fs/dcache.c
|
D | spufs.txt | 230 either be replaced with the input data or will be updated to the
|
D | coda.txt | 253 information must be flushed or replaced. Venus then makes a downcall 320 processing its upcall with the data buffer replaced with the reply
|
D | proc.txt | 442 and a page is modified, the file page is replaced by a private anonymous copy.
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | shdma.txt | 26 be replaced with the desired SoC model, e.g.
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 54 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.1.27/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 53 exactly same build-id, that is replaced by new one. It can be used
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 64 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.1.27/Documentation/device-mapper/ |
D | snapshot.txt | 75 source volume), whose table is replaced by a "snapshot-origin" mapping 102 merging. As such the "snapshot-origin" is replaced with
|
D | dm-raid.txt | 184 replaced.
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 278 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.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 12 /etc/passwd to be replaced from the point of view of a process that
|
/linux-4.1.27/fs/ |
D | Kconfig.binfmt | 10 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.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress-sysreg.txt | 12 Deprecated properties, replaced by GPIO subnodes (see below):
|
/linux-4.1.27/fs/ntfs/ |
D | Kconfig | 15 This is a rewrite from scratch of Linux NTFS support and replaced
|
/linux-4.1.27/drivers/acpi/ |
D | Kconfig | 69 they have been replaced by functions in /sys. 351 tristate "Allow ACPI methods to be inserted/replaced at run time" 356 replaced without rebooting the system. For details refer to:
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep-splat.txt | 104 to the cic pointer, which means that the rcu_dereference() can be replaced
|
D | listRCU.txt | 140 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().
|
D | trace.txt | 164 the corresponding character is replaced by ".". 474 Each character is replaced with "." if the corresponding
|
D | whatisRCU.txt | 369 * pointed to by gbl_foo, except that field "a" is replaced 470 * pointed to by gbl_foo, except that field "a" is replaced
|
D | RTFP.txt | 847 'It's entirely possible that the current user could be replaced
|
/linux-4.1.27/arch/mips/ |
D | Kconfig.debug | 50 command line will be ignored and replaced by the built-in string.
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 8 getting {replaced/complemented} with the new "initial ramfs"
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 148 replaced by a "linker" to Videobuffer3 (creation of new_link)
|
D | README.ivtv | 125 This device only captures audio. This should be replaced by an ALSA
|
D | soc-camera.txt | 23 replaced with the V4L2 standard subdev API. This also made camera driver re-use
|
D | v4l2-framework.txt | 509 A typical state struct would look like this (where 'chipname' is replaced by
|
/linux-4.1.27/Documentation/laptops/ |
D | sony-laptop.txt | 140 future, sonypi will be removed and replaced by sony-laptop.
|
/linux-4.1.27/Documentation/aoe/ |
D | aoe.txt | 54 In the future these character devices may disappear and be replaced
|
/linux-4.1.27/Documentation/arm/ |
D | Interrupts | 144 3. set_GPIO_IRQ_edge() is obsolete, and should be replaced by set_irq_type.
|
D | IXP4xx | 118 replaced with mini-PCI slots and a CF IDE interface hanging off
|
/linux-4.1.27/Documentation/ia64/ |
D | serial.txt | 131 8250_acpi was replaced by the combination of 8250_pnp and
|
/linux-4.1.27/Documentation/pcmcia/ |
D | driver-changes.txt | 105 ioaddr_t should be replaced by unsigned int in PCMCIA card drivers.
|
/linux-4.1.27/net/wireless/ |
D | Kconfig | 168 be replaced to avoid issues with conflicts on versions of
|
/linux-4.1.27/drivers/block/paride/ |
D | Transition-notes | 121 Corollary 4: in ps_tq_int() uses of con can be replaced with uses of
|
/linux-4.1.27/drivers/net/wireless/ |
D | Kconfig | 240 However, some of these cards have been replaced with other chips
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-api.txt | 76 replaced with:
|
/linux-4.1.27/Documentation/networking/ |
D | 6pack.txt | 68 two systems. When programming a new EPROM, one of the systems is replaced
|
D | README.ipw2100 | 248 xxxx/yyyy will be replaced with 'off' -- the level reported will be the active
|
D | eql.txt | 240 The slave scheduler probably could be replaced with a dozen other
|
D | filter.txt | 655 - Conditional jt/jf targets replaced with jt/fall-through: 658 else jump_false;", they are being replaced into alternative constructs like
|
D | arcnet.txt | 73 The people on linux-net@vger.kernel.org (now defunct, replaced by
|
D | bonding.txt | 991 Where the "xx" portion will be replaced with the digits from
|
/linux-4.1.27/Documentation/i2c/ |
D | smbus-protocol | 197 It is the same form as Write Word, with the command code replaced by the
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 46 * 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.1.27/fs/btrfs/ |
D | relocation.c | 2123 int replaced = 0; local 2179 replaced = 0; 2206 replaced = 1; 2227 if (replaced && rc->stage == UPDATE_DATA_PTRS) 2257 if (replaced && rc->stage == UPDATE_DATA_PTRS)
|
/linux-4.1.27/Documentation/wimax/ |
D | README.i2400m | 102 API calls should be replaced with the target OS's.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 273 memory only when it is replaced
|
/linux-4.1.27/Documentation/x86/ |
D | exception-tables.txt | 10 function (which has since been replaced by access_ok()).
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid | 398 to be replaced by an incoming ioctl command. 524 replaced by a dynamic list, which gets updated every time an adapter
|
D | tmscsim.txt | 139 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
|
D | ChangeLog.lpfc | 51 (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
|
D | ChangeLog.megaraid_sas | 448 pci_alloc_consistent replaced by dma_alloc_coherent. With this
|
D | scsi_mid_low_api.txt | 1366 io_request_lock has been replaced by several finer grained locks. The lock
|
D | ChangeLog.1992-1997 | 222 splx() replaced with save/restore flags. [ Drew ]
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 64 replaced by the ASCII-representation of the client's
|
/linux-4.1.27/drivers/edac/ |
D | Kconfig | 82 replaced. If unsure, select 'Y'.
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 201 * replaced _MULTPL_PATHS with _UNSUPPORTED_DEVICE and 346 * In CONFIG_PAGE_FC_DEVICE_0, replaced Reserved1 field
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 224 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.1.27/Documentation/sysctl/ |
D | kernel.txt | 364 format specifier will be replaced with 0's unless the user has CAP_SYSLOG 376 %pK will be replaced with 0's regardless of privileges.
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1038 bool "ARM errata: Stale prediction on replaced interworking branch" 1043 interworking branch is replaced with another code sequence at the 1103 replaced from one of the CPUs at the same time as another CPU is
|
/linux-4.1.27/Documentation/cdrom/ |
D | ide-cd | 111 where X should be replaced by the letter indicating where your
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE | 219 ***CHANGEI1.34: The parameter "num" has been replaced by a union "parm" containing
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 406 Odd replaced:
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 503 then be replaced by a dynamically assigned number. You'd then need to treat
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 22 Internet Drafts may be updated, replaced, or obsoleted by other documents
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 159 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.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 744 * On the aic78X0 chips, Board Control is replaced by the DSCommand
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 374 hierarchy is empty and release_agent itself should be replaced with
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 77 is replaced by unit name for more 1157 in some cells to "point" to a node (replaced by a phandle at compile
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 104 /* In a future release of Bison, this section will be replaced
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 816 This target replaced the old obsolete QUEUE target.
|
/linux-4.1.27/Documentation/power/ |
D | pci.txt | 174 wakeup signals from that state, the _DSW (or _PSW, replaced with _DSW by ACPI
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1447 multiple identical Invariant Sections may be replaced with a single
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 3180 necessary. Upon guest entry all guest GPRs will then be replaced by the values
|
/linux-4.1.27/ |
D | MAINTAINERS | 88 it has been replaced by a better system and you
|