| /linux/rust/proc-macro2/ |
| H A D | parse.rs | 19 pub(crate) fn advance(&self, bytes: usize) -> Cursor<'a> { in advance() method 69 Ok(self.advance(tag.len())) in parse() 93 s = s.advance(4); in skip_whitespace() 110 s = s.advance(1); in skip_whitespace() 117 s = s.advance(ch.len_utf8()); in skip_whitespace() 144 return Ok((input.advance(i + 2), &input.rest[..i + 2])); in block_comment() 206 input = input.advance(1); in token_stream() 228 input = input.advance(1); in token_stream() 277 let rest = input.advance(ERROR.len()); in leaf_token() 300 let rest = input.advance((raw as usize) << 1); in ident_any() [all …]
|
| /linux/arch/powerpc/kvm/ |
| H A D | emulate.c | 200 int advance = 1; in kvmppc_emulate_instruction() local 225 advance = 0; in kvmppc_emulate_instruction() 241 advance = 0; in kvmppc_emulate_instruction() 248 advance = 0; in kvmppc_emulate_instruction() 256 advance = 0; in kvmppc_emulate_instruction() 279 advance = 0; in kvmppc_emulate_instruction() 291 &advance); in kvmppc_emulate_instruction() 293 advance = 0; in kvmppc_emulate_instruction() 295 advance = 0; in kvmppc_emulate_instruction() 308 if (advance) in kvmppc_emulate_instruction()
|
| H A 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 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()
|
| H A D | booke.h | 74 unsigned int inst, int *advance); 98 unsigned int inst, int *advance);
|
| H A 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()
|
| H A D | book3s.h | 19 unsigned int inst, int *advance);
|
| H A D | book3s_emulate.c | 235 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/ |
| H A D | strncpy_user.S | 70 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 143 addi a11, a11, 1-3 # advance dst ptr 1, but also cancel [all …]
|
| H A 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/arch/sparc/kernel/ |
| H A 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()
|
| H A D | unaligned_32.c | 199 static inline void advance(struct pt_regs *regs) in advance() function 273 advance(regs); in kernel_unaligned_trap()
|
| /linux/arch/sparc/lib/ |
| H A 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 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 …]
|
| /linux/arch/mips/tools/ |
| H A D | loongson3-llsc-check.c | 213 #define advance() ( \ in check_code() macro 223 advance(); in check_code() 226 for (; sz; advance()) { in check_code()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | mock_engine.c | 100 static void advance(struct i915_request *request) in advance() function 120 advance(request); in hw_delay_complete() 133 advance(request); in hw_delay_complete() 251 advance(request); in mock_submit_request() 439 advance(request); in mock_engine_flush()
|
| /linux/fs/iomap/ |
| H A D | fiemap.c | 45 goto advance; in iomap_fiemap_iter() 54 advance: in iomap_fiemap_iter()
|
| /linux/drivers/rpmsg/ |
| H A D | qcom_glink_native.h | 22 void (*advance)(struct qcom_glink_pipe *glink_pipe, size_t count); member
|
| /linux/Documentation/networking/device_drivers/ethernet/google/ |
| H A D | gve.rst | 126 fixed-size descriptors. They advance their head pointer using a __be32 131 Each queue's buffers must be registered in advance with the device as a 142 length as the descriptor ring and the head and tail pointers advance over
|
| /linux/scripts/gdb/linux/ |
| H A D | bpf.py | 190 def advance(self): member in LInfoIter 239 linfo_iter.advance()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-prepare-buf.rst | 38 in advance saves time during the actual I/O.
|
| /linux/fs/afs/ |
| H A D | validation.c | 233 goto advance; in afs_update_volume_creation_time() 248 advance: in afs_update_volume_creation_time()
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | cpu-hotplug-spec.rst | 8 know in advance of boot time the maximum number of CPUs that could be plugged
|
| /linux/fs/unicode/ |
| H A 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/arch/um/drivers/ |
| H A D | vector_kern.c | 259 static int vector_advancehead(struct vector_queue *qi, int advance) in vector_advancehead() argument 262 (qi->head + advance) in vector_advancehead() 266 atomic_sub(advance, &qi->queue_depth); in vector_advancehead() 275 static int vector_advancetail(struct vector_queue *qi, int advance) in vector_advancetail() argument 278 (qi->tail + advance) in vector_advancetail() 280 atomic_add(advance, &qi->queue_depth); in vector_advancetail()
|
| /linux/lib/ |
| H A D | xarray.c | 1464 bool advance = true; in xas_find_marked() local 1477 advance = false; in xas_find_marked() 1498 advance = false; in xas_find_marked() 1502 if (!advance) { in xas_find_marked() 1510 offset = xas_find_chunk(xas, advance, mark); in xas_find_marked() 1512 advance = false; in xas_find_marked()
|
| /linux/Documentation/block/ |
| H A D | biovecs.rst | 12 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
|