Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 25 of 95) sorted by relevance

1234

/f-stack/freebsd/tools/
H A Dbus_macro.sh34 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 Dasmacros.h152 .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 Dconstcheck.sh8 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 Dasmacros.h170 .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 Drenesas,rza2-pinctrl.yaml34 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 Dst,stm32-pinctrl.yaml142 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 Drenesas,rza2-pinctrl.txt46 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 Dfsl,imx6sx-pinctrl.txt10 input_val> are specified using a PIN_FUNC_ID macro, which can be found in
/f-stack/freebsd/arm64/arm64/
H A Dexception.S36 .macro save_registers el
83 .macro restore_registers el
142 .macro do_ast
223 .macro vempty
228 .macro vector name
H A Dsupport.S41 .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 Dphy-ocelot-serdes.txt16 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 DREADME.md24 - 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 Dcsr,atlas7-car.txt29 compatible = "sirf,macro-tick";
42 compatible = "sirf,macro-uart";
/f-stack/freebsd/contrib/openzfs/config/
H A Dax_python_devel.m415 # 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 Dkernel-is_owner_or_cap.m43 dnl # The is_owner_or_cap() macro was renamed to inode_owner_or_capable(),
H A Dkernel-declare-event-class.m42 dnl # Ensure the DECLARE_EVENT_CLASS macro is available to non-GPL modules.
/f-stack/freebsd/crypto/skein/amd64/
H A Dskein_block_asm.s245 .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 Dsupport.S532 .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 Datpic_vector.S45 .macro INTR irq_num, vec_name
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dcstyle.pl830 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 Djemalloc_rename.sh9 * these macro definitions.
/f-stack/freebsd/arm/mv/
H A Dstd-pj4b.mv10 # reduces the original macro text to its numeric value. The only way
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_pthread.m411 # 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 Datpic_vector.s47 .macro INTR irq_num, vec_name
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-platform.h239 #error Unexpected CVMX_BUILD_FOR_* macro

1234