Searched refs:pass (Results 26 - 50 of 195) sorted by path

12345678

/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c335 * Return whether this is the first pass. The first pass is special, since we
344 * Return whether this is the code generation pass. The code generation pass is
1924 /* On the first pass anything goes */
1928 /* The codegen pass must not change anything */
2007 int pass; member in struct:s390_jit_data
2045 int pass; local
2075 pass = jit_data->pass
[all...]
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S466 mov.l @r4, r4 ! pass INTEVT vector as arg0
494 mov r15, r5 ! pass saved registers as arg1
/linux-master/arch/sparc/kernel/
H A Diommu-common.c107 int pass = 0; local
136 if (pass == 0 && handle && *handle &&
157 * but on second pass, start at 0 in pool 0.
159 if ((start & mask) >= limit || pass > 0) {
184 if (likely(pass == 0)) {
188 pass++;
190 } else if (!largealloc && pass <= iommu->nr_pools) {
197 pass++;
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_32.c329 u32 temp[8], *prog, *func, seen = 0, pass; local
342 /* Before first pass, make a rough estimation of addrs[]
351 for (pass = 0; pass < 10; pass++) {
352 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen;
747 bpf_jit_dump(flen, proglen, pass + 1, image);
H A Dbpf_jit_comp_64.c1490 int pass, i; local
1522 pass = 1;
1542 for (pass = 1; pass < 40; pass++) {
1553 pr_info("Pass %d: size = %u, seen = [%c%c%c%c%c%c]\n", pass,
1600 bpf_jit_dump(prog->len, image_size, pass, ctx.image);
/linux-master/arch/x86/events/intel/
H A Dp4.c767 * none, both or any, so we just allow user to pass any value
892 * reason) will pass some cache event metric with improper
1250 int pass; local
1259 pass = 0;
1267 if (pass > 2)
1291 pass++;
1299 * cause the above p4_should_swap_ts to pass instead of fail.
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c263 * pass, only to generate the correct offset on the second pass.
2200 * If the previous pass already emits an imm8
2204 * On the other hand, if the previous pass emits an
2259 * (2) The previous pass emits an imm8 jmp,
2262 * (3) Similarly, the previous pass emits an
2282 * If the previous pass already emits an imm8
2379 /* Generally speaking, the compiler will pass the arguments
2420 /* get the count of the regs that are used to pass arguments */
2453 * Meanwhile, the compiler will pass th
3238 int pass; local
[all...]
H A Dbpf_jit_comp32.c1496 * to pass arguments number one to (number) if they are of integral
1505 * Two 32bit registers are used to pass a 64bit arg.
2530 int pass; local
2555 * Before first pass, make a rough estimation of addrs[]
2565 * JITed image shrinks with every pass and the loop iterates
2567 * may converge on the last pass. In such case do one more
2568 * pass to emit the final image.
2570 for (pass = 0; pass < 20 || image; pass
[all...]
/linux-master/arch/x86/pci/
H A Di386.c249 static void pcibios_allocate_dev_resources(struct pci_dev *dev, int pass) argument
274 if (pass == disabled) {
277 idx, r, disabled, pass);
292 if (!pass) {
307 static void pcibios_allocate_resources(struct pci_bus *bus, int pass) argument
313 pcibios_allocate_dev_resources(dev, pass);
317 pcibios_allocate_resources(child, pass);
/linux-master/drivers/cxl/
H A Dcxlmem.h801 u8 pass[NVDIMM_PASSPHRASE_LEN]; member in struct:cxl_disable_pass
808 u8 pass[NVDIMM_PASSPHRASE_LEN]; member in struct:cxl_pass_erase
H A Dsecurity.c107 memcpy(dis_pass.pass, key_data->data, NVDIMM_PASSPHRASE_LEN);
148 u8 pass[NVDIMM_PASSPHRASE_LEN]; local
152 memcpy(pass, key_data->data, NVDIMM_PASSPHRASE_LEN);
156 .payload_in = pass,
181 memcpy(erase.pass, key->data, NVDIMM_PASSPHRASE_LEN);
/linux-master/drivers/dma-buf/
H A Dst-dma-fence.c461 unsigned long pass = 0; local
505 pr_err("Callback not seen on thread %d, pass %lu (%lu misses), signaling %s add_callback; fence signaled? %s\n",
506 t->id, pass, miss,
519 pass++;
523 __func__, t->id, pass, miss);
531 int pass; local
533 for (pass = 0; !ret && pass <= 1; pass++) {
540 t[i].before = pass;
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c324 bool pass = true; local
328 pass = false;
331 return pass;
/linux-master/drivers/gpu/drm/ast/
H A Dast_ddc.c98 uint32_t val, val2, count, pass; local
101 pass = 0;
106 pass++;
108 pass = 0;
111 } while ((pass < 5) && (count++ < 0x10000));
120 uint32_t val, val2, count, pass; local
123 pass = 0;
128 pass++;
130 pass = 0;
133 } while ((pass <
[all...]
H A Dast_post.c693 u16 pass[32][2][2]; local
707 pass[dqidly][0][0] = 0xff;
708 pass[dqidly][0][1] = 0x0;
709 pass[dqidly][1][0] = 0xff;
710 pass[dqidly][1][1] = 0x0;
727 if (dlli < pass[dqidly][dqsip][0])
728 pass[dqidly][dqsip][0] = (u16) dlli;
729 if (dlli > pass[dqidly][dqsip][1])
730 pass[dqidly][dqsip][1] = (u16) dlli;
734 pass[dqidl
1708 u32 data, pass, timecnt; local
1868 u32 data, data2, pass, retrycnt; local
[all...]
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c100 * execution, userspace is told the location of those objects in this pass,
169 * first pass is then fitted into any available idle space. If an object does
354 * On the last pass though, we want to try as hard
739 unsigned int pass; local
756 * about anywhere. Repeat the previous pass.
773 for (pass = 0; pass <= 3; pass++) {
776 if (pass == 0)
779 if (pass >
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c199 int pass; local
234 for (pass = 0; pass <= 2; pass++) {
251 pr_err("context is not active; expected idle-barrier (%s pass %d)\n",
252 engine->name, pass);
359 int pass; local
394 for (pass = 0; pass <= 2; pass
[all...]
H A Dselftest_migrate.c850 int pass; local
853 for (pass = 0; pass < ARRAY_SIZE(t); pass++) {
870 t[pass] = ktime_sub(t1, t0);
929 int pass; local
932 for (pass = 0; pass < ARRAY_SIZE(t); pass++) {
953 t[pass]
[all...]
H A Dselftest_rc6.c205 int pass; local
207 for (pass = 0; pass < 2; pass++) {
H A Dselftest_ring_submission.c106 int pass; local
109 for (pass = 0; pass < 2; pass++) {
114 pr_err("pass[%d] wa_bb emitted for the kernel context\n",
115 pass);
125 pr_err("pass[%d] wa_bb *NOT* emitted after the kernel context\n",
126 pass);
136 pr_err("pass[%d] wa_bb *NOT* emitted for the user context switch\n",
137 pass);
[all...]
H A Dselftest_timeline.c228 const struct __igt_sync pass[] = { local
251 for (p = pass; p->name; p++) {
269 for (p = pass; p->name; p++) {
/linux-master/drivers/gpu/drm/i915/
H A Dintel_uncore.c206 unsigned int pass; local
223 pass = 1;
229 udelay(10 * pass);
235 } while (!ack_detected && pass++ < 10);
242 pass);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c274 unsigned int pass, order; local
288 * Each pass the common prefix shrinks and we have to insert a join.
295 for (pass = 0; pass < 3; pass++) {
H A Dintel_memory_region.c1257 int pass; local
1262 for (pass = 0; pass < ARRAY_SIZE(t); pass++) {
1270 t[pass] = ktime_sub(t1, t0);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_migrate.c707 int pass = 0; local
754 pass++, src_L0, dst_L0);

Completed in 324 milliseconds

12345678