/Zephyr-latest/tests/arch/x86/cpu_scrubs_regs/src/ |
D | main.c | 12 #define DB_VAL 0xDEADBEEF 19 * - Write 0xDEADBEEF values during system call into registers in z_impl_test_cpu_write_reg() 29 "movl $0xDEADBEEF, %%eax;\n\t" in z_impl_test_cpu_write_reg() 30 "movl $0xDEADBEEF, %%ebx;\n\t" in z_impl_test_cpu_write_reg() 31 "movl $0xDEADBEEF, %%ecx;\n\t" in z_impl_test_cpu_write_reg() 32 "movl $0xDEADBEEF, %%edx;\n\t" in z_impl_test_cpu_write_reg() 33 "movl $0xDEADBEEF, %%edi;\n\t" in z_impl_test_cpu_write_reg() 38 "movq $0xDEADBEEF, %%rax;\n\t" in z_impl_test_cpu_write_reg() 39 "movq $0xDEADBEEF, %%rcx;\n\t" in z_impl_test_cpu_write_reg() 40 "movq $0xDEADBEEF, %%rdx;\n\t" in z_impl_test_cpu_write_reg() [all …]
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/ |
D | arm_syscalls.c | 22 #define PRIORITY 0 23 #define DB_VAL 0xDEADBEEF 41 zassert_true((arch_current_thread()->arch.mode & CONTROL_nPRIV_Msk) == 0, in z_impl_test_arm_user_syscall() 81 zassert_true((arch_current_thread()->arch.mode & CONTROL_nPRIV_Msk) != 0, in arm_isr_handler() 96 first_call = 0; in arm_isr_handler() 102 irq_unlock(0); in arm_isr_handler() 104 } else if (first_call == 0) { in arm_isr_handler() 109 zassert_true(__get_PSPLIM() == 0, in arm_isr_handler() 157 int i = 0; in ZTEST() 168 zassert_true((arch_current_thread()->arch.mode & CONTROL_nPRIV_Msk) == 0, in ZTEST() [all …]
|
/Zephyr-latest/tests/drivers/gpio/gpio_reserved_ranges/src/ |
D | main.c | 46 0xdeadbeef, ""); in ZTEST() 48 0x7fffbeff, ""); in ZTEST() 50 0xfffc0418, ""); in ZTEST() 52 0xfffffff0, ""); in ZTEST() 53 zassert_equal(GPIO_DT_RESERVED_RANGES_NGPIOS(TEST_GPIO_5, 0), in ZTEST() 54 0xffffffff, ""); in ZTEST() 56 0, ""); in ZTEST() 59 zassert_equal(GPIO_DT_INST_RESERVED_RANGES_NGPIOS(0, 32), 0xdeadbeef, in ZTEST() 61 zassert_equal(GPIO_DT_INST_RESERVED_RANGES_NGPIOS(1, 32), 0x7fffbeff, in ZTEST() 63 zassert_equal(GPIO_DT_INST_RESERVED_RANGES_NGPIOS(2, 18), 0xfffc0418, in ZTEST() [all …]
|
/Zephyr-latest/tests/kernel/interrupt/src/ |
D | test_shared_irq.h | 15 #define TEST_INVALID_IDX 0xcafebabe 16 #define TEST_DUMMY_ISR_VAL 0xdeadbeef 17 #define TEST_INVALID_IRQ 0xcafebabe 30 0xdeadbeef, 31 0xcafebabe, 32 0x1234cafe, 49 for (i = 0; i < shared_entry->client_num; i++) { in client_exists_at_index()
|
/Zephyr-latest/tests/drivers/hwinfo/api/src/ |
D | main.c | 27 #define BUFFER_CANARY 0xFF 42 zassert_false((length_read_1 < 0), in ZTEST() 44 zassert_not_equal(length_read_1, 0, "Zero bytes read"); in ZTEST() 55 for (i = 0; i < BUFFER_LENGTH; i++) { in ZTEST() 56 buffer_1[i] ^= 0xA5; in ZTEST() 62 zassert_equal(buffer_1[length_read_1], (BUFFER_CANARY ^ 0xA5), in ZTEST() 65 for (i = 0; i < length_read_1; i++) { in ZTEST() 92 cause = 0xDEADBEEF; in ZTEST() 100 zassert_false((ret < 0), in ZTEST() 104 zassert_not_equal(cause, 0xDEADBEEF, "Reset cause not written."); in ZTEST() [all …]
|
/Zephyr-latest/tests/drivers/build_all/gpio/ |
D | efinix_sapphire.overlay | 15 reg = <0xdeadbeef 0x1000>; 16 #gpio-cells = <0x2>;
|
/Zephyr-latest/tests/drivers/build_all/lora/ |
D | uart_devices.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 reg = <0x55556666 0x1000>; 28 reset-gpios = <&test_gpio 0 0>;
|
D | sx1272.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 #size-cells = <0>; 23 reg = <0x33334444 0x1000>; 26 cs-gpios = <&test_gpio 0 0>, 27 <&test_gpio 0 0>, 28 <&test_gpio 0 0>; 33 reg = <0x1>; 36 reset-gpios = <&test_gpio 0 0>; 38 dio-gpios = <&test_gpio 0 0>, [all …]
|
/Zephyr-latest/tests/drivers/stepper/stepper_api/boards/ |
D | qemu_x86_64.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 26 gpios = <&test_gpio 0 0>, 27 <&test_gpio 0 0>, 28 <&test_gpio 0 0>, 29 <&test_gpio 0 0>;
|
/Zephyr-latest/tests/drivers/build_all/wifi/ |
D | uart_devices.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 reg = <0x55556666 0x1000>; 27 wakeup-gpios = <&test_gpio 0 0>; 28 resetn-gpios = <&test_gpio 0 0>;
|
/Zephyr-latest/tests/drivers/build_all/auxdisplay/ |
D | uart_devices.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 reg = <0x55556666 0x1000>;
|
/Zephyr-latest/tests/drivers/build_all/regulator/ |
D | app.overlay | 13 #size-cells = <0>; 15 reg = <0x11112222 0x1000>; 25 reg = <0xdeadbeef 0x1000>; 26 #gpio-cells = <0x2>;
|
/Zephyr-latest/tests/drivers/build_all/charger/ |
D | app.overlay | 16 reg = <0xdeadbeef 0x1000>; 17 #gpio-cells = <0x2>; 23 #size-cells = <0>; 25 reg = <0x11112222 0x1000>;
|
/Zephyr-latest/dts/bindings/mbox/ |
D | nordic,nrf-bellboard-tx.yaml | 16 reg = <0xdeadbeef 0x1000>;
|
/Zephyr-latest/tests/drivers/build_all/power_domain/ |
D | app.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 enable-gpios = <&test_gpio 0 0>; 22 #power-domain-cells = <0>; 29 gpios = <&test_gpio 0 0>; 30 #power-domain-cells = <0>;
|
/Zephyr-latest/tests/drivers/build_all/modem/ |
D | app.overlay | 21 reg = <0xdeadbeef 0x1000>; 22 #gpio-cells = <0x2>; 28 reg = <0x55556666 0x1000>;
|
/Zephyr-latest/tests/drivers/build_all/flash/ |
D | app.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 #size-cells = <0>; 23 reg = <0x33334444 0x1000>; 28 cs-gpios = <&test_gpio 0 0>, 29 <&test_gpio 0 0>, 30 <&test_gpio 0 0>, 31 <&test_gpio 0 0>, 32 <&test_gpio 0 0>;
|
/Zephyr-latest/tests/drivers/build_all/disk/ |
D | app.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 #size-cells = <0>; 23 reg = <0x33334444 0x1000>; 28 cs-gpios = <&test_gpio 0 0>, 29 <&test_gpio 0 0>, 30 <&test_gpio 0 0>, 31 <&test_gpio 0 0>, 32 <&test_gpio 0 0>;
|
/Zephyr-latest/tests/drivers/build_all/counter/ |
D | i2c_devices.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 #size-cells = <0>; 23 reg = <0x11112222 0x1000>; 27 test_ds3231: ds3231@0 { 30 reg = <0x0>; 36 reg = <0x1>;
|
/Zephyr-latest/tests/drivers/build_all/stepper/ |
D | app.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 23 #size-cells = <0>; 25 reg = <0x33334444 0x1000>; 30 cs-gpios = <&test_gpio 0 0>; /* 0x00 */
|
/Zephyr-latest/tests/drivers/build_all/usb/ |
D | i2c_devices.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 #size-cells = <0>; 23 reg = <0x11112222 0x1000>; 27 test_i2c_pi3usb9201: pi3usb9201@0 { 29 reg = <0x0>; 31 intb-gpios = <&test_gpio 0 0>; 37 irq-gpios = <&test_gpio 0 0>;
|
D | spi_devices.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 #size-cells = <0>; 23 reg = <0x33334444 0x1000>; 28 cs-gpios = <&test_gpio 0 0>, 29 <&test_gpio 0 0>, 30 <&test_gpio 0 0>, 31 <&test_gpio 0 0>, 32 <&test_gpio 0 0>; 34 max3421e_spi: max3421e_spi@0 { [all …]
|
/Zephyr-latest/tests/drivers/build_all/audio/ |
D | i2c_devices.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 #size-cells = <0>; 23 reg = <0x11112222 0x1000>; 27 test_i2c_tas6422dac: tas6422dac@0 { 30 reg = <0x0>; 36 reg = <0x1>; 37 reset-gpios = <&test_gpio 0 0>;
|
/Zephyr-latest/tests/drivers/build_all/watchdog/ |
D | i2c_devices.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 #size-cells = <0>; 23 reg = <0x11112222 0x1000>; 27 npm6001_ek_pmic: pmic@0 { 29 reg = <0x0>; 38 reg = <0x1>;
|
D | spi_devices.overlay | 14 reg = <0xdeadbeef 0x1000>; 15 #gpio-cells = <0x2>; 21 #size-cells = <0>; 23 reg = <0x33334444 0x1000>; 28 cs-gpios = <&test_gpio 0 0>, 29 <&test_gpio 0 0>, 30 <&test_gpio 0 0>, 31 <&test_gpio 0 0>, 32 <&test_gpio 0 0>; 34 test_spi_fs26: fs26@0 { [all …]
|