/linux-4.1.27/drivers/edac/ |
D | i7300_edac.c | 69 #define to_channel(ch, branch) ((((branch)) << 1) | (ch)) argument 71 #define to_csrow(slot, ch, branch) \ argument 72 (to_channel(ch, branch) | ((slot) << 2)) 414 unsigned branch, channel, bank, rank, cas, ras; in i7300_process_fbd_error() local 431 branch = (GET_FBD_FAT_IDX(error_reg) == 2) ? 1 : 0; in i7300_process_fbd_error() 453 branch, -1, rank, in i7300_process_fbd_error() 467 branch = (GET_FBD_NF_IDX(error_reg) == 2) ? 1 : 0; in i7300_process_fbd_error() 485 channel = (branch << 1); in i7300_process_fbd_error() 500 branch >> 1, channel % 2, rank, in i7300_process_fbd_error() 588 int slot, int ch, int branch, in decode_mtr() argument [all …]
|
D | i5400_edac.c | 516 int branch; in i5400_proccess_non_recoverable_info() local 540 branch = extract_fbdchan_indx(info->ferr_fat_fbd); in i5400_proccess_non_recoverable_info() 541 channel = branch; in i5400_proccess_non_recoverable_info() 552 rank, channel, channel + 1, branch >> 1, bank, in i5400_proccess_non_recoverable_info() 564 branch >> 1, -1, rank, in i5400_proccess_non_recoverable_info() 581 int branch; in i5400_process_nonfatal_error_info() local 605 branch = extract_fbdchan_indx(info->ferr_nf_fbd); in i5400_process_nonfatal_error_info() 613 channel += branch; in i5400_process_nonfatal_error_info() 625 rank, channel, branch >> 1, bank, in i5400_process_nonfatal_error_info() 632 branch >> 1, bank, rdwr_str(rdwr), ras, cas, in i5400_process_nonfatal_error_info() [all …]
|
D | i5000_edac.c | 551 int branch; in i5000_process_nonfatal_error_info() local 568 branch = EXTRACT_FBDCHAN_INDX(info->ferr_nf_fbd); in i5000_process_nonfatal_error_info() 574 channel = branch & 2; in i5000_process_nonfatal_error_info() 583 rank, channel, channel + 1, branch >> 1, bank, in i5000_process_nonfatal_error_info() 638 branch = EXTRACT_FBDCHAN_INDX(info->ferr_nf_fbd); in i5000_process_nonfatal_error_info() 646 channel += branch; in i5000_process_nonfatal_error_info() 655 rank, channel, branch >> 1, bank, in i5000_process_nonfatal_error_info() 676 "CAS=%d, CE Err=0x%x (%s))", branch >> 1, bank, in i5000_process_nonfatal_error_info() 720 branch = EXTRACT_FBDCHAN_INDX(info->ferr_nf_fbd); in i5000_process_nonfatal_error_info() 728 branch >> 1, -1, -1, in i5000_process_nonfatal_error_info() [all …]
|
/linux-4.1.27/scripts/tracing/ |
D | draw_functrace.py | 70 def __toString(self, branch, lastChild): argument 72 s = "%s----%s (%s)\n" % (branch, self._func, self._time) 74 s = "%s----%s\n" % (branch, self._func) 78 branch = branch[:-1] + " " 81 s += "%s" % self._children[i].__toString(branch +\ 84 s += "%s" % self._children[i].__toString(branch +\
|
/linux-4.1.27/Documentation/ |
D | static-keys.txt | 27 The static_key_false() branch will be generated into the code with as little 34 Currently, tracepoints are implemented using a conditional branch. The 55 the branch site to change the branch direction. 57 For example, if we have a simple branch that is disabled by default: 60 printk("I am the true branch\n"); 64 straight-line code path. When the branch is 'flipped', we will patch the 66 out-of-line true branch. Thus, changing branch direction is expensive but 67 branch selection is basically 'free'. That is the basic tradeoff of this 112 The branch(es) can then be switched via: 118 Thus, 'static_key_slow_inc()' means 'make the branch true', and [all …]
|
D | assoc_array.txt | 71 extra branch until as such time an object needs to be added to a full node. 548 branch that's in a slot further along than we were at. 550 (5) Insertion replacing nodes that we're processing a dependent branch of. 553 (6) Deletion collapsing a branch under us. This doesn't affect us because the
|
D | applying-patches.txt | 276 This is the recommended branch for users who want the most recent stable 316 This is a good branch to run for people who want to help out testing 403 This branch is in constant flux and contains many experimental features, a
|
D | SubmittingPatches | 456 If you are a subsystem or branch maintainer, sometimes you need to slightly 473 This practice is particularly helpful if you maintain a stable branch and 733 request itself should include the repository name and the branch of
|
D | rbtree.txt | 79 root, compare each value, and follow the left or right branch as necessary.
|
D | bcache.txt | 193 Solution: warm the cache by doing writes, or use the testing branch (there's
|
D | memory-barriers.txt | 332 branch prediction and various types of caching. Memory barriers are used to 1167 branch circumvented the load - in which case it can discard the value or just 1430 rid of a load and a branch. The problem is that the compiler will 1544 The compiler might save a branch by optimizing this as follows: 1551 a branch. Unfortunately, in concurrent code, this optimization
|
D | HOWTO | 271 This is the recommended branch for users who want the most recent stable
|
D | CodingStyle | 168 This does not apply if only one branch of a conditional statement is a single
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | README | 36 perf record -b kill (test-record-branch-any) 37 perf record -j any kill (test-record-branch-filter-any) 38 perf record -j any_call kill (test-record-branch-filter-any_call) 39 perf record -j any_ret kill (test-record-branch-filter-any_ret) 40 perf record -j hv kill (test-record-branch-filter-hv) 41 perf record -j ind_call kill (test-record-branch-filter-ind_call) 42 perf record -j k kill (test-record-branch-filter-k) 43 perf record -j u kill (test-record-branch-filter-u)
|
/linux-4.1.27/arch/arm64/kernel/ |
D | ftrace.c | 155 u32 branch, nop; in ftrace_modify_graph_caller() local 157 branch = aarch64_insn_gen_branch_imm(pc, in ftrace_modify_graph_caller() 163 return ftrace_modify_code(pc, nop, branch, true); in ftrace_modify_graph_caller() 165 return ftrace_modify_code(pc, branch, nop, true); in ftrace_modify_graph_caller()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-report.txt | 100 If --branch-stack option is used, following sort keys are also 108 - mispredict: "N" for predicted branch, "Y" for mispredicted branch 109 - in_tx: branch in TSX transaction 113 and symbol_to, see '--branch-stack'. 126 (incompatible with --branch-stack): 167 -g [type,min[,limit],order[,key][,branch]]:: 174 - fractal: like graph, but displays relative rates. Each branch of 185 branch can be: 186 - branch: include last branch information in callgraph 187 when available. Usually more convenient to use --branch-history [all …]
|
D | perf-record.txt | 136 doesn't work with branch stack sampling at the same time. 192 --branch-any:: 193 Enable taken branch stack sampling. Any type of taken branch may be sampled. 194 This is a shortcut for --branch-filter any. See --branch-filter for more infos. 197 --branch-filter:: 198 Enable taken branch stack sampling. Each sample captures a series of consecutive 207 - ind_call: any indirect branch 208 - u: only when the branch target is at the user level 209 - k: only when the branch target is in the kernel 217 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond. [all …]
|
D | android.txt | 27 1. Download the master branch of the Android source tree.
|
/linux-4.1.27/fs/sysv/ |
D | itree.c | 127 Indirect *branch) in alloc_branch() argument 133 branch[0].key = sysv_new_block(inode->i_sb); in alloc_branch() 134 if (branch[0].key) for (n = 1; n < num; n++) { in alloc_branch() 138 branch[n].key = sysv_new_block(inode->i_sb); in alloc_branch() 139 if (!branch[n].key) in alloc_branch() 145 parent = block_to_cpu(SYSV_SB(inode->i_sb), branch[n-1].key); in alloc_branch() 149 branch[n].bh = bh; in alloc_branch() 150 branch[n].p = (sysv_zone_t*) bh->b_data + offsets[n]; in alloc_branch() 151 *branch[n].p = branch[n].key; in alloc_branch() 161 bforget(branch[i].bh); in alloc_branch() [all …]
|
/linux-4.1.27/fs/minix/ |
D | itree_common.c | 72 Indirect *branch) in alloc_branch() argument 78 branch[0].key = cpu_to_block(parent); in alloc_branch() 85 branch[n].key = cpu_to_block(nr); in alloc_branch() 89 branch[n].bh = bh; in alloc_branch() 90 branch[n].p = (block_t*) bh->b_data + offsets[n]; in alloc_branch() 91 *branch[n].p = branch[n].key; in alloc_branch() 102 bforget(branch[i].bh); in alloc_branch() 104 minix_free_block(inode, block_to_cpu(branch[i].key)); in alloc_branch()
|
/linux-4.1.27/fs/ubifs/ |
D | lpt.c | 1195 struct ubifs_nbranch *branch = NULL; in ubifs_read_nnode() local 1201 branch = &parent->nbranch[iip]; in ubifs_read_nnode() 1202 lnum = branch->lnum; in ubifs_read_nnode() 1203 offs = branch->offs; in ubifs_read_nnode() 1236 branch->nnode = nnode; in ubifs_read_nnode() 1263 struct ubifs_nbranch *branch; in read_pnode() local 1268 branch = &parent->nbranch[iip]; in read_pnode() 1269 lnum = branch->lnum; in read_pnode() 1270 offs = branch->offs; in read_pnode() 1304 branch->pnode = pnode; in read_pnode() [all …]
|
D | lpt_commit.c | 912 struct ubifs_nbranch *branch; in make_nnode_dirty() local 914 branch = &nnode->parent->nbranch[nnode->iip]; in make_nnode_dirty() 915 if (branch->lnum != lnum || branch->offs != offs) in make_nnode_dirty() 956 struct ubifs_nbranch *branch; in make_pnode_dirty() local 961 branch = &pnode->parent->nbranch[pnode->iip]; in make_pnode_dirty() 962 if (branch->lnum != lnum || branch->offs != offs) in make_pnode_dirty() 1523 struct ubifs_nbranch *branch; in dbg_is_nnode_dirty() local 1527 branch = &nnode->parent->nbranch[nnode->iip]; in dbg_is_nnode_dirty() 1528 if (branch->lnum != lnum || branch->offs != offs) in dbg_is_nnode_dirty() 1557 struct ubifs_nbranch *branch; in dbg_is_pnode_dirty() local [all …]
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-q.c | 110 int i, branch = -ENOSPC; in balance() local 120 if (branch < 0 || ohci->load [branch] > ohci->load [i]) { in balance() 130 branch = i; in balance() 133 return branch; in balance() 148 ed, ed->branch, ed->load, ed->interval); in periodic_link() 150 for (i = ed->branch; i < NUM_INTS; i += ed->interval) { in periodic_link() 184 int branch; in ed_schedule() local 247 branch = balance (ohci, ed->interval, ed->load); in ed_schedule() 248 if (branch < 0) { in ed_schedule() 251 branch, ed->interval, ed->load); in ed_schedule() [all …]
|
D | sl811-hcd.c | 450 "deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch); in finish_request() 451 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in finish_request() 461 ep->branch = PERIODIC_SIZE; in finish_request() 765 int i, branch = -ENOSPC; in balance() local 771 if (branch < 0 || sl811->load[branch] > sl811->load[i]) { in balance() 781 branch = i; in balance() 784 return branch; in balance() 876 ep->branch = PERIODIC_SIZE; in sl811h_urb_enqueue() 900 if (ep->branch < PERIODIC_SIZE) { in sl811h_urb_enqueue() 907 + ep->branch; in sl811h_urb_enqueue() [all …]
|
D | isp116x-hcd.c | 322 DBG("deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch); in finish_request() 323 for (i = ep->branch; i < PERIODIC_SIZE; i += ep->period) { in finish_request() 333 ep->branch = PERIODIC_SIZE; in finish_request() 652 int i, branch = -ENOSPC; in balance() local 657 if (branch < 0 || isp116x->load[branch] > isp116x->load[i]) { in balance() 667 branch = i; in balance() 670 return branch; in balance() 754 ep->branch = PERIODIC_SIZE; in isp116x_urb_enqueue() 779 if (ep->branch < PERIODIC_SIZE) in isp116x_urb_enqueue() 782 ep->branch = ret = balance(isp116x, ep->period, ep->load); in isp116x_urb_enqueue() [all …]
|
D | isp1362-hcd.c | 334 ptd->faddr |= PTD_SF_INT(ep->branch); in prepare_ptd() 486 ep, ep->branch, ep->load, in finish_request() 487 isp1362_hcd->load[ep->branch], in finish_request() 488 isp1362_hcd->load[ep->branch] - ep->load); in finish_request() 489 isp1362_hcd->load[ep->branch] -= ep->load; in finish_request() 490 ep->branch = PERIODIC_SIZE; in finish_request() 1184 int i, branch = -ENOSPC; in balance() local 1190 if (branch < 0 || isp1362_hcd->load[branch] > isp1362_hcd->load[i]) { in balance() 1202 branch = i; in balance() 1205 return branch; in balance() [all …]
|
D | sl811.h | 183 u16 branch; member
|
D | ohci.h | 63 u8 branch; member
|
D | isp116x.h | 318 u16 branch; member
|
D | isp1362.h | 447 u8 branch; member
|
D | ohci-hcd.c | 246 frame |= ed->branch; in ohci_urb_enqueue()
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | ifcol.cocci | 1 /// Find confusingly indented code in or after an if. An if branch should 4 /// part of the if branch. 38 cocci.print_main("branch",p1)
|
/linux-4.1.27/arch/tile/kernel/ |
D | ftrace.c | 219 unsigned long branch = ftrace_gen_branch(pc, caller_fn, false); in __ftrace_modify_caller() local 221 unsigned long old = enable ? nop : branch; in __ftrace_modify_caller() 222 unsigned long new = enable ? branch : nop; in __ftrace_modify_caller()
|
/linux-4.1.27/arch/arm/kernel/ |
D | ftrace.c | 238 unsigned long branch = arm_gen_branch(pc, caller_fn); in __ftrace_modify_caller() local 240 unsigned long old = enable ? nop : branch; in __ftrace_modify_caller() 241 unsigned long new = enable ? branch : nop; in __ftrace_modify_caller()
|
D | head.S | 97 THUMB( it eq ) @ force fixup-able long branch encoding 104 THUMB( it lo ) @ force fixup-able long branch encoding 375 THUMB( it eq ) @ force fixup-able long branch encoding
|
D | entry-armv.S | 1060 @ the branch table must immediately follow this code 1067 movs pc, lr @ branch to handler in SVC mode
|
/linux-4.1.27/arch/x86/kernel/ |
D | uprobes.c | 597 return auprobe->branch.opc1 == 0xe8; in branch_is_call() 633 switch (auprobe->branch.opc1) { in check_jmp_cond() 650 unsigned long new_ip = regs->ip += auprobe->branch.ilen; in branch_emulate_op() 651 unsigned long offs = (long)auprobe->branch.offs; in branch_emulate_op() 750 auprobe->branch.opc1 = opc1; in branch_setup_xol_ops() 751 auprobe->branch.ilen = insn->length; in branch_setup_xol_ops() 752 auprobe->branch.offs = insn->immediate.value; in branch_setup_xol_ops()
|
D | paravirt.c | 87 struct branch { struct 97 struct branch *b = insnbuf; in paravirt_patch_call() argument 115 struct branch *b = insnbuf; in paravirt_patch_jmp()
|
/linux-4.1.27/Documentation/ia64/ |
D | xen.txt | 129 2. git branch (if necessary) 132 (Note: The current branch is xen-ia64-domu-minimal-2008may19. 133 But you would find the new branch. You can see with 134 "git branch -r" to get the branch lists.
|
D | fsys.txt | 207 PSR.tb Lazy redirect. If a taken-branch trap occurs while in 211 taken branch would occur on the branch invoking the 215 return will trigger a taken-branch trap, but since the trap is
|
/linux-4.1.27/scripts/coccinelle/locks/ |
D | mini_lock.cocci | 2 /// where the unlock is missing from an if branch, and there is a lock 4 /// cases where the if branch represents a case where the function is
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 57 of development can be separated into a separate "topic branch" and 60 development in any branch which you intend to ask others to pull from. 71 shifted from one branch to another. And so on. Judicious use of git's 99 edge. For a private branch, rebasing can be an easy way to keep up with 106 perform test merges in a private branch. The git "rerere" tool can be 125 branch stick closely to the associated topic; a "driver fixes" branch 138 your tree is, what branch to pull, and what changes will result from the
|
/linux-4.1.27/arch/mips/pmcs-msp71xx/ |
D | Platform | 6 -mno-branch-likely
|
/linux-4.1.27/tools/perf/util/ |
D | parse-events.l | 185 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INS… 186 branch-misses { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_MISSES); } 215 branch|branches|bpu|btb|bpc |
|
D | machine.c | 1604 struct branch_stack *branch = sample->branch_stack; in thread__resolve_callchain_sample() local 1640 if (branch && callchain_param.branch_callstack) { in thread__resolve_callchain_sample() 1641 int nr = min(max_stack, (int)branch->nr); in thread__resolve_callchain_sample() 1644 if (branch->nr > PERF_MAX_BRANCH_DEPTH) { in thread__resolve_callchain_sample() 1651 be[i] = branch->entries[i]; in thread__resolve_callchain_sample() 1666 be[i] = branch->entries[branch->nr - i - 1]; in thread__resolve_callchain_sample()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_snan.S | 53 bnes ena |If enabled, then branch 59 | inex2 or inex1 occurred, we must clean up and branch to the 148 beqs sto_long |branch if move_out long 151 beqs sto_word |branch if move_out word 154 beqs sto_byte |branch if move_out byte
|
D | x_bsun.S | 4 | fpsp_bsun --- FPSP handler for branch/set on unordered exception
|
D | x_store.S | 81 beq opc011 |branch if opclass 3 92 beq dest_ext |then branch 94 beq dest_sgl |then branch
|
D | kernel_ex.S | 80 beqs p_inf |branch if pos sign 291 beqs dst_snan |branch if signalling 344 beqs src_dis |branch if disabled
|
D | x_operr.S | 291 beqs not_true_operr |branch if not true operr 293 beqs not_true_operr |branch if not true operr 323 | inex2 or inex1 occurred, we must clean up and branch to the
|
D | x_unfl.S | 82 | inex2 or inex1 occurred, we must clean up and branch to the 117 beqs e1_set |if set then branch
|
D | round.S | 342 beqs all_clr |branch if none set 345 bmis greater |then branch 426 bnes not_ext |else branch 444 bpls chk_stky |then branch (all bits would be 457 bpls chk_stky |then branch (all bits would be
|
D | setox.S | 73 | is also in the compact form. Thus taking the branch 76 | but close to, 16380 log(2) and the branch to Step 9 is 80 | 2.1 Set AdjFlag := 0 (indicates the branch 1.3 -> 2 was taken) 480 |--This is the normal branch: 2^(-65) <= |X| < 16380 log2.
|
D | sgetem.S | 112 bnes upper |then branch
|
D | bindec.S | 253 fbge pos_res |if pos, branch 306 tstl %d7 |branch on sign of k 315 tstl %d4 |LEN check: branch on sign of LEN
|
D | sint.S | 145 bgts out_rnge |branch if exp < 63
|
D | do_func.S | 106 bnes ld_mzinx |if negative, branch 126 bne ld_minf |if negative branch
|
D | binstr.S | 111 | A6. Test d7 and branch.
|
D | skeleton.S | 94 | or unfl bits set in the fpsr. If any of these are set, branch
|
D | fpsp.h | 229 .set bsun_bit,7 | branch on unordered
|
D | res_func.S | 61 beqs monadic |then branch 1493 bne int_dnrm |if so, branch 1583 bne int_dnrm |branch if so
|
D | bugfix.S | 172 | Simply branch to fix_done and exit normally.
|
D | util.S | 356 beql unf_e1_exc |branch to e1 underflow
|
/linux-4.1.27/fs/ext2/ |
D | inode.c | 358 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, in ext2_blks_to_allocate() argument 378 && le32_to_cpu(*(branch[0].p + count)) == 0) { in ext2_blks_to_allocate() 474 int *offsets, Indirect *branch) in ext2_alloc_branch() argument 489 branch[0].key = cpu_to_le32(new_blocks[0]); in ext2_alloc_branch() 504 branch[n].bh = bh; in ext2_alloc_branch() 507 branch[n].p = (__le32 *) bh->b_data + offsets[n]; in ext2_alloc_branch() 508 branch[n].key = cpu_to_le32(new_blocks[n]); in ext2_alloc_branch() 509 *branch[n].p = branch[n].key; in ext2_alloc_branch() 518 *(branch[n].p + i) = cpu_to_le32(++current_block); in ext2_alloc_branch() 535 bforget(branch[i].bh); in ext2_alloc_branch()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | uprobes.h | 51 } branch; member
|
/linux-4.1.27/fs/ext4/ |
D | indirect.c | 268 static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, in ext4_blks_to_allocate() argument 288 le32_to_cpu(*(branch[0].p + count)) == 0) { in ext4_blks_to_allocate() 324 Indirect *branch) in ext4_alloc_branch() argument 343 branch[i].key = cpu_to_le32(new_blocks[i]); in ext4_alloc_branch() 347 bh = branch[i].bh = sb_getblk(ar->inode->i_sb, new_blocks[i-1]); in ext4_alloc_branch() 361 p = branch[i].p = (__le32 *) bh->b_data + offsets[i]; in ext4_alloc_branch() 387 if (i > 0 && i != indirect_blks && branch[i].bh) in ext4_alloc_branch() 388 ext4_forget(handle, 1, ar->inode, branch[i].bh, in ext4_alloc_branch() 389 branch[i].bh->b_blocknr); in ext4_alloc_branch()
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | ilsp.doc | 71 function. A branch instruction located at the selected entry point 90 bsr.l _060LISP_TOP+0x18 # branch to multiply routine 105 bsr.l _060LISP_TOP+0x08 # branch to divide routine 122 bsr.l _060LSP_TOP_+0x48 # branch to "cmp2" routine
|
D | fplsp.doc | 72 function. A branch instruction located at the selected entry point 88 bsr.l _060FPLSP_TOP+0x1a8 # branch to fsin routine 100 bsr.l _060FPLSP_TOP+0x168 # branch to frem routine
|
D | fskeleton.S | 210 | Illegals branch here. 224 | exceptions branch here. 246 | discovers that the trap condition is true and it should branch to the operating
|
/linux-4.1.27/arch/arc/lib/ |
D | strchr-700.S | 44 breq r7,0,.Loop ; For speed, we want this branch to be unaligned. 48 breq r12,0,.Loop ; For speed, we want this branch to be unaligned.
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | head.S | 24 # setup registers for memory mover & branch to target
|
/linux-4.1.27/tools/testing/ktest/examples/include/ |
D | patchcheck.conf | 32 PATCH_CHECKOUT := test/branch
|
/linux-4.1.27/drivers/clk/qcom/ |
D | Makefile | 8 clk-qcom-y += clk-branch.o
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | bootinfo.h | 163 __be16 branch; member
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | control.c | 1020 unsigned major, minor, branch; in i2400m_firmware_check() local 1056 branch = le16_to_cpu(l4mv->branch); in i2400m_firmware_check() 1060 "%u.%u.%u\n", major, minor, branch); in i2400m_firmware_check() 1066 major, minor, branch); in i2400m_firmware_check() 1070 major, minor, branch); in i2400m_firmware_check()
|
/linux-4.1.27/arch/mips/loongson/ |
D | Platform | 30 cflags-$(CONFIG_MACH_LOONGSON) += -I$(srctree)/arch/mips/include/asm/mach-loongson -mno-branch-like…
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 2 /sys/devices/cpu/events/branch-misses 6 /sys/devices/cpu/events/branch-instructions
|
D | sysfs-devices-edac | 132 branch/channel/slot or channel/slot) of the dimm or rank.
|
/linux-4.1.27/arch/c6x/lib/ |
D | divremu.S | 57 ;; RETURN A may happen here (note: must happen before the next branch) 75 ;; loop backwards branch happens here
|
D | remu.S | 59 ;; RETURN A may happen here (note: must happen before the next branch) 73 ;; loop backwards branch happens here
|
D | divu.S | 69 ;; RETURN A may happen here (note: must happen before the next branch) 87 ;; loop backwards branch happens here
|
D | strasgi.S | 73 ;; loop back branch happens here
|
/linux-4.1.27/drivers/mfd/ |
D | db8500-prcmu.c | 455 int branch; member 1493 int branch) in pll_rate() argument 1516 if ((branch == PLL_FIX) || ((branch == PLL_DIV) && in pll_rate() 1548 rate = pll_rate(PRCM_PLLSOC0_FREQ, rate, clk_mgt[clock].branch); in clock_rate() 1550 rate = pll_rate(PRCM_PLLSOC1_FREQ, rate, clk_mgt[clock].branch); in clock_rate() 1552 rate = pll_rate(PRCM_PLLDDR_FREQ, rate, clk_mgt[clock].branch); in clock_rate() 1660 static unsigned long clock_source_rate(u32 clk_mgt_val, int branch) in clock_source_rate() argument 1666 return pll_rate(PRCM_PLLSOC0_FREQ, ROOT_CLOCK_RATE, branch); in clock_source_rate() 1668 return pll_rate(PRCM_PLLSOC1_FREQ, ROOT_CLOCK_RATE, branch); in clock_source_rate() 1670 return pll_rate(PRCM_PLLDDR_FREQ, ROOT_CLOCK_RATE, branch); in clock_source_rate() [all …]
|
/linux-4.1.27/arch/powerpc/perf/ |
D | power7-pmu.c | 383 GENERIC_EVENT_ATTR(branch-instructions, PM_BRU_FIN); 384 GENERIC_EVENT_ATTR(branch-misses, PM_BR_MPRED);
|
/linux-4.1.27/arch/c6x/kernel/ |
D | vectors.S | 51 MVKL .S1 _c_int00,A0 ; branch to _c_int00
|
D | entry.S | 240 BNOP .S2 B0,5 ; branch to syscall handler
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | review-checklist.txt | 7 2. Patches should be against kvm.git master branch.
|
D | ppc-pv.txt | 186 4) patch the original instruction to branch to the new code
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 535 static int ext3_blks_to_allocate(Indirect *branch, int k, unsigned long blks, in ext3_blks_to_allocate() argument 555 le32_to_cpu(*(branch[0].p + count)) == 0) { in ext3_blks_to_allocate() 655 int *offsets, Indirect *branch) in ext3_alloc_branch() argument 670 branch[0].key = cpu_to_le32(new_blocks[0]); in ext3_alloc_branch() 685 branch[n].bh = bh; in ext3_alloc_branch() 696 branch[n].p = (__le32 *) bh->b_data + offsets[n]; in ext3_alloc_branch() 697 branch[n].key = cpu_to_le32(new_blocks[n]); in ext3_alloc_branch() 698 *branch[n].p = branch[n].key; in ext3_alloc_branch() 707 *(branch[n].p + i) = cpu_to_le32(++current_block); in ext3_alloc_branch() 723 BUFFER_TRACE(branch[i].bh, "call journal_forget"); in ext3_alloc_branch() [all …]
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram243x.S | 127 bhi volt_delay @ not yet->branch 164 cmp r0, #0x1 @ going to half speed (post branch link) 222 bhi volt_delay_c @ not yet->branch
|
D | sram242x.S | 127 bhi volt_delay @ not yet->branch 164 cmp r0, #0x1 @ going to half speed (post branch link) 222 bhi volt_delay_c @ not yet->branch
|
D | sram34xx.S | 158 bic r10, r8, #0x800 @ clear Z-bit, disable branch prediction
|
/linux-4.1.27/Documentation/frv/ |
D | atomic-ops.txt | 61 (2) The branch from step (5) back to step (1) may have to happen more than once until the store 105 Such that the branch can then be taken if the operation was aborted.
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 280 The branch profiling is a software profiler. It will add hooks 281 into the C conditionals to test which path a branch takes. 286 The "all branch" profiler will profile every if-statement in the 291 If unsure, choose "No branch profiling". 294 bool "No branch profiling" 296 No branch profiling. Branch profiling adds a bit of overhead. 316 This tracer profiles all branch conditions. Every if ()
|
D | trace_entries.h | 307 FTRACE_ENTRY(branch, trace_branch,
|
/linux-4.1.27/arch/xtensa/lib/ |
D | memset.S | 114 bbci.l a5, 0, .L20 # branch if dst alignment half-aligned
|
/linux-4.1.27/include/uapi/linux/wimax/ |
D | i2400m.h | 482 __le16 branch; member
|
/linux-4.1.27/arch/mips/dec/ |
D | int-handler.S | 165 # a trick to save a branch:
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | vectors.S | 633 # branch to user or kernel vector 686 bbsi.l a0, PS_UM_BIT, 1f # branch if user mode
|
/linux-4.1.27/Documentation/powerpc/ |
D | cpu_features.txt | 25 index, structure dereference, and conditional branch were added. To avoid the
|
D | pmu-ebb.txt | 5 branch directly to a specified user space address when certain events occur.
|
D | transactional_memory.txt | 59 'tbegin+4'. The branch to abort_handler will be taken this second time; the
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev6-copy_user.S | 66 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
|
/linux-4.1.27/arch/mips/kernel/ |
D | Makefile | 7 obj-y += cpu-probe.o branch.o elf.o entry.o genex.o idle.o irq.o \
|
/linux-4.1.27/arch/sparc/kernel/ |
D | wof.S | 95 be,a spwin_fromuser ! all user wins, branch
|
D | tsb.S | 313 or %g3, 0x7c, %g3 ! Compute branch offset
|
/linux-4.1.27/arch/arm/lib/ |
D | div64.S | 143 @ If possible, branch for another shift in the division loop.
|
/linux-4.1.27/arch/parisc/kernel/ |
D | perf_asm.S | 154 blr %r1,%r0 ; branch to 8-instruction sequence 1391 blr %r1,%r0 ; branch to 8-instruction sequence
|
/linux-4.1.27/arch/ |
D | Kconfig | 53 This option enables a transparent branch optimization that 54 makes certain almost-always-true or almost-always-false branch 67 This technique lowers overhead and stress on the branch prediction
|
/linux-4.1.27/arch/arm/mm/ |
D | abort-lv4t.S | 32 add pc, pc, r7, lsr #22 @ Now branch to the relevant processing routine
|
D | Kconfig | 775 bool "Disable branch prediction" 778 Say Y here to disable branch prediction. If unsure, say N.
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 18 (checking a condition for a branch) and space penalty (adding a few
|
D | ftrace-design.txt | 356 "branch" type instruction. Specifically, the function is:
|
D | ftrace.txt | 793 branch - Enable branch tracing with the tracer.
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | isp.S | 32 # effect, branches to one of the branch table entries located 896 # _imem_read_word(); fetch may fail -> branch to # 903 # _imem_read_word(); fetch may fail -> branch to #
|
D | ilsp.S | 32 # effect, branches to one of the branch table entries located here. 205 beq.b ldqpos # branch to quot positive
|
D | fpsp.S | 33 # effect, branches to one of the branch table entries located 1355 # branch to _real_inex() (even if the result was exact!); 1933 # branch to _real_inex() (even if the result was exact!); 3859 # Instruction exception stack frame else branch to the OS entry 4388 # restore a bsun exception into the machine, and branch to the user 4420 bra.l _real_bsun # branch to user bsun hook 16275 # finally executed, the branch occurs. # 16330 # For the IEEE nonaware tests, only the false branch changes the # 16331 # counter. However, the true branch may set bsun so we check to see # 16337 # Typically, only one of the two possible branch directions could # [all …]
|
D | pfpsp.S | 32 # effect, branches to one of the branch table entries located 1354 # branch to _real_inex() (even if the result was exact!); 1932 # branch to _real_inex() (even if the result was exact!);
|
D | fplsp.S | 33 # effect, branches to one of the branch table entries located here. 424 set bsun_bit, 7 # branch on unordered 6728 # form. Thus taking the branch to Step 2 guarantees # 6731 # 16380 log(2) and the branch to Step 9 is taken. # 6734 # 2.1 Set AdjFlag := 0 (indicates the branch 1.3 -> 2 # 7120 #--This is the normal branch: 2^(-65) <= |X| < 16380 log2. 9312 # Source is outside of 2^14 range. Test the sign and branch
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | entry.S | 713 @ the branch table must immediately follow this code 719 mov.a pc, lr @ branch to handler in PRIV mode
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pxafb.c | 85 struct fb_var_screeninfo *var, int branch); 1106 int branch) in setup_base_frame() argument 1112 dma = DMA_BASE + (branch ? DMA_MAX : 0); in setup_base_frame() 1113 pal = (bpp >= 16) ? PAL_NONE : PAL_BASE + (branch ? PAL_MAX : 0); in setup_base_frame()
|
/linux-4.1.27/arch/sparc/mm/ |
D | ultra.S | 189 be,pn %xcc, 2f ! Nope, branch 192 bne,pt %xcc, 2f ! Nope, branch
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1038 bool "ARM errata: Stale prediction on replaced interworking branch" 1043 interworking branch is replaced with another code sequence at the 1046 stale interworking branch prediction. This results in Cortex-A8 1049 and also flushes the branch target cache at every context switch. 1557 bool "Work around buggy Thumb-2 short branch relocations in gas" 1563 branch instructions. 1567 trampoline, are within range of the branch. For this reason, the
|
/linux-4.1.27/Documentation/filesystems/ |
D | ext3.txt | 6 for the 2.2 branch, and ported to 2.4 kernels by Peter Braam, Andreas Dilger,
|
/linux-4.1.27/arch/mips/kvm/ |
D | locore.S | 251 nop #08: branch delay slot
|
/linux-4.1.27/Documentation/isdn/ |
D | README.concap | 59 isdn network interfaces I could have introduced yet another branch to
|
/linux-4.1.27/arch/s390/kernel/ |
D | entry.S | 449 basr %r14,%r1 # branch to interrupt-handler 470 lpswe __LC_RETURN_PSW # branch to .Lsysc_per and enable irqs
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event.c | 1588 EVENT_ATTR(branch-instructions, BRANCH_INSTRUCTIONS ); 1589 EVENT_ATTR(branch-misses, BRANCH_MISSES );
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 199 The instruction set consists of load, store, branch, alu, miscellaneous 1241 accesses memory with correct alignment in one side of 'if' branch, but fails 1242 to do so in the other side of 'if' branch:
|
D | packet_mmap.txt | 258 In kernel versions prior to 2.4.26 (for the 2.4 branch) and 2.6.5 (2.6 branch),
|
/linux-4.1.27/drivers/firewire/ |
D | ohci.c | 1056 __le16 branch; in find_branch_descriptor() local 1058 branch = d->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS); in find_branch_descriptor() 1061 if (z == 2 && branch == cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS)) in find_branch_descriptor()
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 202 optimizations that leverage the branch-prediction hardware are
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha1-armv4-large.S | 32 @ i-cache availability, branch penalties, etc.
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 238 by providing a simple OS-jitter test suite, which is available on branch
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 600 4) The basr ( branch relative & save ) trick works as follows the instruction 640 # address using branch & save instruction. 839 if you were inclined you could add traces for all branch instructions & 845 to branch to 0 & crashing as this will stop at the address before in jumps to 0.
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 8976 static void i40e_switch_branch_release(struct i40e_veb *branch) in i40e_switch_branch_release() argument 8978 struct i40e_pf *pf = branch->pf; in i40e_switch_branch_release() 8979 u16 branch_seid = branch->seid; in i40e_switch_branch_release() 8980 u16 veb_idx = branch->idx; in i40e_switch_branch_release() 8987 if (pf->veb[i]->uplink_seid == branch->seid) in i40e_switch_branch_release()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3614 * Interrupt branch address for SCS SEQ_INT1 mode 0 and 1 interrupts. 3640 * Interrupt branch address for HST_SEQ_INT2 interrupts.
|
D | aic79xx.seq | 1870 * First instruction in an ISR cannot be a branch on
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 653 The master branch or for-next branches can be used as the main
|
/linux-4.1.27/ |
D | MAINTAINERS | 43 your changes in a branch derived from Linus' latest git tree.
|