Home
last modified time | relevance | path

Searched full:overwritten (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/linux/tools/perf/tests/
H A Dpmu.c251 * Test that already set values aren't overwritten. in test__pmu_usr_chgs()
255 TEST_ASSERT_EQUAL("krava01 overwritten", (int) val, (15 & 0b11)); in test__pmu_usr_chgs()
259 TEST_ASSERT_EQUAL("krava11 overwritten", (int) val, (27 | (4 << 1))); in test__pmu_usr_chgs()
263 TEST_ASSERT_EQUAL("krava02 overwritten", (int) val, 170); in test__pmu_usr_chgs()
267 TEST_ASSERT_EQUAL("krava03 overwritten", (int) val, 1); in test__pmu_usr_chgs()
272 * shouldn't be overwritten. So it's value should remain as 0. in test__pmu_usr_chgs()
276 TEST_ASSERT_EQUAL("krava13 overwritten", (int) val, 0); in test__pmu_usr_chgs()
281 * Test that unset values are overwritten. in test__pmu_usr_chgs()
285 TEST_ASSERT_EQUAL("krava21 not overwritten", (int) val, 13905); in test__pmu_usr_chgs()
289 TEST_ASSERT_EQUAL("krava22 not overwritten", (in in test__pmu_usr_chgs()
[all...]
/linux/arch/powerpc/lib/
H A Dtest_emulate_step_exec_instr.S35 * register state can still be saved even if GPR3 gets overwritten
45 * even if it gets overwritten by the test instruction.
88 * Since GPR3 is overwritten, temporarily restore it back to its
H A Ddiv64.S6 * On entry, r3 points to the dividend, which get overwritten with
/linux/Documentation/ABI/testing/
H A Ddev-kmsg38 Messages in the record ring buffer get overwritten as whole,
41 In case messages get overwritten in the circular buffer while
48 messages, in case the buffer gets overwritten. And they allow
H A Dsysfs-kernel-mm-mempolicy-weighted-interleave38 In auto mode, all node weights are re-calculated and overwritten
/linux/arch/arm/boot/dts/hisilicon/
H A Dhisi-x5hd2-dkb.dts57 /* Placeholder, overwritten by bootloader */
71 /* Placeholder, overwritten by bootloader */
/linux/tools/testing/selftests/kvm/x86/
H A Dsync_regs_test.c314 * overwritten with existing guest values. in KVM_ONE_VCPU_TEST()
337 * Verify s.regs values are not overwritten with existing guest values in KVM_ONE_VCPU_TEST()
338 * and that guest values are not overwritten with kvm_sync_regs values. in KVM_ONE_VCPU_TEST()
367 /* Clear kvm_valid_regs bits. Verify s.regs values are not overwritten in KVM_ONE_VCPU_TEST()
368 * with existing guest values but that guest values are overwritten in KVM_ONE_VCPU_TEST()
/linux/arch/riscv/include/asm/
H A Dthread_info.h57 * These stack pointers are overwritten on every system call or
59 * overwritten.
/linux/arch/x86/boot/compressed/
H A Dhead_32.S12 * the page directory will exist. The startup code will be overwritten by
125 * The GDT may get overwritten either during the copy we just did or
/linux/arch/loongarch/include/asm/
H A Dstackprotector.h6 * the stack frame and verifying that it hasn't been overwritten when
/linux/arch/xtensa/include/asm/
H A Dstackprotector.h7 * the stack frame and verifying that it hasn't been overwritten when
/linux/arch/mips/include/asm/
H A Dstackprotector.h8 * the stack frame and verifying that it hasn't been overwritten when
/linux/arch/arm/include/asm/
H A Dstackprotector.h6 * the stack frame and verifying that it hasn't been overwritten when
/linux/fs/nilfs2/
H A DKconfig10 file system, users can even restore files mistakenly overwritten or
/linux/arch/arm64/include/asm/
H A Dstackprotector.h6 * the stack frame and verifying that it hasn't been overwritten when
H A Dhardirq.h55 * don't want ___ctx->hcr to be overwritten. \
/linux/Documentation/admin-guide/hw-vuln/
H A Dspecial-register-buffer-data-sampling.rst72 overwritten.
148 RDSEED ensures that the shared buffer is overwritten before it is released for
/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11n_aggr.c32 /* This field will be overwritten later with ethertype */ in nxpwifi_11n_form_amsdu_pkt()
78 /* Original priority has been overwritten */ in nxpwifi_11n_form_amsdu_txpd()
/linux/tools/testing/selftests/bpf/progs/
H A Dtimer_crash.c43 * pointer was overwritten, for hmap we need to use bpf_timer_cancel. in sys_enter()
/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.c214 * Buffer *will* be overwritten by subsequent btf_type_raw_dump() calls
255 * Buffer *will* be overwritten by subsequent btf_type_raw_dump() calls
/linux/include/linux/
H A Dkstack_erase.h41 * overwritten by exception entry, so there's no need to erase them. in stackleak_task_high_bound()
/linux/drivers/extcon/
H A Dextcon.h40 * are overwritten by register function.
/linux/Documentation/admin-guide/perf/
H A Darm-ccn.rst46 will be overwritten anyway). In case of this processor being offlined,
/linux/drivers/mmc/core/
H A DKconfig81 on your card will be overwritten by these tests.
/linux/tools/testing/selftests/riscv/hwprobe/
H A Dhwprobe.c63 "Unknown key overwritten with -1 and doesn't block other elements\n"); in main()

12345678910>>...14