Home
last modified time | relevance | path

Searched refs:advance (Results 1 – 48 of 48) sorted by relevance

/linux-4.1.27/arch/xtensa/lib/
Dstrncpy_user.S79 addi a3, a3, 1 # advance src pointer
82 addi a11, a11, 1 # advance dst pointer
92 addi a11, a11, 1 # advance dst pointer
96 addi a3, a3, 2 # advance src pointer
99 addi a11, a11, 1 # advance dst pointer
121 addi a3, a3, 4 # advance src pointer
127 addi a11, a11, 4 # advance dst pointer
136 addi a3, a3, 2 # advance src pointer
145 addi a11, a11, 2 # advance dst pointer
152 addi a11, a11, 1-3 # advance dst ptr 1, but also cancel
[all …]
Dstrnlen_user.S81 addi a4, a4, 4 # advance string pointer
95 addi a4, a4, 2 # advance string pointer
104 addi a4, a4, 1 # advance string pointer
129 addi a4, a4, 1 # advance string pointer
134 addi a4, a4, 2 # advance ptr for aligned access
/linux-4.1.27/arch/powerpc/kvm/
Demulate.c217 int advance = 1; in kvmppc_emulate_instruction() local
241 advance = 0; in kvmppc_emulate_instruction()
257 advance = 0; in kvmppc_emulate_instruction()
286 advance = 0; in kvmppc_emulate_instruction()
298 &advance); in kvmppc_emulate_instruction()
300 advance = 0; in kvmppc_emulate_instruction()
302 advance = 0; in kvmppc_emulate_instruction()
312 if (advance) in kvmppc_emulate_instruction()
Dbooke.h85 unsigned int inst, int *advance);
111 unsigned int inst, int *advance);
119 unsigned int inst, int *advance);
De500_emulate.c88 unsigned int inst, int *advance) in kvmppc_e500_emul_ehpriv() argument
99 *advance = 0; in kvmppc_e500_emul_ehpriv()
117 unsigned int inst, int *advance) in kvmppc_core_emulate_op_e500() argument
170 advance); in kvmppc_core_emulate_op_e500()
184 emulated = kvmppc_booke_emulate_op(run, vcpu, inst, advance); in kvmppc_core_emulate_op_e500()
Demulate_loadstore.c56 int advance = 1; in kvmppc_emulate_loadstore() local
261 advance = 0; in kvmppc_emulate_loadstore()
268 if (advance) in kvmppc_emulate_loadstore()
Dbooke_emulate.c54 unsigned int inst, int *advance) in kvmppc_booke_emulate_op() argument
66 *advance = 0; in kvmppc_booke_emulate_op()
72 *advance = 0; in kvmppc_booke_emulate_op()
78 *advance = 0; in kvmppc_booke_emulate_op()
Dbook3s.h27 unsigned int inst, int *advance);
Dbook3s_emulate.c90 unsigned int inst, int *advance) in kvmppc_core_emulate_op_pr() argument
122 *advance = 0; in kvmppc_core_emulate_op_pr()
287 *advance = 0; in kvmppc_core_emulate_op_pr()
Dbook3s_hv.c2599 unsigned int inst, int *advance) in kvmppc_core_emulate_op_hv() argument
/linux-4.1.27/arch/sparc/kernel/
Dunaligned_64.c238 static inline void advance(struct pt_regs *regs) in advance() function
391 advance(regs); in kernel_unaligned_trap()
426 advance(regs); in handle_popc()
557 advance(regs); in handle_ldf_stq()
584 advance(regs); in handle_ld_nf()
646 advance(regs); in handle_lddfmna()
697 advance(regs); in handle_stdfmna()
Dunaligned_32.c197 static inline void advance(struct pt_regs *regs) in advance() function
272 advance(regs); in kernel_unaligned_trap()
373 advance(regs); in user_unaligned_trap()
Dentry.S709 jmp %l2 ! advance over trap instruction
729 jmp %l2 ! advance over trap instruction
/linux-4.1.27/arch/sparc/lib/
Dchecksum_32.S47 add %o0, 8, %o0 ! advance buf ptr
54 add %o0, 4, %o0 ! advance buf ptr
65 add %o0, 2, %o0 ! advance buf ptr either way
121 add %o0, 128, %o0 ! advance buf ptr
129 add %o0, %g1, %o0 ! advance buf ptr
357 add %o0, 128, %o0 ! advance src ptr
359 add %o1, 128, %o1 ! advance dest ptr
365 add %o0, %o2, %o0 ! advance src ptr
370 add %o1, %o2, %o1 ! advance dest ptr (carry is clear btw)
393 add %o0, 128, %o0 ! advance src ptr
[all …]
/linux-4.1.27/Documentation/x86/x86_64/
Dcpu-hotplug-spec5 know in advance of boot time the maximum number of CPUs that could be plugged
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c514 int advance = 0; in pt_handle_status() local
536 advance++; in pt_handle_status()
552 advance++; in pt_handle_status()
555 if (advance) in pt_handle_status()
/linux-4.1.27/net/xfrm/
Dxfrm_replay.c562 .advance = xfrm_replay_advance,
570 .advance = xfrm_replay_advance_bmp,
578 .advance = xfrm_replay_advance_esn,
Dxfrm_input.c320 x->repl->advance(x, seq); in xfrm_input()
/linux-4.1.27/Documentation/block/
Dbiovecs.txt12 update bi_sector and bi_size, and advance bi_idx to the next biovec. If it
40 There is a lower level advance function - bvec_iter_advance() - which takes
Dbiodoc.txt346 It can help to pre-build device commands for requests in advance.
/linux-4.1.27/fs/f2fs/
DKconfig63 the extended attribute support in advance.
/linux-4.1.27/fs/cachefiles/
Dnamei.c486 advance: in cachefiles_walk_to_object()
588 goto advance; in cachefiles_walk_to_object()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-fcoe108 link flapping adapter doesn't continually advance the count
/linux-4.1.27/Documentation/i2c/
Dinstantiating-devices16 which is known in advance. It is thus possible to pre-declare the I2C
98 bus in advance, so the method 1 described above can't be used. Instead,
Dwriting-clients193 Sometimes you do not know in advance which I2C devices are connected to
/linux-4.1.27/Documentation/
Dmedia-framework.txt114 As the number of pads is known in advance, the pads array is not allocated
122 advance by the entity driver. As an initial estimate, media_entity_init
Drpmsg.txt163 (either one that is known in advance, or one that will be dynamically
Dmemory-barriers.txt607 by attempting to predict the outcome in advance, so that other CPUs see
1161 other loads, and so do the load in advance - even though they haven't actually
/linux-4.1.27/arch/m68k/fpsp040/
Ddecbin.S156 addqb #4,%d3 |advance d3 to the next digit
/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_ppc.h265 unsigned int inst, int *advance);
/linux-4.1.27/drivers/net/usb/
Dcdc_ncm.c754 goto advance; in cdc_ncm_bind_common()
805 advance: in cdc_ncm_bind_common()
/linux-4.1.27/Documentation/usb/
DURB.txt245 If you specify your own start frame, make sure it's several frames in advance
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt211 are permitted to advance from FSCACHE_OBJECT_INIT state, and temporary
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc171 // update process' timer status, and advance
/linux-4.1.27/Documentation/networking/
Dnetdev-FAQ.txt57 sent to netdev, but knowing the above, you can predict that in advance.
Dspider_net.txt53 and advance the tail pointer. Thus, when there is flowing RX traffic,
/linux-4.1.27/arch/sparc/
DKconfig518 Only choose N if you know in advance that you will not need to modify
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt257 be decided in advance by some other means. Refer to the section
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio125 procedure in User's Manual in advance.
/linux-4.1.27/Documentation/power/
Dswsusp.txt143 advance. That means that the limitation goes away in practice.
Dpci.txt157 only be used to handle devices that the BIOS writer knew about in advance. The
/linux-4.1.27/Documentation/filesystems/
Dpath-lookup.txt49 the path given by the name's starting point (which we know in advance -- eg.
/linux-4.1.27/include/net/
Dxfrm.h269 void (*advance)(struct xfrm_state *x, __be32 net_seq); member
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt415 other processors. In such cases, the TSC on halted CPUs could advance faster
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt977 module did formerly. It will allocate the buffers in advance
1655 module did formerly. It will allocate the buffers in advance
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt784 "Activity Manager") might analyze vmstat and act in advance (i.e.
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex7 \topmargin=-\headheight \advance\topmargin by -\headsep
/linux-4.1.27/Documentation/security/
Dkeys.txt429 Any other type must have been registered with the kernel in advance by a