Home
last modified time | relevance | path

Searched refs:skip (Results 226 – 250 of 1278) sorted by relevance

12345678910>>...52

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c288 goto skip; in do_syscall_trace_enter()
298 goto skip; in do_syscall_trace_enter()
316 skip: in do_syscall_trace_enter()
/openbmc/linux/tools/perf/arch/powerpc/util/
H A DBuild10 perf-$(CONFIG_DWARF) += skip-callchain-idx.o
/openbmc/linux/drivers/input/tablet/
H A Dwacom_serial4.c265 int r, skip; in wacom_handle_configuration_response() local
268 r = sscanf(wacom->data, "~R%x,%u,%u,%u,%u", &skip, &skip, &skip, in wacom_handle_configuration_response()
/openbmc/linux/arch/ia64/kernel/
H A Dpalinfo.c153 int i, begin, skip = 0; in bitregister_process() local
162 if ((value & 0x1) == 0 && skip == 0) { in bitregister_process()
167 skip = 1; in bitregister_process()
169 } else if ((value & 0x1) && skip == 1) { in bitregister_process()
170 skip = 0; in bitregister_process()
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_protocol_settings.robot69 Redfish OBMC Reboot (off) stack_mode=skip
87 Redfish OBMC Reboot (off) stack_mode=skip
174 Redfish OBMC Reboot (off) stack_mode=skip
191 Redfish OBMC Reboot (off) stack_mode=skip
264 ... Redfish OBMC Reboot (off) stack_mode=skip
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Dpl01x.txt10 - skip-init: if present, the baud rate divisor is not changed
/openbmc/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
/openbmc/u-boot/arch/arm/dts/
H A Ddra76x.dtsi18 ti,irqs-skip = <10 67 68 133 139 140>;
/openbmc/u-boot/arch/powerpc/dts/
H A Du-boot.dtsi11 skip-at-start = <CONFIG_SYS_TEXT_BASE>;
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp109 .skip = 42, in TEST()
112 EXPECT_EQ(delegated.skip, std::nullopt); in TEST()
113 EXPECT_EQ(query.skip, 42); in TEST()
119 .skip = 42, in TEST()
125 EXPECT_EQ(delegated.skip, 42); in TEST()
126 EXPECT_EQ(query.skip, 0); in TEST()
616 EXPECT_EQ(query.value().skip, 1); in TEST()
/openbmc/linux/drivers/usb/serial/
H A Dgarmin_gps.c476 int skip; in gsp_receive() local
483 skip = garmin_data_p->flags & FLAGS_GSP_SKIP; in gsp_receive()
498 if (skip) { /* start of a new pkt */ in gsp_receive()
499 skip = 0; in gsp_receive()
526 skip = 1; in gsp_receive()
532 } else if (!skip) { in gsp_receive()
544 skip = 1; in gsp_receive()
555 if (skip) in gsp_receive()
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dfsmc-nand.txt12 - nand-skip-bbtscan: Indicates the BBT scanning should be skipped
53 nand-skip-bbtscan;
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py44 res.set_result(ResultState.skip)
108 res.set_result(ResultState.skip)
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/
H A Dcrossbar.txt23 - ti,irqs-skip: This is similar to "ti,irqs-reserved", but these are for
38 ti,irqs-skip = <10 133 139 140>;
/openbmc/u-boot/test/py/
H A Du_boot_utils.py223 pytest.skip('bdinfo command not supported')
225 pytest.skip('Previously failed to find RAM bank start')
/openbmc/linux/arch/x86/lib/
H A Dretpoline.S190 .skip 64 - (srso_safe_ret - srso_untrain_ret), 0xcc
264 .skip 64 - (retbleed_return_thunk - retbleed_untrain_ret), 0xcc
/openbmc/phosphor-ipmi-flash/bmc/
H A DREADME.md25 "type": "skip"
53 types of actions supported: `systemd` to invoke a systemd service, or `skip` to
/openbmc/qemu/tests/tcg/i386/
H A DMakefile.target52 $(call skip-test, "BUILD of $@", "missing -no-pie compiler support")
54 $(call skip-test, "RUN of test-i386", "not built")
/openbmc/qemu/system/
H A Dphysmem.c104 uint32_t skip : 6; member
198 e.skip = leaf ? 0 : 1; in phys_map_node_alloc()
221 lp->skip = 0; in phys_page_set_level()
264 if (p[i].skip) { in phys_page_compact()
278 lp->skip + p[valid_ptr].skip >= (1 << 6)) { in phys_page_compact()
290 lp->skip = 0; in phys_page_compact()
292 lp->skip += p[valid_ptr].skip; in phys_page_compact()
298 if (d->phys_map.skip) { in address_space_dispatch_compact()
322 for (i = P_L2_LEVELS; lp.skip && (i -= lp.skip) >= 0;) { in phys_page_find()
3767 } else if (!skip) { in mtree_print_phys_entries()
[all …]
/openbmc/linux/arch/x86/purgatory/
H A Dsetup-x86_64.S58 .skip 4096
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsnprintf_btf.c34 if (bss->skip) { in serial_test_snprintf_btf()
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo_1.22.2.bb12 # mips/rv64 doesn't support -buildmode=pie, so skip the QA checking for mips/riscv32 and its
/openbmc/qemu/tests/migration/i386/
H A DMakefile14 dd if=$< of=$@ bs=256 count=2 skip=124
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfault.h26 u64 skip; member
/openbmc/linux/tools/perf/tests/config-fragments/
H A DREADME4 pass and not skip.

12345678910>>...52