| /f-stack/freebsd/tools/ |
| H A D | bus_macro.sh | 34 macro () { function 52 macro barrier o l f 58 macro poke_$w o v 59 macro peek_$w o vp 62 macro read_$s$w o 63 macro read_multi_$s$w o d c 64 macro read_region_$s$w o d c 65 macro set_multi_$s$w o v c 66 macro set_region_$s$w o v c 67 macro write_$s$w o v [all …]
|
| /f-stack/freebsd/i386/include/ |
| H A D | asmacros.h | 152 .macro PUSH_FRAME2 163 .macro PUSH_FRAME 181 .macro SET_KERNEL_SREGS 189 .macro NMOVE_STACKS 202 .macro LOAD_KCR3 209 .macro MOVE_STACKS 214 .macro KENTER
|
| /f-stack/freebsd/contrib/libsodium/test/ |
| H A D | constcheck.sh | 8 for macro in $(egrep -r '#define crypto_.*BYTES(_[A-Z]+)? ' src/libsodium/include | \ 11 func=$(echo "$macro" | tr A-Z a-z) 12 echo " assert($func() == $macro);" >> "$CT"
|
| /f-stack/freebsd/amd64/include/ |
| H A D | asmacros.h | 170 .macro SAVE_SEGS 177 .macro MOVE_STACKS qw 186 .macro PTI_UUENTRY has_err 197 .macro PTI_UENTRY has_err 208 .macro PTI_ENTRY name, contk, contu, has_err=0 220 .macro PTI_INTRENTRY vec_name 231 .macro INTR_PUSH_FRAME vec_name 270 .macro INTR_HANDLER vec_name 276 .macro RESTORE_REGS
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | renesas,rza2-pinctrl.yaml | 34 RZA2_PIN() helper macro in r7s9210-pinctrl.h. 55 pin number and the desired function index. Use the RZA2_PINMUX macro 58 For assigning GPIO pins, use the macro RZA2_PIN also in 68 helper macro in r7s9210-pinctrl.h.
|
| H A D | st,stm32-pinctrl.yaml | 142 To simplify the usage, macro is available to generate "pinmux" field. 143 This macro is available here: 145 Some examples of using macro:
|
| H A D | renesas,rza2-pinctrl.txt | 46 number and the desired function index. Use the RZA2_PINMUX macro located 48 For assigning GPIO pins, use the macro RZA2_PIN also in r7s9210-pinctrl.h
|
| H A D | fsl,imx6sx-pinctrl.txt | 10 input_val> are specified using a PIN_FUNC_ID macro, which can be found in
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | exception.S | 36 .macro save_registers el 83 .macro restore_registers el 142 .macro do_ast 223 .macro vempty 228 .macro vector name
|
| H A D | support.S | 41 .macro check_user_access user_arg, limit, bad_addr_func 98 .macro fsudata insn, ret_reg, user_arg
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | phy-ocelot-serdes.txt | 16 Also, SERDES6G number (aka "macro") 0 is the only interface supporting 27 SerDes macro. The second defines the macro to use. They are
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | README.md | 24 - set build macro `ZSTD_MULTITHREAD` (`-DZSTD_MULTITHREAD` for `gcc`) 48 - `ZSTD_STATIC_LINKING_ONLY` : if this macro is defined _before_ including `zstd.h`, 80 By default, this build macro is set as `ZSTD_LEGACY_SUPPORT=5`. 131 - While invoking `make libzstd`, the build macro `ZSTD_LEGACY_MULTITHREADED_API=1` 135 - The build macro `DYNAMIC_BMI2` can be set to 1 or 0 in order to generate binaries 143 Setting this macro will either force to generate the BMI2 dispatcher (1) 146 - The build macro `ZSTD_NO_UNUSED_FUNCTIONS` can be defined to hide the definitions of functions 148 Currently, this macro will hide function definitions in FSE and HUF that use an excessive 151 - The build macro `ZSTD_NO_INTRINSICS` can be defined to disable all explicit intrinsics.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | csr,atlas7-car.txt | 29 compatible = "sirf,macro-tick"; 42 compatible = "sirf,macro-uart";
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | ax_python_devel.m4 | 15 # macro which accepts an additional [action-if-not-found] argument. This 19 # This macro checks for Python and tries to get the include path to 25 # parameter to this macro, for example ">= '2.3.1'", or "== '2.4'". Please 31 # This macro should work for all versions of Python >= 2.1.0. As an end 36 # If you need to use this macro for an older Python version, please 108 This version of the AC@&t@_PYTHON_DEVEL macro 125 # if the macro parameter ``version'' is set, honour it 236 # This small piece shamelessly adapted from PostgreSQL python macro;
|
| H A D | kernel-is_owner_or_cap.m4 | 3 dnl # The is_owner_or_cap() macro was renamed to inode_owner_or_capable(),
|
| H A D | kernel-declare-event-class.m4 | 2 dnl # Ensure the DECLARE_EVENT_CLASS macro is available to non-GPL modules.
|
| /f-stack/freebsd/crypto/skein/amd64/ |
| H A D | skein_block_asm.s | 245 .macro RotL64 reg,BLK_SIZE,ROUND_NUM,MIX_NUM 257 .macro StackVar localName,localSize 266 .macro Setup_Stack BLK_BITS,KS_CNT,debugCnt 338 .macro Reset_Stack
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | support.S | 532 .macro MEMMOVE_BEGIN 538 .macro MEMMOVE_END 568 .macro MEMSET erms 712 .macro SMAP_DISABLE smap 719 .macro SMAP_ENABLE smap 725 .macro COPYINOUT_BEGIN 728 .macro COPYINOUT_END 742 .macro COPYOUT smap erms 808 .macro COPYIN smap erms 1317 .macro COPYINSTR smap [all …]
|
| H A D | atpic_vector.S | 45 .macro INTR irq_num, vec_name
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | cstyle.pl | 830 my $macro = '[A-Z_][A-Z_0-9]*\('; 881 $cont_macro = /^\s*$macro/? 1 : 0; 1013 $cont_macro = ($rest =~ /^\s*$macro/)? 1 : 0;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/ |
| H A D | jemalloc_rename.sh | 9 * these macro definitions.
|
| /f-stack/freebsd/arm/mv/ |
| H A D | std-pj4b.mv | 10 # reduces the original macro text to its numeric value. The only way
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_pthread.m4 | 11 # This macro figures out how to build C programs using POSIX threads. It 33 # has a nonstandard name, this macro defines PTHREAD_CREATE_JOINABLE to 45 # Please let the authors know if this macro fails on any platform, or if 46 # you have any other suggestions or comments. This macro was based on work 49 # Alejandro Forero Cuervo to the autoconf macro repository. We are also 173 # IBM z/OS requires a feature-test macro to be defined in order to 192 # pthread_cleanup_push, or rather a function called by this macro, 206 # The presence of a feature test macro requesting re-entrant function 262 # ignore this macro, third-party headers might not.)
|
| /f-stack/freebsd/i386/i386/ |
| H A D | atpic_vector.s | 47 .macro INTR irq_num, vec_name
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-platform.h | 239 #error Unexpected CVMX_BUILD_FOR_* macro
|