Home
last modified time | relevance | path

Searched full:t (Results 1 – 25 of 2407) sorted by relevance

12345678910>>...97

/Zephyr-latest/tests/arch/riscv/fatal/src/
Dmain.c20 "li x1, 0xDADA0000FF000101\n\t" in main()
23 /* "li x2, 0\n\t" */ in main()
26 "li x5, 0xD0FF0000FF000505\n\t" in main()
27 "li x6, 0xD1FF0000FF000606\n\t" in main()
28 "li x7, 0xD2FF0000FF000707\n\t" in main()
30 "li x8, 0xC0FF0000FF000808\n\t" in main()
31 "li x9, 0xC1FF0000FF000909\n\t" in main()
33 "li x10, 0xA0FF0000FF000A10\n\t" in main()
34 "li x11, 0xA1FF0000FF000B11\n\t" in main()
35 "li x12, 0xA2FF0000FF000C12\n\t" in main()
[all …]
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dfloat_regs_x86_gcc.h42 "movdqu 0(%0), %%xmm0\n\t;" in _load_all_float_registers()
43 "movdqu 16(%0), %%xmm1\n\t;" in _load_all_float_registers()
44 "movdqu 32(%0), %%xmm2\n\t;" in _load_all_float_registers()
45 "movdqu 48(%0), %%xmm3\n\t;" in _load_all_float_registers()
46 "movdqu 64(%0), %%xmm4\n\t;" in _load_all_float_registers()
47 "movdqu 80(%0), %%xmm5\n\t;" in _load_all_float_registers()
48 "movdqu 96(%0), %%xmm6\n\t;" in _load_all_float_registers()
49 "movdqu 112(%0), %%xmm7\n\t;" in _load_all_float_registers()
51 "fldt 128(%0)\n\t;" in _load_all_float_registers()
52 "fldt 138(%0)\n\t;" in _load_all_float_registers()
[all …]
Dfloat_regs_arm64_gcc.h37 "ldp q0, q1, [x0, #(16 * 0)]\n\t" in _load_all_float_registers()
38 "ldp q2, q3, [x0, #(16 * 2)]\n\t" in _load_all_float_registers()
39 "ldp q4, q5, [x0, #(16 * 4)]\n\t" in _load_all_float_registers()
40 "ldp q6, q7, [x0, #(16 * 6)]\n\t" in _load_all_float_registers()
41 "ldp q8, q9, [x0, #(16 * 8)]\n\t" in _load_all_float_registers()
42 "ldp q10, q11, [x0, #(16 * 10)]\n\t" in _load_all_float_registers()
43 "ldp q12, q13, [x0, #(16 * 12)]\n\t" in _load_all_float_registers()
44 "ldp q14, q15, [x0, #(16 * 14)]\n\t" in _load_all_float_registers()
45 "ldp q16, q17, [x0, #(16 * 16)]\n\t" in _load_all_float_registers()
46 "ldp q18, q19, [x0, #(16 * 18)]\n\t" in _load_all_float_registers()
[all …]
Dfloat_regs_arc_gcc.h44 "ld.ab %1, [%0, 4];\n\t" in _load_all_float_registers()
45 "sr %1, [%2];\n\t" in _load_all_float_registers()
46 "ld.ab %1, [%0, 4];\n\t" in _load_all_float_registers()
47 "sr %1, [%3];\n\t" in _load_all_float_registers()
48 "ld.ab %1, [%0, 4];\n\t" in _load_all_float_registers()
49 "sr %1, [%4];\n\t" in _load_all_float_registers()
50 "ld.ab %1, [%0, 4];\n\t" in _load_all_float_registers()
51 "sr %1, [%5];\n\t" in _load_all_float_registers()
77 "lr %1, [%2];\n\t" in _store_all_float_registers()
78 "st.ab %1, [%0, 4];\n\t" in _store_all_float_registers()
[all …]
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popperjs/core… argument
Dpopper.min.js7t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&defi… argument
/Zephyr-latest/scripts/coccinelle/
Dconst_config_info.cocci8 // doesn't inadvertently remove that qualifier.
20 // bare: (struct T*)E
25 identifier T;
30 struct T*)E->config_info
32 // bare const: (struct T* const)E
37 identifier T;
42 struct T * const)E->config_info
44 // asg: struct T *D = (const struct T*)
49 identifier T;
54 struct T * D = (const struct T*)E->config_info;
[all …]
Dsame_identifier.cocci16 identifier t, v;
19 struct t *v@p;
21 struct t v@p;
23 union t v@p;
27 t << common_case.t;
33 if t == v:
37 type T;
42 T v@p;
44 T *v@p;
48 t << per_type.T;
[all …]
Dreserved_names.cocci16 identifier t, v;
18 type T;
21 struct t *v@p;
23 struct t v@p;
25 union t v@p;
27 T v@p;
29 T *v@p;
31 struct t *v@p = E;
33 struct t v@p = E;
35 union t v@p = E;
[all …]
/Zephyr-latest/samples/subsys/logging/syst/
DREADME.rst3 MIPI Sys-T Logging Sample
14 This project outputs a few sample log messages in MIPI Sys-T format.
15 These Sys-T messages can be interpreted by a utility in
16 :file:`<workspace>/modules/debug/mipi-sys-t/printer/`.
18 Build the Sys-T Message Parser
23 cd <workspace>/modules/debug/mipi-sys-t/printer/
30 :file:`<workspace>/modules/debug/mipi-sys-t/printer/build`.
32 MIPI Sys-T Text Messages
35 The Sys-T text messages are self contained strings that do not
52 west build -t run > /tmp/syst
[all …]
/Zephyr-latest/tests/ztest/busy_sim/src/
Dmain.c15 uint32_t t = k_uptime_get_32(); in ZTEST() local
18 t = k_uptime_get_32() - t; in ZTEST()
20 zassert_true((t > (ms - delta)) && (t < (ms + delta))); in ZTEST()
23 t = k_uptime_get_32(); in ZTEST()
26 t = k_uptime_get_32() - t; in ZTEST()
33 zassert_true((t > (busy_ms - 2 * delta)) && (t < (busy_ms + 4 * delta)), in ZTEST()
35 busy_ms - 2 * delta, busy_ms + 4 * delta, t); in ZTEST()
38 t = k_uptime_get_32(); in ZTEST()
40 t = k_uptime_get_32() - t; in ZTEST()
41 zassert_true((t > (ms - delta)) && (t < (ms + delta))); in ZTEST()
/Zephyr-latest/tests/arch/x86/cpu_scrubs_regs/src/
Dmain.c29 "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()
41 "movq $0xDEADBEEF, %%rsi;\n\t" in z_impl_test_cpu_write_reg()
42 "movq $0xDEADBEEF, %%rdi;\n\t" in z_impl_test_cpu_write_reg()
[all …]
/Zephyr-latest/include/zephyr/sys/
Dtime_units.h102 * This isn't intended to be used directly, instead being wrapped
269 * has precision traps that we probably don't want to support in an
320 * print " * \@param t Source time in $hfrom. uint64_t\n";
324 * print "#define $sym(t) \\\n";
325 * print "\tz_tmcvt_$ret32(t, Z_HZ_$from_unit, Z_HZ_$to_unit,";
353 * @param t Source time in seconds. uint64_t
357 #define k_sec_to_cyc_floor32(t) \ argument
358 z_tmcvt_32(t, Z_HZ_sec, Z_HZ_cyc, Z_CCYC, false, false)
369 * @param t Source time in seconds. uint64_t
373 #define k_sec_to_cyc_floor64(t) \ argument
[all …]
Dcbprintf_cxx.h80 template < typename T >
81 static inline int z_cbprintf_cxx_is_pchar(T arg, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
132 template < typename T >
133 static inline int z_cbprintf_cxx_is_word_num(T arg) in z_cbprintf_cxx_is_word_num()
243 template < typename T >
244 static inline int z_cbprintf_cxx_is_none_char_ptr(T arg) in z_cbprintf_cxx_is_none_char_ptr()
259 template < typename T >
260 static inline size_t z_cbprintf_cxx_arg_size(T arg) in z_cbprintf_cxx_arg_size()
264 return MAX(sizeof(T), sizeof(int)); in z_cbprintf_cxx_arg_size()
316 template < typename T >
[all …]
/Zephyr-latest/tests/arch/x86/info/src/
Dacpi.c31 printk("\t\t\t. Scope type %s\n", get_dmar_scope_type(devscope->EntryType)); in dmar_devsope_handler()
32 printk("\t\t\t. Enumeration ID %u\n", devscope->EnumerationId); in dmar_devsope_handler()
43 printk("\t\t\t. PCI Path %02x:%02x.%02x\n", devscope->Bus, in dmar_devsope_handler()
54 printk("\t\t[ Hardware Unit Definition %d ]\n", unit++); in vtd_drhd_info()
57 printk("\t\t- Includes all PCI devices"); in vtd_drhd_info()
59 printk("\t\t- Includes only listed PCI devices"); in vtd_drhd_info()
64 printk("\t\t- Segment number %u\n", drhd->Segment); in vtd_drhd_info()
65 printk("\t\t- Base Address 0x%llx\n", drhd->Address); in vtd_drhd_info()
67 printk("\t\t- Device Scopes:\n"); in vtd_drhd_info()
95 printk("\t-> X2APIC "); in vtd_info()
[all …]
/Zephyr-latest/soc/intel/intel_adsp/common/
Dmultiprocessing.c50 * to be absolutely sure we don't try to IPI a CPU that isn't ready to
66 __asm__(".section .text.z_soc_mp_asm_entry, \"x\" \n\t"
67 ".align 4 \n\t"
68 ".global z_soc_mp_asm_entry \n\t"
69 "z_soc_mp_asm_entry: \n\t"
70 " movi a0, 0x4002f \n\t" /* WOE | UM | INTLEVEL(max) */
71 " wsr a0, PS \n\t"
72 " movi a0, 0 \n\t"
73 " wsr a0, WINDOWBASE \n\t"
74 " movi a0, 1 \n\t"
[all …]
/Zephyr-latest/arch/x86/include/ia32/
Dexception.h15 ".pushsection .gnu.linkonce.intList.exc_" #vector "\n\t" \
16 ".long 1f\n\t" /* ISR_LIST.fnc */ \
17 ".long -1\n\t" /* ISR_LIST.irq */ \
18 ".long -1\n\t" /* ISR_LIST.priority */ \
19 ".long " STRINGIFY(vector) "\n\t" /* ISR_LIST.vec */ \
20 ".long " STRINGIFY(dpl) "\n\t" /* ISR_LIST.dpl */ \
21 ".long 0\n\t" /* ISR_LIST.tss */ \
22 ".popsection\n\t" \
33 /* Unfortunately, GCC extended asm doesn't work at toplevel so we need
47 ".pushsection .gnu.linkonce.t.exc_" STRINGIFY(vector) \
[all …]
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dboot.c23 __asm__(".section .imr.boot_entry_d3_restore, \"x\"\n\t"
24 ".align 4\n\t"
25 ".global boot_entry_d3_restore\n\t"
26 "boot_entry_d3_restore:\n\t"
27 " movi a0, 0x4002f\n\t"
28 " wsr a0, PS\n\t"
29 " movi a0, 0\n\t"
30 " wsr a0, WINDOWBASE\n\t"
31 " movi a0, 1\n\t"
32 " wsr a0, WINDOWSTART\n\t"
[all …]
/Zephyr-latest/kernel/
Dtimeout.c41 sys_dnode_t *t = sys_dlist_peek_head(&timeout_list); in first() local
43 return (t == NULL) ? NULL : CONTAINER_OF(t, struct _timeout, node); in first()
46 static struct _timeout *next(struct _timeout *t) in next() argument
48 sys_dnode_t *n = sys_dlist_peek_next(&timeout_list, &t->node); in next()
53 static void remove_timeout(struct _timeout *t) in remove_timeout() argument
55 if (next(t) != NULL) { in remove_timeout()
56 next(t)->dticks += t->dticks; in remove_timeout()
59 sys_dlist_remove(&t->node); in remove_timeout()
114 struct _timeout *t; in z_add_timeout() local
125 for (t = first(); t != NULL; t = next(t)) { in z_add_timeout()
[all …]
/Zephyr-latest/tests/kernel/context/
DREADME.txt100 thread (q order: 2, t/o: 500) is running
101 got thread (q order: 2, t/o: 500) as expected
102 thread (q order: 3, t/o: 750) is running
103 got thread (q order: 3, t/o: 750) as expected
104 thread (q order: 0, t/o: 1000) is running
105 got thread (q order: 0, t/o: 1000) as expected
106 thread (q order: 6, t/o: 1250) is running
107 got thread (q order: 6, t/o: 1250) as expected
108 thread (q order: 1, t/o: 1500) is running
109 got thread (q order: 1, t/o: 1500) as expected
[all …]
/Zephyr-latest/subsys/net/lib/shell/
Dmem.c65 PR("%p\t%u\t%u\tETX\n", in context_info()
68 PR("%p\t%d\tETX\n", slab, slab->info.num_blocks); in context_info()
82 PR("%p\t%d\t%ld\tEDATA (%s)\n", pool, pool->buf_count, in context_info()
85 PR("%p\t%d\tEDATA\n", pool, pool->buf_count); in context_info()
117 PR("Address\t\tTotal\tAvail\tName\n"); in cmd_net_mem()
119 PR("%p\t%d\t%u\tRX\n", in cmd_net_mem()
122 PR("%p\t%d\t%u\tTX\n", in cmd_net_mem()
125 PR("%p\t%d\t%ld\tRX DATA (%s)\n", rx_data, rx_data->buf_count, in cmd_net_mem()
128 PR("%p\t%d\t%ld\tTX DATA (%s)\n", tx_data, tx_data->buf_count, in cmd_net_mem()
131 PR("Address\t\tTotal\tName\n"); in cmd_net_mem()
[all …]
Dallocs.c43 PR("%p/%ld\t%5s\t%5s\t%s():%d\n", in allocs_cb()
48 PR("%p\t%5s\t%5s\t%s():%d -> %s():%d\n", in allocs_cb()
61 PR("%p/%d\t%5s\t%5s\t%s():%d\n", in allocs_cb()
66 PR("%p\t%5s\t%5s\t%s():%d -> %s():%d\n", in allocs_cb()
88 PR("memory\t\tStatus\tPool\tFunction alloc -> freed\n"); in cmd_net_allocs()
/Zephyr-latest/modules/
DKconfig.syst5 bool "MIPI SyS-T Library Support"
7 This option enables the MIPI SyS-T Library
12 bool "STP Transport Layer for MIPI SyS-T"
15 Transport Layer for MIPI SyS-T
18 bool "output MIPI SyS-T raw data packet"
20 This option outputs MIPI SyS-T raw data packet
26 Tell MIPI Sys-T library to not build with
/Zephyr-latest/samples/net/stats/src/
Dmain.c35 printk("IPv6 recv %d\tsent\t%d\tdrop\t%d\tforwarded\t%d\n", in print_stats()
41 printk("IPv6 ND recv %d\tsent\t%d\tdrop\t%d\n", in print_stats()
47 printk("IPv6 PMTU recv %d\tsent\t%d\tdrop\t%d\n", in print_stats()
53 printk("IPv6 MLD recv %d\tsent\t%d\tdrop\t%d\n", in print_stats()
61 printk("IPv4 recv %d\tsent\t%d\tdrop\t%d\tforwarded\t%d\n", in print_stats()
68 printk("IP vhlerr %d\thblener\t%d\tlblener\t%d\n", in print_stats()
72 printk("IP fragerr %d\tchkerr\t%d\tprotoer\t%d\n", in print_stats()
78 printk("IPv4 PMTU recv %d\tsent\t%d\tdrop\t%d\n", in print_stats()
84 printk("ICMP recv %d\tsent\t%d\tdrop\t%d\n", in print_stats()
88 printk("ICMP typeer %d\tchkerr\t%d\n", in print_stats()
[all …]
/Zephyr-latest/lib/posix/options/
Dpthread.c95 static inline void posix_thread_q_set(struct posix_thread *t, enum posix_thread_qid qid) in posix_thread_q_set() argument
101 sys_dlist_append(&posix_thread_q[qid], &t->q_node); in posix_thread_q_set()
102 t->qid = qid; in posix_thread_q_set()
105 __ASSERT(false, "cannot set invalid qid %d for posix thread %p", qid, t); in posix_thread_q_set()
110 static inline enum posix_thread_qid posix_thread_q_get(struct posix_thread *t) in posix_thread_q_get() argument
112 switch (t->qid) { in posix_thread_q_get()
116 return t->qid; in posix_thread_q_get()
118 __ASSERT(false, "posix thread %p has invalid qid: %d", t, t->qid); in posix_thread_q_get()
131 static inline size_t posix_thread_to_offset(struct posix_thread *t) in posix_thread_to_offset() argument
133 return t - posix_thread_pool; in posix_thread_to_offset()
[all …]

12345678910>>...97