Home
last modified time | relevance | path

Searched full:tagged (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-latest/scripts/build/
Dparse_syscalls.py19 declarations found that were tagged with them.
178 help="Write tagged struct name information as json to file")
194 syscalls, tagged = analyze_headers(args.include, args.scan,
208 tagged,
Dgen_kobject_list.py137 # Names of all structs tagged with __net_socket, found by parse_syscalls.py
/Zephyr-latest/subsys/logging/
DKconfig.misc78 bool "Using tagged arguments for packaging"
83 If enabled, packaging uses tagged arguments.
Dlog_output_syst.c816 * Only if the package has tagged argument and
821 * tagged arguments; and,
829 * but the package does not have tagged argument.
853 * Tagged arguments are to be used with catalog messages,
854 * and should not be used for non-tagged ones.
/Zephyr-latest/doc/kernel/services/other/
Dfloat.rst166 or FPU user and the thread must be tagged by one of the
169 * A statically-created ARC thread can be tagged by passing the
172 * A dynamically-created ARC thread can be tagged by passing the
229 or FPU user and the thread must be tagged by one of the
232 * A statically-created thread can be tagged by passing the
235 * A dynamically-created thread can be tagged by passing the
275 The thread is tagged as an SSE user if the kernel has been configured
278 tagged as an SSE user, or if the application wants to avoid the exception
/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_deviations.ecl6 … work as is. Reports that are fully contained in adopted code are hidden/tagged with the 'adopted'…
22 -doc="The declarations in files tagged with api:public define a public API of Zephyr.
/Zephyr-latest/samples/subsys/demand_paging/
DREADME.rst12 can be tagged to be loaded into memory on demand, and also be automatically
/Zephyr-latest/include/zephyr/app_memory/
Dapp_memdomain.h45 * Globals tagged with this will end up in the data section for the
56 * Globals tagged with this will end up in the bss section for the
/Zephyr-latest/lib/os/
DKconfig.cbprintf161 Hidden option to support tagged arguments in cbvprint_package().
165 tagged with a type by preceding it with another argument as type
/Zephyr-latest/samples/subsys/demand_paging/src/
Dmain.c20 * This function is tagged with __ondemand_func to be placed in a special
/Zephyr-latest/drivers/tee/optee/
Doptee_msg.h203 * tagged as meta (setting the OPTEE_MSG_ATTR_META bit in corresponding
204 * attrs field). All parameters tagged as meta have to come first.
300 * The first two parameters are tagged as meta, holding two value
/Zephyr-latest/doc/project/
Drelease_process.rst24 stabilization phase. Release candidates will be tagged during the
144 - Ensure all blockers have the milestone tagged.
207 v[Major].[Minor+1] has started. For example, v1.7.99 will be tagged at the
425 The final release and each release candidate shall be tagged using the following
484 will be set and repository tagged using the following procedure:
Ddev_env_and_tools.rst195 response the item may be closed (draft and DNM tagged pull requests are
/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h196 /** @brief Indicate the incoming arguments are tagged.
198 * When set, this indicates that the incoming arguments are tagged, and
265 /** @brief Indicates the arguments are tagged.
268 * tagged, and should be processed accordingly.
750 /** @brief varargs-aware *printf-like output through a callback with tagged arguments.
757 * Note that the argument list @p ap are tagged.
/Zephyr-latest/dts/bindings/ethernet/
Dxlnx,gem.yaml267 length field (as indicated by bytes 13 and 14 in a non-VLAN tagged
325 only VLAN tagged frames will be passed to the address matching logic.
Dsnps,dwcxgmac.yaml461 bytes (9022 bytes for VLAN tagged packets) without reporting
/Zephyr-latest/doc/develop/languages/c/
Dpicolibc.rst115 When using tagged args
/Zephyr-latest/arch/arm/core/cortex_m/
Dthread.c194 /* The thread has been pre-tagged (at creation or later) with in z_arm_mpu_stack_guard_and_fpu_adjust()
200 * The thread is not pre-tagged with K_FP_REGS, but it has in z_arm_mpu_stack_guard_and_fpu_adjust()
215 /* Thread is not pre-tagged with K_FP_REGS, and it has in z_arm_mpu_stack_guard_and_fpu_adjust()
/Zephyr-latest/doc/releases/
Dindex.rst133 .. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags
Drelease-notes-1.11.rst184 These GitHub issues were addressed since the previous 1.10.0 tagged
/Zephyr-latest/doc/kernel/usermode/
Dmemory_domain.rst235 which need to be placed inside a partition are tagged with their destination
239 the tagged data.
/Zephyr-latest/arch/xtensa/core/
DREADME_MMU.txt33 Live TLB entries are tagged with an 8-bit "ASID" value derived from
/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h417 /** @brief Wrapper for log message string with tagged arguments.
421 * log message provided. Each subsequent arguments are tagged by preceding
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dlinker.ld223 /* Specially-tagged functions in SoC sources */
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_cbor.c378 LOG_WRN("expected tagged date/time, got tag %" PRIu32 "", tag); in get_time()

12