/linux-4.4.14/arch/mn10300/boot/compressed/ |
H A D | head.S | 122 mov (DCACHE_PURGE_WAY0(0),a1),d0 # unconditional purge 123 mov (DCACHE_PURGE_WAY1(0),a1),d0 # unconditional purge 124 mov (DCACHE_PURGE_WAY2(0),a1),d0 # unconditional purge 125 mov (DCACHE_PURGE_WAY3(0),a1),d0 # unconditional purge
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | opcodes.c | 45 * ARM_OPCODE_CONDTEST_UNCOND - if NV condition, or separate unconditional 52 * (regardless of conditional or unconditional) should instead check that the
|
H A D | swp_emulate.c | 190 /* If unconditional encoding - not a SWP, undef */ swp_handler()
|
/linux-4.4.14/arch/x86/boot/ |
H A D | mkcpustr.c | 35 /* The last entry must be unconditional; this main()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | timer.h | 36 * which is useful for unconditional delay loops.
|
/linux-4.4.14/arch/mn10300/mm/ |
H A D | cache-flush-by-tag.S | 170 mov (DCACHE_PURGE_WAY0(0),a1),d0 # unconditional purge 171 mov (DCACHE_PURGE_WAY1(0),a1),d0 # unconditional purge 172 mov (DCACHE_PURGE_WAY2(0),a1),d0 # unconditional purge 173 mov (DCACHE_PURGE_WAY3(0),a1),d0 # unconditional purge
|
/linux-4.4.14/include/linux/ |
H A D | jump_label.h | 30 * an "if (static_branch_unlikely(&key))" statement is an unconditional branch 35 * unconditional branch to the out-of-line true branch. Keys that are 55 * OTOH, since the affected branches are unconditional, their runtime overhead
|
H A D | rbtree_latch.h | 14 * If we need to allow unconditional lookups (say as required for NMI context 17 * implement a latched RB-tree which does allow for unconditional lookups by
|
H A D | page-flags.h | 239 * Only test-and-set exist for PG_writeback. The unconditional operators are
|
H A D | sched.h | 608 * Disable preemption until the scheduler is running -- use an unconditional
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | patch.c | 120 * unconditional branch.
|
H A D | unwind.c | 16 * unconditional and scripts often do not depend on predicates at
|
/linux-4.4.14/arch/arm64/kvm/ |
H A D | emulate.c | 91 /* it == 0 => unconditional. */ kvm_condition_valid32()
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
H A D | insn-x86.c | 75 {"unconditional", INTEL_PT_BR_UNCONDITIONAL}, get_branch()
|
H A D | insn-x86-dat-src.c | 212 asm volatile("bnd call label1"); /* Expecting: call unconditional 0 */ main() 215 asm volatile("bnd jmp label1"); /* Expecting: jmp unconditional 0 */ main() 216 asm volatile("bnd jmp label1"); /* Expecting: jmp unconditional 0 */ main() 654 asm volatile("bnd call label1"); /* Expecting: call unconditional 0xfffffffc */ main() 657 asm volatile("bnd jmp label1"); /* Expecting: jmp unconditional 0xfffffffc */ main() 658 asm volatile("bnd jmp label1"); /* Expecting: jmp unconditional 0xfffffffc */ main()
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | ip_tables.c | 169 /* All zeroes == unconditional rule. */ 171 static inline bool unconditional(const struct ipt_entry *e) unconditional() function 233 if (unconditional(s) && get_chainname_rulenum() 491 if ((unconditional(e) && mark_source_chains() 718 if (!unconditional(e)) check_underflow() 770 pr_debug("Underflows must be unconditional and " check_entry_size_and_hooks()
|
H A D | arp_tables.c | 361 /* All zeroes == unconditional rule. */ unconditional() 362 static inline bool unconditional(const struct arpt_entry *e) unconditional() function 418 if ((unconditional(e) && mark_source_chains() 557 if (!unconditional(e)) check_underflow() 608 pr_debug("Underflows must be unconditional and " check_entry_size_and_hooks()
|
/linux-4.4.14/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 199 /* All zeroes == unconditional rule. */ 201 static inline bool unconditional(const struct ip6t_entry *e) unconditional() function 262 if (unconditional(s) && get_chainname_rulenum() 503 if ((unconditional(e) && mark_source_chains() 730 if (!unconditional(e)) check_underflow() 782 pr_debug("Underflows must be unconditional and " check_entry_size_and_hooks()
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | disasm.c | 74 /* unconditional branch s25, conditional branch s21 */ disasm_instr() 87 /* unconditional branch s25, conditional branch s21 */ disasm_instr()
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | genex.S | 218 * unconditional jump to this vector. 313 * unconditional jump to this vector.
|
H A D | uprobes.c | 48 * These are unconditional and in j_format. insn_has_delay_slot()
|
H A D | branch.c | 557 * These are unconditional and in j_format. __compute_return_epc_for_insn()
|
H A D | kprobes.c | 81 * These are unconditional and in j_format. insn_has_delayslot()
|
H A D | octeon_switch.S | 341 b done_restore /* unconditional branch */
|
/linux-4.4.14/arch/arm/probes/ |
H A D | decode.c | 195 * unconditional as the condition code will already be checked before any 214 /* Make an ARM instruction unconditional */ prepare_emulated_insn()
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | armv8_deprecated.c | 393 /* If unconditional encoding - not a SWP, undef */ swp_handler() 474 /* If unconditional encoding - not a barrier instruction */ cp15barrier_handler()
|
/linux-4.4.14/include/rxrpc/ |
H A D | packet.h | 55 #define RXRPC_REQUEST_ACK 0x02 /* request an unconditional ACK of this packet */
|
/linux-4.4.14/arch/powerpc/net/ |
H A D | bpf_jit.h | 227 /* Long jump; (unconditional 'branch') */
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
H A D | opal-wrappers.S | 35 * We branch around this in early init by using an unconditional cpu
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | 88 * hashtable) by using an unconditional cpu feature.
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | ftrace.c | 226 * all ones, which turns the instruction into an unconditional branch.
|
H A D | kprobes.c | 504 * stepped an unconditional branch (ftrace nop equivalent). resume_execution()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
H A D | perf_event.c | 69 * 0x0204 number of unconditional branches
|
/linux-4.4.14/tools/perf/util/ |
H A D | db-export.c | 366 {PERF_IP_FLAG_BRANCH, "unconditional jump"},
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | device_pgid.c | 650 * ccw_device_stlck_start - perform unconditional release 678 * Perform unconditional reserve + release.
|
/linux-4.4.14/kernel/debug/kdb/ |
H A D | kdb_io.c | 611 /* skip the search if prints are temporarily unconditional */ vkdb_printf() 625 * it unconditional. vkdb_printf()
|
H A D | kdb_main.c | 2517 * I cannot call that code directly from kdb, it has an unconditional
|
/linux-4.4.14/drivers/mfd/ |
H A D | wm831x-irq.c | 624 * unconditional wake sources in the PMIC so this isn't wm831x_irq_init()
|
/linux-4.4.14/arch/x86/entry/ |
H A D | entry_64_compat.S | 102 * NT was set instead of doing an unconditional popfq.
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | kvm_book3s.h | 301 /* TO = 31 for unconditional trap */
|
/linux-4.4.14/arch/arm/kvm/ |
H A D | emulate.c | 195 /* it == 0 => unconditional. */ kvm_condition_valid()
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_transport.c | 305 /* Guard against unconditional flush call for destroyed QP */ rq_comp_handler() 487 /* Guard against unconditional flush call for destroyed QP */ sq_comp_handler()
|
/linux-4.4.14/drivers/memstick/host/ |
H A D | rtsx_usb_ms.c | 799 * e.g. unconditional module removal rtsx_usb_ms_drv_remove()
|
/linux-4.4.14/fs/cifs/ |
H A D | cifsfs.c | 571 /* no serverino => unconditional eviction */ cifs_drop_inode()
|
H A D | connect.c | 3619 * Perform an unconditional check for whether there are DFS cifs_mount()
|
/linux-4.4.14/kernel/trace/ |
H A D | trace_events_trigger.c | 44 * @rec: The trace entry for the event, NULL for unconditional invocation
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.c | 112 * or free and thus the finobt reservation is unconditional across:
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
H A D | mdc_locks.c | 604 * this request for unconditional replay. mdc_finish_enqueue()
|
/linux-4.4.14/drivers/ide/ |
H A D | ide-probe.c | 48 * and make drive properties unconditional outside of this file
|
/linux-4.4.14/drivers/net/phy/ |
H A D | phy_device.c | 193 * done an unconditional modprobe anyway. phy_device_create()
|
/linux-4.4.14/drivers/acpi/ |
H A D | scan.c | 1692 * below can be unconditional. acpi_generic_device_attach()
|
/linux-4.4.14/drivers/net/usb/ |
H A D | usbnet.c | 1262 * information if a remedy of an unconditional reset were used. usbnet_tx_timeout()
|
/linux-4.4.14/kernel/bpf/ |
H A D | verifier.c | 1533 /* unconditional jump with single edge */ check_cfg()
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 925 * unconditional branch. intel_pt_walk_insn()
|
/linux-4.4.14/drivers/s390/block/ |
H A D | dasd_eckd.c | 3753 * Steal lock ioctl - unconditional reserve device. 3755 * (unconditional reserve)
|
/linux-4.4.14/kernel/ |
H A D | futex.c | 1251 * If a unconditional UNLOCK_PI operation (user space did not wake_futex_pi() 2551 * A unconditional UNLOCK_PI op raced against a waiter futex_unlock_pi()
|
/linux-4.4.14/drivers/scsi/ |
H A D | NCR5380.c | 2067 * in an unconditional loop.
|
H A D | atari_NCR5380.c | 2050 * in an unconditional loop. NCR5380_information_transfer()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
H A D | sungem.c | 237 /* NOTE: unconditional netif_wake_queue is only gem_netif_start()
|
H A D | niu.c | 6443 /* NOTE: unconditional netif_wake_queue is only appropriate niu_netif_start()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
H A D | core.c | 321 /* NOTE: unconditional netif_wake_queue is only appropriate emac_netif_start()
|
/linux-4.4.14/fs/jbd2/ |
H A D | journal.c | 598 * Caller want unconditional commit. We can only force the running transaction
|
/linux-4.4.14/arch/mips/kvm/ |
H A D | emulate.c | 132 /* These are unconditional and in j_format. */ kvm_compute_return_epc()
|
/linux-4.4.14/fs/ext4/ |
H A D | super.c | 4662 * First of all, the unconditional stuff we have to do ext4_remount()
|
/linux-4.4.14/mm/ |
H A D | slab.c | 11 * Cleanup, make the head arrays unconditional, preparation for NUMA
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 567 /* Upgrade to unconditional deletion in case it was temporary */ qlt_schedule_sess_for_deletion()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 3037 * this can be unconditional, as we will poll state again tpacpi_send_radiosw_update()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 7399 /* NOTE: unconditional netif_tx_wake_all_queues is only tg3_netif_start()
|