Searched refs:opf (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/sparc/kernel/ |
D | visemul.c | 294 static void edge(struct pt_regs *regs, unsigned int insn, unsigned int opf) in edge() argument 307 switch (opf) { in edge() 352 switch (opf) { in edge() 372 static void array(struct pt_regs *regs, unsigned int insn, unsigned int opf) in array() argument 394 switch (opf) { in array() 477 static void pformat(struct pt_regs *regs, unsigned int insn, unsigned int opf) in pformat() argument 483 scale = (gsr >> 3) & (opf == FPACK16_OPF ? 0xf : 0x1f); in pformat() 484 switch (opf) { in pformat() 589 static void pmul(struct pt_regs *regs, unsigned int insn, unsigned int opf) in pmul() argument 594 switch (opf) { in pmul() [all …]
|
/Linux-v4.19/fs/btrfs/ |
D | extent_io.c | 2750 static int submit_extent_page(unsigned int opf, struct extent_io_tree *tree, in submit_extent_page() argument 2804 bio->bi_opf = opf; in submit_extent_page()
|