/arch/mips/include/asm/sibyte/ |
D | sb1250_defs.h | 98 #define SIBYTE_HDR_FMASK(chip, pass) \ argument 99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass) 121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument 122 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument 126 (~(SIBYTE_HDR_FMASK(chip, pass) \ 127 | (SIBYTE_HDR_FMASK(chip, pass) - 1)) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 141 #define SIBYTE_HDR_FEATURE(chip, pass) \ argument 142 (!! ((SIBYTE_HDR_FMASK(chip, pass) \ 143 | SIBYTE_HDR_FMASK_AFTER(chip, pass)) & SIBYTE_HDR_FEATURES)) [all …]
|
/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 63 char pass[4]; in octeon_model_get_string_buffer() local 115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer() 211 strcpy(pass, "1.X"); in octeon_model_get_string_buffer() 214 strcpy(pass, "2.X"); in octeon_model_get_string_buffer() 217 strcpy(pass, "3.X"); in octeon_model_get_string_buffer() 220 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 235 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() 238 strcpy(pass, "1.1"); in octeon_model_get_string_buffer() 241 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 256 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() [all …]
|
D | cvmx-helper-util.c | 106 red_marks.s.pass = pass_thresh; in cvmx_helper_setup_red_queue() 112 (255ul << 24) / (red_marks.s.pass - red_marks.s.drop); in cvmx_helper_setup_red_queue()
|
/arch/sparc/kernel/ |
D | iommu-common.c | 107 int pass = 0; in iommu_tbl_range_alloc() local 136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc() 159 if ((start & mask) >= limit || pass > 0) { in iommu_tbl_range_alloc() 188 if (likely(pass == 0)) { in iommu_tbl_range_alloc() 192 pass++; in iommu_tbl_range_alloc() 194 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc() 201 pass++; in iommu_tbl_range_alloc()
|
/arch/x86/pci/ |
D | i386.c | 249 static void pcibios_allocate_dev_resources(struct pci_dev *dev, int pass) in pcibios_allocate_dev_resources() argument 274 if (pass == disabled) { in pcibios_allocate_dev_resources() 277 idx, r, disabled, pass); in pcibios_allocate_dev_resources() 292 if (!pass) { in pcibios_allocate_dev_resources() 307 static void pcibios_allocate_resources(struct pci_bus *bus, int pass) in pcibios_allocate_resources() argument 313 pcibios_allocate_dev_resources(dev, pass); in pcibios_allocate_resources() 317 pcibios_allocate_resources(child, pass); in pcibios_allocate_resources()
|
/arch/mips/netlogic/ |
D | Kconfig | 11 This DTB will be used if the firmware does not pass in a DTB 21 This DTB will be used if the firmware does not pass in a DTB 31 This DTB will be used if the firmware does not pass in a DTB 41 This DTB will be used if the firmware does not pass in a DTB 50 This DTB will be used if the firmware does not pass in a DTB
|
/arch/m68k/ifpsp060/ |
D | ilsp.doc | 87 pea (%sp) # pass: result addr on stack 88 mov.l %d0,-(%sp) # pass: multiplicand on stack 89 mov.l _multiplier,-(%sp) # pass: multiplier on stack 101 pea (%sp) # pass: result addr on stack 102 mov.l %d0,-(%sp) # pass: dividend hi on stack 103 mov.l %d1,-(%sp) # pass: dividend hi on stack 104 mov.l _divisor,-(%sp) # pass: divisor on stack 120 pea _bounds # pass ptr to bounds 121 mov.l %d0,-(%sp) # pass Rn
|
D | fplsp.doc | 87 fmovm.x &0x01,-(%sp) # pass operand on stack 98 fmov.s %fp1,-(%sp) # pass src operand 99 fmov.s %fp0,-(%sp) # pass dst operand
|
/arch/powerpc/net/ |
D | bpf_jit_comp.c | 559 int pass; in bpf_jit_compile() local 644 for (pass = 1; pass < 3; pass++) { in bpf_jit_compile() 652 pr_info("Pass %d: shrink = %d, seen = 0x%x\n", pass, in bpf_jit_compile() 660 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_jit_compile()
|
D | bpf_jit_comp64.c | 1155 int pass; in bpf_int_jit_compile() local 1266 for (pass = 1; pass < 3; pass++) { in bpf_int_jit_compile() 1274 pr_info("Pass %d: shrink = %d, seen = 0x%x\n", pass, in bpf_int_jit_compile() 1284 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
|
/arch/s390/net/ |
D | bpf_jit_comp.c | 1336 int pass; member 1350 int pass; in bpf_int_jit_compile() local 1380 pass = jit_data->pass + 1; in bpf_int_jit_compile() 1395 for (pass = 1; pass <= 3; pass++) { in bpf_int_jit_compile() 1421 bpf_jit_dump(fp->len, jit.size, pass, jit.prg_buf); in bpf_int_jit_compile() 1429 jit_data->pass = pass; in bpf_int_jit_compile()
|
/arch/s390/kernel/ |
D | entry.S | 489 lgr %r2,%r11 # pass pointer to pt_regs 503 lgr %r2,%r11 # pass pointer to pt_regs 512 lgr %r2,%r11 # pass pointer to pt_regs 521 lgr %r2,%r11 # pass pointer to pt_regs 529 lg %r2,__LC_CURRENT # pass pointer to task struct 539 lgr %r2,%r11 # pass pointer to pt_regs 557 lgr %r2,%r11 # pass pointer to pt_regs 576 lgr %r2,%r11 # pass pointer to pt_regs 691 lgr %r2,%r11 # pass pointer to pt_regs 707 lgr %r2,%r11 # pass pointer to pt_regs [all …]
|
/arch/powerpc/kernel/ |
D | iommu.c | 184 int pass = 0; in iommu_range_alloc() local 219 if ((pass == 0) && handle && *handle && in iommu_range_alloc() 240 if ((start & mask) >= limit || pass > 0) { in iommu_range_alloc() 260 if (likely(pass == 0)) { in iommu_range_alloc() 263 pass++; in iommu_range_alloc() 266 } else if (pass <= tbl->nr_pools) { in iommu_range_alloc() 273 pass++; in iommu_range_alloc()
|
/arch/mips/lantiq/ |
D | Kconfig | 35 Legacy bootloaders do not pass a DTB pointer to the kernel, so
|
/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 329 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local 351 for (pass = 0; pass < 10; pass++) { in bpf_jit_compile() 352 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen; in bpf_jit_compile() 747 bpf_jit_dump(flen, proglen, pass + 1, image); in bpf_jit_compile()
|
D | bpf_jit_comp_64.c | 1479 int pass, i; in bpf_int_jit_compile() local 1511 pass = 1; in bpf_int_jit_compile() 1531 for (pass = 1; pass < 40; pass++) { in bpf_int_jit_compile() 1542 pr_info("Pass %d: size = %u, seen = [%c%c%c%c%c%c]\n", pass, in bpf_int_jit_compile() 1589 bpf_jit_dump(prog->len, image_size, pass, ctx.image); in bpf_int_jit_compile()
|
/arch/arm/probes/kprobes/ |
D | test-core.c | 1390 goto pass; in kprobes_test_case_start() 1397 goto pass; in kprobes_test_case_start() 1423 pass: in kprobes_test_case_start() 1475 goto pass; in kprobes_test_case_end() 1529 goto pass; in kprobes_test_case_end() 1539 pass: in kprobes_test_case_end()
|
/arch/mips/bmips/ |
D | Kconfig | 7 Legacy bootloaders do not pass a DTB pointer to the kernel, so
|
/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 584 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 641 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 700 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 761 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 818 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 877 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 938 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 995 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 1054 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 1115 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec [all …]
|
D | pfpsp.S | 922 lea FP_DST(%a6),%a0 # pass: ptr to dst op 940 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec/mode 1268 lea FP_SRC(%a6),%a0 # pass: ptr to src op 1533 lea FP_SRC(%a6),%a0 # pass ptr to src operand 1833 lea FP_DST(%a6),%a0 # pass: ptr to dst op 2090 lea FP_SRC(%a6),%a0 # pass ptr to src operand 2337 lea FP_SRC(%a6),%a0 # pass ptr to src op 2338 mov.w &0x3c01,%d1 # pass denorm threshold 2543 lea FP_SRC(%a6),%a0 # pass: ptr to packed op 2551 lea FP_SRC(%a6),%a0 # pass: ptr to src op [all …]
|
/arch/c6x/kernel/ |
D | head.S | 55 ;; pass DTB pointer to machine_init (or zero if none)
|
/arch/x86/net/ |
D | bpf_jit_comp.c | 1101 int pass; in bpf_int_jit_compile() local 1160 for (pass = 0; pass < 20 || image; pass++) { in bpf_int_jit_compile() 1191 bpf_jit_dump(prog->len, proglen, pass + 1, image); in bpf_int_jit_compile()
|
/arch/arm/boot/dts/ |
D | keystone-k2e-evm.dts | 44 clock-output-names = "refclk-pass";
|
/arch/m68k/fpsp040/ |
D | scosh.S | 95 fmovemx %fp0-%fp0,(%a0) |pass parameter to setox
|
/arch/hexagon/ |
D | Kconfig | 100 to pass arguments to the kernel. For these, you should supply some
|