Searched refs:_what (Results 1 – 2 of 2) sorted by relevance
/hal_xtensa-latest/include/xtensa/config/ |
D | core.h | 880 #define _XCHAL_ITLB_SET(n,_what) XCHAL_ITLB_SET ## n ## _what argument 882 #define _XCHAL_ITLB_SET_E(n,i,_what) XCHAL_ITLB_SET ## n ## _E ## i ## _what argument 884 #define _XCHAL_DTLB_SET(n,_what) XCHAL_DTLB_SET ## n ## _what argument 886 #define _XCHAL_DTLB_SET_E(n,i,_what) XCHAL_DTLB_SET ## n ## _E ## i ## _what argument
|
/hal_xtensa-latest/zephyr/soc/sample_controller32/xtensa/config/ |
D | core.h | 781 #define I_XCHAL_ITLB_SET(n,_what) XCHAL_ITLB_SET ## n ## _what argument 783 #define I_XCHAL_ITLB_SET_E(n,i,_what) XCHAL_ITLB_SET ## n ## _E ## i ## _what argument 785 #define I_XCHAL_DTLB_SET(n,_what) XCHAL_DTLB_SET ## n ## _what argument 787 #define I_XCHAL_DTLB_SET_E(n,i,_what) XCHAL_DTLB_SET ## n ## _E ## i ## _what argument
|