Searched refs:unconditional (Results 1 - 68 of 68) sorted by relevance

/linux-4.4.14/arch/mn10300/boot/compressed/
H A Dhead.S122 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 Dopcodes.c45 * ARM_OPCODE_CONDTEST_UNCOND - if NV condition, or separate unconditional
52 * (regardless of conditional or unconditional) should instead check that the
H A Dswp_emulate.c190 /* If unconditional encoding - not a SWP, undef */ swp_handler()
/linux-4.4.14/arch/x86/boot/
H A Dmkcpustr.c35 /* The last entry must be unconditional; this main()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h36 * which is useful for unconditional delay loops.
/linux-4.4.14/arch/mn10300/mm/
H A Dcache-flush-by-tag.S170 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 Djump_label.h30 * 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 Drbtree_latch.h14 * 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 Dpage-flags.h239 * Only test-and-set exist for PG_writeback. The unconditional operators are
H A Dsched.h608 * Disable preemption until the scheduler is running -- use an unconditional
/linux-4.4.14/arch/ia64/kernel/
H A Dpatch.c120 * unconditional branch.
H A Dunwind.c16 * unconditional and scripts often do not depend on predicates at
/linux-4.4.14/arch/arm64/kvm/
H A Demulate.c91 /* it == 0 => unconditional. */ kvm_condition_valid32()
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Dinsn-x86.c75 {"unconditional", INTEL_PT_BR_UNCONDITIONAL}, get_branch()
H A Dinsn-x86-dat-src.c212 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 Dip_tables.c169 /* 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 Darp_tables.c361 /* 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 Dip6_tables.c199 /* 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 Ddisasm.c74 /* 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 Dgenex.S218 * unconditional jump to this vector.
313 * unconditional jump to this vector.
H A Duprobes.c48 * These are unconditional and in j_format. insn_has_delay_slot()
H A Dbranch.c557 * These are unconditional and in j_format. __compute_return_epc_for_insn()
H A Dkprobes.c81 * These are unconditional and in j_format. insn_has_delayslot()
H A Docteon_switch.S341 b done_restore /* unconditional branch */
/linux-4.4.14/arch/arm/probes/
H A Ddecode.c195 * 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 Darmv8_deprecated.c393 /* 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 Dpacket.h55 #define RXRPC_REQUEST_ACK 0x02 /* request an unconditional ACK of this packet */
/linux-4.4.14/arch/powerpc/net/
H A Dbpf_jit.h227 /* Long jump; (unconditional 'branch') */
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-wrappers.S35 * We branch around this in early init by using an unconditional cpu
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A DhvCall.S88 * hashtable) by using an unconditional cpu feature.
/linux-4.4.14/arch/s390/kernel/
H A Dftrace.c226 * all ones, which turns the instruction into an unconditional branch.
H A Dkprobes.c504 * stepped an unconditional branch (ftrace nop equivalent). resume_execution()
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c69 * 0x0204 number of unconditional branches
/linux-4.4.14/tools/perf/util/
H A Ddb-export.c366 {PERF_IP_FLAG_BRANCH, "unconditional jump"},
/linux-4.4.14/drivers/s390/cio/
H A Ddevice_pgid.c650 * ccw_device_stlck_start - perform unconditional release
678 * Perform unconditional reserve + release.
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_io.c611 /* skip the search if prints are temporarily unconditional */ vkdb_printf()
625 * it unconditional. vkdb_printf()
H A Dkdb_main.c2517 * I cannot call that code directly from kdb, it has an unconditional
/linux-4.4.14/drivers/mfd/
H A Dwm831x-irq.c624 * unconditional wake sources in the PMIC so this isn't wm831x_irq_init()
/linux-4.4.14/arch/x86/entry/
H A Dentry_64_compat.S102 * NT was set instead of doing an unconditional popfq.
/linux-4.4.14/arch/powerpc/include/asm/
H A Dkvm_book3s.h301 /* TO = 31 for unconditional trap */
/linux-4.4.14/arch/arm/kvm/
H A Demulate.c195 /* it == 0 => unconditional. */ kvm_condition_valid()
/linux-4.4.14/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c305 /* 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 Drtsx_usb_ms.c799 * e.g. unconditional module removal rtsx_usb_ms_drv_remove()
/linux-4.4.14/fs/cifs/
H A Dcifsfs.c571 /* no serverino => unconditional eviction */ cifs_drop_inode()
H A Dconnect.c3619 * Perform an unconditional check for whether there are DFS cifs_mount()
/linux-4.4.14/kernel/trace/
H A Dtrace_events_trigger.c44 * @rec: The trace entry for the event, NULL for unconditional invocation
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_trans_resv.c112 * or free and thus the finobt reservation is unconditional across:
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
H A Dmdc_locks.c604 * this request for unconditional replay. mdc_finish_enqueue()
/linux-4.4.14/drivers/ide/
H A Dide-probe.c48 * and make drive properties unconditional outside of this file
/linux-4.4.14/drivers/net/phy/
H A Dphy_device.c193 * done an unconditional modprobe anyway. phy_device_create()
/linux-4.4.14/drivers/acpi/
H A Dscan.c1692 * below can be unconditional. acpi_generic_device_attach()
/linux-4.4.14/drivers/net/usb/
H A Dusbnet.c1262 * information if a remedy of an unconditional reset were used. usbnet_tx_timeout()
/linux-4.4.14/kernel/bpf/
H A Dverifier.c1533 /* unconditional jump with single edge */ check_cfg()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c925 * unconditional branch. intel_pt_walk_insn()
/linux-4.4.14/drivers/s390/block/
H A Ddasd_eckd.c3753 * Steal lock ioctl - unconditional reserve device.
3755 * (unconditional reserve)
/linux-4.4.14/kernel/
H A Dfutex.c1251 * 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 DNCR5380.c2067 * in an unconditional loop.
H A Datari_NCR5380.c2050 * in an unconditional loop. NCR5380_information_transfer()
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsungem.c237 /* NOTE: unconditional netif_wake_queue is only gem_netif_start()
H A Dniu.c6443 /* NOTE: unconditional netif_wake_queue is only appropriate niu_netif_start()
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dcore.c321 /* NOTE: unconditional netif_wake_queue is only appropriate emac_netif_start()
/linux-4.4.14/fs/jbd2/
H A Djournal.c598 * Caller want unconditional commit. We can only force the running transaction
/linux-4.4.14/arch/mips/kvm/
H A Demulate.c132 /* These are unconditional and in j_format. */ kvm_compute_return_epc()
/linux-4.4.14/fs/ext4/
H A Dsuper.c4662 * First of all, the unconditional stuff we have to do ext4_remount()
/linux-4.4.14/mm/
H A Dslab.c11 * Cleanup, make the head arrays unconditional, preparation for NUMA
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_target.c567 /* Upgrade to unconditional deletion in case it was temporary */ qlt_schedule_sess_for_deletion()
/linux-4.4.14/drivers/platform/x86/
H A Dthinkpad_acpi.c3037 * this can be unconditional, as we will poll state again tpacpi_send_radiosw_update()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dtg3.c7399 /* NOTE: unconditional netif_tx_wake_all_queues is only tg3_netif_start()

Completed in 2975 milliseconds