| /Linux-v5.4/arch/powerpc/kvm/ |
| D | emulate.c | 199 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()
|
| D | booke.h | 74 unsigned int inst, int *advance); 100 unsigned int inst, int *advance); 108 unsigned int inst, int *advance);
|
| D | e500_emulate.c | 87 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 186 advance); in kvmppc_core_emulate_op_e500() 200 emulated = kvmppc_booke_emulate_op(run, vcpu, inst, advance); in kvmppc_core_emulate_op_e500()
|
| D | booke_emulate.c | 43 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()
|
| D | emulate_loadstore.c | 78 int advance = 1; in kvmppc_emulate_loadstore() local 366 advance = 0; in kvmppc_emulate_loadstore() 373 if (advance) in kvmppc_emulate_loadstore()
|
| D | book3s.h | 21 unsigned int inst, int *advance);
|
| D | book3s_emulate.c | 239 unsigned int inst, int *advance) in kvmppc_core_emulate_op_pr() argument 287 *advance = 0; in kvmppc_core_emulate_op_pr() 470 *advance = 0; in kvmppc_core_emulate_op_pr()
|
| /Linux-v5.4/arch/xtensa/lib/ |
| D | strncpy_user.S | 71 addi a3, a3, 1 # advance src pointer 74 addi a11, a11, 1 # advance dst pointer 84 addi a11, a11, 1 # advance dst pointer 88 addi a3, a3, 2 # advance src pointer 91 addi a11, a11, 1 # advance dst pointer 113 addi a3, a3, 4 # advance src pointer 119 addi a11, a11, 4 # advance dst pointer 128 addi a3, a3, 2 # advance src pointer 137 addi a11, a11, 2 # advance dst pointer 144 addi a11, a11, 1-3 # advance dst ptr 1, but also cancel [all …]
|
| D | strnlen_user.S | 73 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-v5.4/drivers/gpu/drm/i915/gt/ |
| D | mock_engine.c | 73 static void advance(struct i915_request *request) in advance() function 93 advance(request); in hw_delay_complete() 106 advance(request); in hw_delay_complete() 200 advance(request); in mock_submit_request() 310 advance(request); in mock_engine_flush()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | unaligned_64.c | 239 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()
|
| D | unaligned_32.c | 198 static inline void advance(struct pt_regs *regs) in advance() function 273 advance(regs); in kernel_unaligned_trap() 368 advance(regs); in user_unaligned_trap()
|
| /Linux-v5.4/arch/sparc/lib/ |
| D | checksum_32.S | 49 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 361 add %o0, 128, %o0 ! advance src ptr 363 add %o1, 128, %o1 ! advance dest ptr 369 add %o0, %o2, %o0 ! advance src ptr 374 add %o1, %o2, %o1 ! advance dest ptr (carry is clear btw) 397 add %o0, 128, %o0 ! advance src ptr [all …]
|
| D | M7memcpy.S | 213 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-v5.4/Documentation/networking/device_drivers/google/ |
| D | gve.rst | 106 fixed-size descriptors. They advance their head pointer using a __be32 111 Each queue's buffers must be registered in advance with the device as a 122 length as the descriptor ring and the head and tail pointers advance over
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_replay.c | 680 .advance = xfrm_replay_advance, 688 .advance = xfrm_replay_advance_bmp, 696 .advance = xfrm_replay_advance_esn, 704 .advance = xfrm_replay_advance, 712 .advance = xfrm_replay_advance_bmp, 720 .advance = xfrm_replay_advance_esn,
|
| /Linux-v5.4/drivers/rpmsg/ |
| D | qcom_glink_native.h | 20 void (*advance)(struct qcom_glink_pipe *glink_pipe, size_t count); member
|
| /Linux-v5.4/Documentation/x86/x86_64/ |
| D | cpu-hotplug-spec.rst | 8 know in advance of boot time the maximum number of CPUs that could be plugged
|
| /Linux-v5.4/arch/um/drivers/ |
| D | vector_kern.c | 224 static int vector_advancehead(struct vector_queue *qi, int advance) in vector_advancehead() argument 229 (qi->head + advance) in vector_advancehead() 234 qi->queue_depth -= advance; in vector_advancehead() 254 static int vector_advancetail(struct vector_queue *qi, int advance) in vector_advancetail() argument 259 (qi->tail + advance) in vector_advancetail() 262 qi->queue_depth += advance; in vector_advancetail()
|
| /Linux-v5.4/fs/unicode/ |
| D | mkutf8data.c | 680 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-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-prepare-buf.rst | 46 in advance saves time during the actual I/O.
|
| /Linux-v5.4/lib/ |
| D | xarray.c | 1147 bool advance = true; in xas_find_marked() local 1158 advance = false; in xas_find_marked() 1179 advance = false; in xas_find_marked() 1183 if (!advance) { in xas_find_marked() 1191 offset = xas_find_chunk(xas, advance, mark); in xas_find_marked() 1193 advance = false; in xas_find_marked()
|
| /Linux-v5.4/arch/x86/events/intel/ |
| D | pt.c | 849 int advance = 0; in pt_handle_status() local 872 advance++; in pt_handle_status() 889 advance++; in pt_handle_status() 892 if (advance) in pt_handle_status()
|
| /Linux-v5.4/fs/erofs/ |
| D | Kconfig | 64 the extended attribute support in advance.
|
| /Linux-v5.4/drivers/hwtracing/intel_th/ |
| D | msu.c | 579 unsigned int advance; in msc_buffer_iterate() local 594 advance = 1; in msc_buffer_iterate() 621 advance = 0; in msc_buffer_iterate() 627 advance = 0; in msc_buffer_iterate() 634 if (!advance) in msc_buffer_iterate()
|