Home
last modified time | relevance | path

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

1234

/linux/arch/powerpc/kvm/
A Demulate.c199 int advance = 1; in kvmppc_emulate_instruction() local
223 advance = 0; in kvmppc_emulate_instruction()
239 advance = 0; in kvmppc_emulate_instruction()
246 advance = 0; in kvmppc_emulate_instruction()
254 advance = 0; in kvmppc_emulate_instruction()
277 advance = 0; in kvmppc_emulate_instruction()
289 &advance); in kvmppc_emulate_instruction()
291 advance = 0; in kvmppc_emulate_instruction()
293 advance = 0; in kvmppc_emulate_instruction()
302 if (advance) in kvmppc_emulate_instruction()
A De500_emulate.c87 unsigned int inst, int *advance) in kvmppc_e500_emul_ehpriv() argument
98 *advance = 0; in kvmppc_e500_emul_ehpriv()
129 unsigned int inst, int *advance) in kvmppc_core_emulate_op_e500() argument
185 emulated = kvmppc_e500_emul_ehpriv(vcpu, inst, advance); in kvmppc_core_emulate_op_e500()
199 emulated = kvmppc_booke_emulate_op(vcpu, inst, advance); in kvmppc_core_emulate_op_e500()
A Dbooke.h74 unsigned int inst, int *advance);
98 unsigned int inst, int *advance);
A Dbooke_emulate.c43 unsigned int inst, int *advance) in kvmppc_booke_emulate_op() argument
55 *advance = 0; in kvmppc_booke_emulate_op()
61 *advance = 0; in kvmppc_booke_emulate_op()
67 *advance = 0; in kvmppc_booke_emulate_op()
A Demulate_loadstore.c76 int advance = 1; in kvmppc_emulate_loadstore() local
359 advance = 0; in kvmppc_emulate_loadstore()
366 if (advance) in kvmppc_emulate_loadstore()
A Dbook3s.h20 unsigned int inst, int *advance);
A Dbook3s_emulate.c235 unsigned int inst, int *advance) in kvmppc_core_emulate_op_pr() argument
283 *advance = 0; in kvmppc_core_emulate_op_pr()
466 *advance = 0; in kvmppc_core_emulate_op_pr()
/linux/arch/xtensa/lib/
A Dstrncpy_user.S70 addi a3, a3, 1 # advance src pointer
73 addi a11, a11, 1 # advance dst pointer
83 addi a11, a11, 1 # advance dst pointer
87 addi a3, a3, 2 # advance src pointer
90 addi a11, a11, 1 # advance dst pointer
112 addi a3, a3, 4 # advance src pointer
118 addi a11, a11, 4 # advance dst pointer
127 addi a3, a3, 2 # advance src pointer
136 addi a11, a11, 2 # advance dst pointer
148 addi a11, a11, 3 # advance dst pointer
[all …]
A Dstrnlen_user.S73 addi a4, a4, 4 # advance string pointer
87 addi a4, a4, 2 # advance string pointer
96 addi a4, a4, 1 # advance string pointer
121 addi a4, a4, 1 # advance string pointer
126 addi a4, a4, 2 # advance ptr for aligned access
/linux/arch/sparc/kernel/
A Dunaligned_64.c239 static inline void advance(struct pt_regs *regs) in advance() function
392 advance(regs); in kernel_unaligned_trap()
427 advance(regs); in handle_popc()
566 advance(regs); in handle_ldf_stq()
593 advance(regs); in handle_ld_nf()
655 advance(regs); in handle_lddfmna()
706 advance(regs); in handle_stdfmna()
A Dunaligned_32.c199 static inline void advance(struct pt_regs *regs) in advance() function
273 advance(regs); in kernel_unaligned_trap()
/linux/arch/sparc/lib/
A Dchecksum_32.S49 add %o0, 8, %o0 ! advance buf ptr
56 add %o0, 4, %o0 ! advance buf ptr
67 add %o0, 2, %o0 ! advance buf ptr either way
124 add %o0, 128, %o0 ! advance buf ptr
132 add %o0, %g1, %o0 ! advance buf ptr
330 add %o0, 128, %o0 ! advance src ptr
332 add %o1, 128, %o1 ! advance dest ptr
338 add %o0, %o2, %o0 ! advance src ptr
343 add %o1, %o2, %o1 ! advance dest ptr (carry is clear btw)
364 add %o0, 128, %o0 ! advance src ptr
[all …]
A DM7memcpy.S213 add %o0, 1, %o0 ! advance dst
565 add %o1, %o5, %o1 ! advance %o1 to after blocks
645 sub %o0, %o1, %o0 ! share pointer advance
677 add %o1, %o5, %o1 ! advance %o1 to after blocks
724 add %o1, %o5, %o1 ! advance %o1 to after multiple of 8
890 add %o1, 4, %o1 ! advance SRC by 4
893 add %o0, 4, %o0 ! advance DST by 4
/linux/arch/mips/tools/
A Dloongson3-llsc-check.c213 #define advance() ( \ in check_code() macro
223 advance(); in check_code()
226 for (; sz; advance()) { in check_code()
/linux/drivers/gpu/drm/i915/gt/
A Dmock_engine.c83 static void advance(struct i915_request *request) in advance() function
103 advance(request); in hw_delay_complete()
116 advance(request); in hw_delay_complete()
233 advance(request); in mock_submit_request()
421 advance(request); in mock_engine_flush()
/linux/drivers/rpmsg/
A Dqcom_glink_native.h20 void (*advance)(struct qcom_glink_pipe *glink_pipe, size_t count); member
/linux/Documentation/networking/device_drivers/ethernet/google/
A Dgve.rst117 fixed-size descriptors. They advance their head pointer using a __be32
122 Each queue's buffers must be registered in advance with the device as a
133 length as the descriptor ring and the head and tail pointers advance over
/linux/fs/unicode/
A Dmkutf8data.c680 goto advance; in prune()
682 goto advance; in prune()
684 goto advance; in prune()
686 goto advance; in prune()
688 goto advance; in prune()
692 goto advance; in prune()
694 goto advance; in prune()
696 goto advance; in prune()
698 goto advance; in prune()
728 goto advance; in prune()
[all …]
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-prepare-buf.rst38 in advance saves time during the actual I/O.
/linux/Documentation/x86/x86_64/
A Dcpu-hotplug-spec.rst8 know in advance of boot time the maximum number of CPUs that could be plugged
/linux/arch/um/drivers/
A Dvector_kern.c248 static int vector_advancehead(struct vector_queue *qi, int advance) in vector_advancehead() argument
253 (qi->head + advance) in vector_advancehead()
258 qi->queue_depth -= advance; in vector_advancehead()
278 static int vector_advancetail(struct vector_queue *qi, int advance) in vector_advancetail() argument
283 (qi->tail + advance) in vector_advancetail()
286 qi->queue_depth += advance; in vector_advancetail()
/linux/lib/
A Dxarray.c1303 bool advance = true; in xas_find_marked() local
1316 advance = false; in xas_find_marked()
1337 advance = false; in xas_find_marked()
1341 if (!advance) { in xas_find_marked()
1349 offset = xas_find_chunk(xas, advance, mark); in xas_find_marked()
1351 advance = false; in xas_find_marked()
/linux/drivers/hwtracing/intel_th/
A Dmsu.c583 unsigned int advance; in msc_buffer_iterate() local
598 advance = 1; in msc_buffer_iterate()
625 advance = 0; in msc_buffer_iterate()
631 advance = 0; in msc_buffer_iterate()
638 if (!advance) in msc_buffer_iterate()
/linux/arch/x86/events/intel/
A Dpt.c881 int advance = 0; in pt_handle_status() local
904 advance++; in pt_handle_status()
921 advance++; in pt_handle_status()
924 if (advance) in pt_handle_status()
/linux/Documentation/block/
A Dbiovecs.rst12 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

Completed in 54 milliseconds

1234