Home
last modified time | relevance | path

Searched refs:original (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/linux-6.1.9/arch/sh/kernel/cpu/sh3/
Dentry.S210 ! k2 returns original pr
211 ! k3 returns original sr
212 ! k4 returns original stack pointer
238 mov.l @r15+, k4 ! original stack pointer
240 mov.l @r15+, k2 ! original PR
241 mov.l @r15+, k3 ! original SR
256 mov k3, k2 ! original SR value
260 and k1, k2 ! Mask original SR value
297 sts pr, k3 ! save original pr value in k3
302 ! k0 returns original sp (after roll back)
/linux-6.1.9/Documentation/ia64/
Dia64.rst8 read the original Linux README provided with the kernel.
14 original README for details.
28 Configuration is the same, see original README for details.
34 the original README for details BUT make sure you have an IA-64
Dmca.rst89 My (Keith Owens) original design called for ia64 to separate its
170 verifies the original kernel stack, copies the dirty registers from
171 the MCA/INIT stack's RSE to the original stack's RSE, copies the
172 skeleton struct pt_regs and switch_stack to the original stack, fills
174 original stack's thread.ksp. That makes the original stack look
177 original task and unwind like any other sleeping task.
187 To help distinguish between the handler and the original tasks,
196 of the original task, for humans to use. For example, a comm field of
/linux-6.1.9/Documentation/networking/
Dipsec.rst20 defined in section 3, is not smaller than the size of the original
21 payload, the IP datagram MUST be sent in the original non-compressed
32 original form without attempting compression. The numeric threshold
37 is smaller than the threshold or the compressed len is larger than original
/linux-6.1.9/arch/m68k/fpsp040/
Dbindec.S32 | approximated by adding e + 0.f when the original
58 | function of the original rounding mode and the signs
77 | A11. Restore original FPCR; set size ext.
120 | a0: ptr for original operand/final result
122 | a2: pointer to FP_X; abs(original value) in ext
218 | imated by adding e + 0.f when the original value is viewed
231 | a0: ptr for original operand/final result
280 | original decimal point which are to be included as
294 | a0: ptr for original operand/final result
366 | a0: ptr for original operand/final result
[all …]
/linux-6.1.9/Documentation/scsi/
Dscsi-generic.rst26 - sg version 1 (original) from 1992 to early 1999 (lk 2.2.5) .
52 The original documentation for the sg driver (prior to lk 2.2.6) can be
53 found at http://www.torque.net/sg/p/original/SCSI-Programming-HOWTO.txt
72 sg_utils for the sg version 2 (and original) driver found in lk 2.2
100 - lk 2.2.0 : original sg version [with no version number]
Ddpti.rst28 The original linux driver was ported to Linux by Karen White while at
29 Dell Computer. It was ported from Bob Pasteur's (of DPT) original
30 non-Linux driver. Mark Salyzyn and Bob Pasteur consulted on the original
/linux-6.1.9/arch/arm/mach-pxa/
Dsleep.S71 ldr r8, [r6] @ keep original value for resume
109 @ as the system will restore with the original speed settings
114 ldr r8, [r6] @ keep original value for resume
148 @ restore the original cpu speed value for resume
/linux-6.1.9/arch/x86/um/os-Linux/
Dtask_size.c81 unsigned long test, original; in os_get_top_address() local
117 original = bottom; in os_get_top_address()
/linux-6.1.9/tools/perf/util/
Dmmap.c365 int mmap_cpu_mask__duplicate(struct mmap_cpu_mask *original, struct mmap_cpu_mask *clone) in mmap_cpu_mask__duplicate() argument
367 clone->nbits = original->nbits; in mmap_cpu_mask__duplicate()
368 clone->bits = bitmap_zalloc(original->nbits); in mmap_cpu_mask__duplicate()
372 memcpy(clone->bits, original->bits, MMAP_CPU_MASK_BYTES(original)); in mmap_cpu_mask__duplicate()
/linux-6.1.9/Documentation/translations/ko_KR/
Dstable_api_nonsense.txt5 If you find any difference between this document and the original file or
11 try to update the original English file first.
/linux-6.1.9/arch/arm/kernel/
Dentry-v7m.S47 @ be using the IRQ stack, so revert to the original value in that case.
53 push {r0, lr} @ preserve LR and original SP
/linux-6.1.9/LICENSES/deprecated/
DZlib22 claim that you wrote the original software. If you use this software in a
26 misrepresented as being the original software.
/linux-6.1.9/Documentation/filesystems/nfs/
Dreexport.rst36 If the original server uses an X byte filehandle for a given object, the
51 NFSv2 if the original server gives you filehandles that fit in 10
90 exported from a Linux server. In general, if the original server is
112 the original server, so they will not be enforced between clients of
/linux-6.1.9/Documentation/leds/
Dleds-lp5523.rst81 Then, to have 25% of the original output on channel 0,6::
85 To have 0% of the original output (i.e. no output) channel 1,7::
89 To have 100% of the original output (i.e. no dimming) on channel 2,8::
/linux-6.1.9/arch/arm/include/debug/
Domap2plus.S67 orr \rx, \rx, \rd, lsr #24 @ restore original rx (LSR)
68 bic \rd, \rd, #(0xff << 24) @ restore original rd
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_capture.c1063 guc_capture_clone_node(struct intel_guc *guc, struct __guc_capture_parsed_output *original, in guc_capture_clone_node() argument
1072 if (!original) in guc_capture_clone_node()
1075 new->is_partial = original->is_partial; in guc_capture_clone_node()
1080 GEM_BUG_ON(original->reginfo[i].num_regs > in guc_capture_clone_node()
1083 memcpy(new->reginfo[i].regs, original->reginfo[i].regs, in guc_capture_clone_node()
1084 original->reginfo[i].num_regs * sizeof(struct guc_mmio_reg)); in guc_capture_clone_node()
1086 new->reginfo[i].num_regs = original->reginfo[i].num_regs; in guc_capture_clone_node()
1087 new->reginfo[i].vfid = original->reginfo[i].vfid; in guc_capture_clone_node()
1090 new->eng_class = original->eng_class; in guc_capture_clone_node()
1092 new->eng_inst = original->eng_inst; in guc_capture_clone_node()
[all …]
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dvidioc-g-selection.rst77 rectangle. The original rectangle must lay inside the adjusted one.
80 rectangle. The adjusted rectangle must lay inside the original one.
100 original one.
102 4. Keep width and height as close as possible to original ones.
104 5. Keep horizontal and vertical offset as close as possible to original
/linux-6.1.9/Documentation/translations/ja_JP/
Dstable_api_nonsense.txt5 If you find any difference between this document and the original file
12 to update the original English file first.
DSubmitChecklist5 If you find any difference between this document and the original file
12 to update the original English file first.
/linux-6.1.9/arch/x86/lib/
Dclear_page_64.S128 # call the original thing for less than a cacheline
177 # call the original thing for less than a cacheline
/linux-6.1.9/Documentation/bpf/
Dprog_cgroup_sockopt.rst53 original value that the kernel returned. Any other value will trigger
86 *not* the original input ``setsockopt`` arguments. The potentially
95 use the original buffer from the userspace. Any modifications
/linux-6.1.9/arch/m68k/kernel/
Dentry.S96 | [original pt_regs address] [original switch_stack address]
102 | [original pt_regs address] [original switch_stack address]
/linux-6.1.9/Documentation/ABI/stable/
Dsysfs-class-tpm59 3015000 4508000 180995000 [original]
62 usecs. "[original]" indicates that the values are displayed
67 will be displayed in place of "[original]".
181 750000 750000 750000 750000 [original]
184 "[original]" or "[adjusted]" depending on whether the values
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Dsnapshot.rst9 original content;
30 original data will be saved in the <COW device> of each snapshot to keep
95 1) a device containing the original mapping table of the source volume;
99 4) the "original" volume (which uses the device number used by the original

12345678910>>...18