| /linux-4.4.14/arch/xtensa/lib/ |
| D | strncpy_user.S | 79 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 …]
|
| D | strnlen_user.S | 81 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.4.14/arch/powerpc/kvm/ |
| D | emulate.c | 217 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()
|
| D | booke.h | 85 unsigned int inst, int *advance); 111 unsigned int inst, int *advance); 119 unsigned int inst, int *advance);
|
| D | e500_emulate.c | 90 unsigned int inst, int *advance) in kvmppc_e500_emul_ehpriv() argument 101 *advance = 0; in kvmppc_e500_emul_ehpriv() 132 unsigned int inst, int *advance) in kvmppc_core_emulate_op_e500() argument 189 advance); in kvmppc_core_emulate_op_e500() 203 emulated = kvmppc_booke_emulate_op(run, vcpu, inst, advance); in kvmppc_core_emulate_op_e500()
|
| D | emulate_loadstore.c | 56 int advance = 1; in kvmppc_emulate_loadstore() local 261 advance = 0; in kvmppc_emulate_loadstore() 268 if (advance) in kvmppc_emulate_loadstore()
|
| D | booke_emulate.c | 54 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()
|
| D | book3s.h | 27 unsigned int inst, int *advance);
|
| D | book3s_emulate.c | 91 unsigned int inst, int *advance) in kvmppc_core_emulate_op_pr() argument 123 *advance = 0; in kvmppc_core_emulate_op_pr() 288 *advance = 0; in kvmppc_core_emulate_op_pr()
|
| D | book3s_hv.c | 3053 unsigned int inst, int *advance) in kvmppc_core_emulate_op_hv() argument
|
| /linux-4.4.14/arch/sparc/kernel/ |
| D | unaligned_64.c | 238 static inline void advance(struct pt_regs *regs) in advance() function 391 advance(regs); in kernel_unaligned_trap() 426 advance(regs); in handle_popc() 565 advance(regs); in handle_ldf_stq() 592 advance(regs); in handle_ld_nf() 654 advance(regs); in handle_lddfmna() 705 advance(regs); in handle_stdfmna()
|
| D | unaligned_32.c | 197 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()
|
| D | entry.S | 709 jmp %l2 ! advance over trap instruction 729 jmp %l2 ! advance over trap instruction
|
| /linux-4.4.14/arch/sparc/lib/ |
| D | checksum_32.S | 47 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.4.14/Documentation/x86/x86_64/ |
| D | cpu-hotplug-spec | 5 know in advance of boot time the maximum number of CPUs that could be plugged
|
| /linux-4.4.14/net/xfrm/ |
| D | xfrm_replay.c | 562 .advance = xfrm_replay_advance, 570 .advance = xfrm_replay_advance_bmp, 578 .advance = xfrm_replay_advance_esn,
|
| D | xfrm_input.c | 323 x->repl->advance(x, seq); in xfrm_input()
|
| /linux-4.4.14/drivers/hwtracing/intel_th/ |
| D | msu.c | 382 unsigned int advance; in msc_buffer_iterate() local 397 advance = 1; in msc_buffer_iterate() 424 advance = 0; in msc_buffer_iterate() 430 advance = 0; in msc_buffer_iterate() 437 if (!advance) in msc_buffer_iterate()
|
| /linux-4.4.14/arch/x86/kernel/cpu/ |
| D | perf_event_intel_pt.c | 573 int advance = 0; in pt_handle_status() local 595 advance++; in pt_handle_status() 611 advance++; in pt_handle_status() 614 if (advance) in pt_handle_status()
|
| /linux-4.4.14/Documentation/block/ |
| D | biovecs.txt | 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
|
| D | biodoc.txt | 346 It can help to pre-build device commands for requests in advance.
|
| /linux-4.4.14/fs/f2fs/ |
| D | Kconfig | 63 the extended attribute support in advance.
|
| /linux-4.4.14/Documentation/ABI/testing/ |
| D | sysfs-bus-fcoe | 108 link flapping adapter doesn't continually advance the count
|
| /linux-4.4.14/fs/cachefiles/ |
| D | namei.c | 490 advance: in cachefiles_walk_to_object() 592 goto advance; in cachefiles_walk_to_object()
|
| /linux-4.4.14/Documentation/i2c/ |
| D | instantiating-devices | 16 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,
|
| D | writing-clients | 193 Sometimes you do not know in advance which I2C devices are connected to
|
| /linux-4.4.14/Documentation/ |
| D | media-framework.txt | 114 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
|
| D | rpmsg.txt | 163 (either one that is known in advance, or one that will be dynamically
|
| D | memory-barriers.txt | 607 by attempting to predict the outcome in advance, so that other CPUs see 1163 other loads, and so do the load in advance - even though they haven't actually
|
| /linux-4.4.14/Documentation/DocBook/ |
| D | filesystems.xml.db | 122 API-bio-advance
|
| /linux-4.4.14/arch/m68k/fpsp040/ |
| D | decbin.S | 156 addqb #4,%d3 |advance d3 to the next digit
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | kvm_ppc.h | 267 unsigned int inst, int *advance);
|
| /linux-4.4.14/Documentation/usb/ |
| D | URB.txt | 245 If you specify your own start frame, make sure it's several frames in advance
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| D | kernel.fuc | 171 // update process' timer status, and advance
|
| /linux-4.4.14/Documentation/filesystems/caching/ |
| D | object.txt | 211 are permitted to advance from FSCACHE_OBJECT_INIT state, and temporary
|
| /linux-4.4.14/Documentation/networking/ |
| D | netdev-FAQ.txt | 57 sent to netdev, but knowing the above, you can predict that in advance.
|
| D | spider_net.txt | 53 and advance the tail pointer. Thus, when there is flowing RX traffic,
|
| /linux-4.4.14/arch/sparc/ |
| D | Kconfig | 518 Only choose N if you know in advance that you will not need to modify
|
| /linux-4.4.14/Documentation/arm/ |
| D | cluster-pm-race-avoidance.txt | 257 be decided in advance by some other means. Refer to the section
|
| /linux-4.4.14/Documentation/serial/ |
| D | moxa-smartio | 125 procedure in User's Manual in advance.
|
| /linux-4.4.14/Documentation/power/ |
| D | swsusp.txt | 143 advance. That means that the limitation goes away in practice.
|
| D | pci.txt | 157 only be used to handle devices that the BIOS writer knew about in advance. The
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | path-lookup.txt | 49 the path given by the name's starting point (which we know in advance -- eg.
|
| /linux-4.4.14/include/net/ |
| D | xfrm.h | 270 void (*advance)(struct xfrm_state *x, __be32 net_seq); member
|
| /linux-4.4.14/Documentation/virtual/kvm/ |
| D | timekeeping.txt | 415 other processors. In such cases, the TSC on halted CPUs could advance faster
|
| /linux-4.4.14/Documentation/sound/alsa/ |
| D | ALSA-Configuration.txt | 977 module did formerly. It will allocate the buffers in advance 1655 module did formerly. It will allocate the buffers in advance
|
| /linux-4.4.14/Documentation/cgroups/ |
| D | memory.txt | 785 "Activity Manager") might analyze vmstat and act in advance (i.e.
|
| /linux-4.4.14/Documentation/cdrom/ |
| D | cdrom-standard.tex | 7 \topmargin=-\headheight \advance\topmargin by -\headsep
|
| /linux-4.4.14/Documentation/security/ |
| D | keys.txt | 429 Any other type must have been registered with the kernel in advance by a
|