Home
last modified time | relevance | path

Searched refs:C11 (Results 1 – 21 of 21) sorted by relevance

/linux/Documentation/translations/zh_TW/process/
H A Dprogramming-language.rst15 在 ``-std=gnu11`` :ref:`gcc-c-dialect-options <tw_gcc-c-dialect-options>` 下編譯的:ISO C11的 GNU 方言
H A Dhowto.rst51 Linux內核使用GNU C和GNU工具鏈開發。雖然它遵循ISO C11標準,但也用到了一些
/linux/Documentation/translations/zh_CN/mm/
H A Dmmu_notifier.rst32 如果在设置新的pte/pmd值之前,清除页表项之后没有进行通知,那么你就会破坏设备的C11
/linux/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g7-soc1.c72 C11, enumerator
347 PIN(C11),
746 [C16] = 1, [C14] = 2, [C11] = 3, [D9] = 4, [F14] = 5, [D10] = 6, [C12] = 7,
972 PIN_GROUP(DI2C3, C11, C13);
977 PIN_GROUP(ESPI1, C16, C14, C11, D9, F14, D10, C12, C13);
1024 PIN_GROUP(LPC1, C16, C14, C11, D9, F14, D10, C12, C13, AE16, AE17);
1103 PIN_GROUP(SD, C16, C14, C11, D9, F14, D10, C12, C13);
1174 PIN_GROUP(VPI, C16, C14, C11, D9, F14, D10, AC26, AA25, AB23, U22, V21, N26,
H A Dpinctrl-aspeed-g4.c1380 #define C11 166 macro
1381 SIG_EXPR_LIST_DECL_SINGLE(C11, GPIOU6, GPIOU6, SIG_DESC_SET(SCUA0, 14));
1382 SIG_EXPR_LIST_DECL_SINGLE(C11, RMII1RXD0, RMII1, RMII1_DESC);
1383 SIG_EXPR_LIST_DECL_SINGLE(C11, RGMII1RXD0, RGMII1);
1384 PIN_DECL_(C11, SIG_EXPR_LIST_PTR(C11, GPIOU6),
1385 SIG_EXPR_LIST_PTR(C11, RMII1RXD0),
1386 SIG_EXPR_LIST_PTR(C11, RGMII1RXD0));
1454 FUNC_GROUP_DECL(RMII1, A12, B12, C12, D12, E12, A13, E11, D11, C11, B11, A11,
1456 FUNC_GROUP_DECL(RGMII1, A12, B12, C12, D12, E12, A13, E11, D11, C11, B11, A11,
1963 ASPEED_PINCTRL_PIN(C11),
H A Dpinctrl-aspeed-g5.c186 #define C11 22 macro
188 SIG_EXPR_LIST_DECL_SINGLE(C11, SD1CD, SD1, SD1_DESC);
189 SIG_EXPR_LIST_DECL_SINGLE(C11, SCL13, I2C13, I2C13_DESC);
190 PIN_DECL_2(C11, GPIOC6, SD1CD, SCL13);
197 FUNC_GROUP_DECL(I2C13, C11, B11);
198 FUNC_GROUP_DECL(SD1, C12, A12, B12, D9, D10, E12, C11, B11);
1957 ASPEED_PINCTRL_PIN(C11),
H A Dpinctrl-aspeed-g6.c638 #define C11 81 macro
639 SIG_EXPR_LIST_DECL_SESG(C11, SDA5, I2C5, SIG_DESC_SET(SCU418, 17));
640 PIN_DECL_1(C11, GPIOK1, SDA5);
642 FUNC_GROUP_DECL(I2C5, A11, C11);
1771 ASPEED_PINCTRL_PIN(C11),
/linux/arch/hexagon/kernel/
H A Dvm_entry.S86 { R31:30 = C11:10; \
187 { C11:10 = R31:30; \
/linux/drivers/memory/
H A Djedec_ddr.h55 #define C11 11 macro
/linux/Documentation/translations/sp_SP/process/
H A Dprogramming-language.rst13 bajo ``-std=gnu11`` [sp-gcc-c-dialect-options]_: el dialecto GNU de ISO C11.
/linux/Documentation/translations/it_IT/process/
H A Dprogramming-language.rst14 dello standard ISO C11.
/linux/Documentation/translations/zh_CN/process/
H A Dhowto.rst48 Linux内核使用GNU C和GNU工具链开发。虽然它遵循ISO C11标准,但也用到了一些
/linux/Documentation/mm/
H A Dmmu_notifier.rst28 the new pte/pmd value then you can break memory model like C11 or C++11 for
/linux/Documentation/translations/ko_KR/process/
H A Dhowto.rst65 커널은 GNU C와 GNU 툴체인을 사용하여 작성되었다. 이 툴들은 ISO C11 표준을
/linux/Documentation/trace/coresight/
H A Dcoresight-cpu-debug.rst57 C11.11.34 "DBGPCSR, Program Counter Sampling Register".
/linux/tools/memory-model/Documentation/
H A Dordering.txt500 C11 atomic variables. These operations provide no ordering guarantees,
539 o Declare the accessed variables as C11 atomics.
H A Dexplanation.txt938 memory models (such as those for C11/C++11). The "happens-before" and
1036 the same as, that of release sequences in the C11 memory model. They
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst285 C11 ``memory_order_release`` store operation. It also prevents any
366 C11 memory_order_consume [PDF]|_
376 .. |high-quality implementation of C11 memory_order_consume [PDF]| replace:: high-quality implement…
377 .. _high-quality implementation of C11 memory_order_consume [PDF]: http://www.rdrop.com/users/paulm…
/linux/Documentation/process/
H A Dhowto.rst39 adheres to the ISO C11 standard, it uses a number of extensions that are
/linux/Documentation/
H A Dmemory-barriers.txt329 guarantees were introduced into the C11 standard, so beware when
330 using older pre-C11 compilers (for example, gcc 4.6). The portion
/linux/Documentation/translations/sp_SP/
H A Dmemory-barriers.txt349 en cuenta que estos garantías se introdujeron en el estándar C11, así
350 que tenga cuidado cuando utilice compiladores anteriores a C11 (por