/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | kprobe_args_string.tc | 8 ARG1=%di 11 ARG1=%ax 14 ARG1=%x0 17 ARG1=%r0 20 ARG1=%r3 23 ARG1=%r3 26 ARG1=%r2 29 ARG1=%r4 32 ARG1=%r4 45 echo "p:testprobe ${DIR_NAME} arg1=+0(${ARG1}):string" > kprobe_events [all …]
|
H A D | kprobe_args_char.tc | 8 ARG1=%di 11 ARG1=%ax 14 ARG1=%x0 17 ARG1=%r0 20 ARG1=%r3 23 ARG1=%r3 26 ARG1=%r2 29 ARG1=%r4 42 echo "p:testprobe ${DIR_NAME} arg1=+0(${ARG1}):char" > kprobe_events 49 echo "p:testprobe ${DIR_NAME} arg1=+0(${ARG1}):char arg2=+0(${ARG1}):char[4]" > kprobe_events
|
/openbmc/qemu/include/exec/ |
H A D | memory_ldst_phys.h.inc | 25 return glue(address_space_lduw, SUFFIX)(ARG1, addr, 31 return glue(address_space_ldl, SUFFIX)(ARG1, addr, 37 return glue(address_space_ldq, SUFFIX)(ARG1, addr, 43 glue(address_space_stw, SUFFIX)(ARG1, addr, val, 49 glue(address_space_stl, SUFFIX)(ARG1, addr, val, 55 glue(address_space_stq, SUFFIX)(ARG1, addr, val, 61 return glue(address_space_ldub, SUFFIX)(ARG1, addr, 67 return glue(address_space_lduw_le, SUFFIX)(ARG1, addr, 73 return glue(address_space_lduw_be, SUFFIX)(ARG1, addr, 79 return glue(address_space_ldl_le, SUFFIX)(ARG1, addr, [all …]
|
H A D | cpu-all.h | 104 #define ARG1 as macro 110 #define ARG1 cache macro 122 #define ARG1 as macro 132 #define ARG1 cache macro
|
H A D | memory.h | 2722 #define ARG1 as macro 2727 #define ARG1 as macro 2765 #define ARG1 cache macro 2799 #define ARG1 cache macro
|
H A D | memory_ldst.h.inc | 69 #undef ARG1
|
/openbmc/qemu/system/ |
H A D | memory_ldst.c.inc | 73 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result, 80 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result, 87 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result, 142 return glue(address_space_ldq_internal, SUFFIX)(ARG1, addr, attrs, result, 149 return glue(address_space_ldq_internal, SUFFIX)(ARG1, addr, attrs, result, 156 return glue(address_space_ldq_internal, SUFFIX)(ARG1, addr, attrs, result, 246 return glue(address_space_lduw_internal, SUFFIX)(ARG1, addr, attrs, result, 253 return glue(address_space_lduw_internal, SUFFIX)(ARG1, addr, attrs, result, 260 return glue(address_space_lduw_internal, SUFFIX)(ARG1, addr, attrs, result, 350 glue(address_space_stl_internal, SUFFIX)(ARG1, addr, val, attrs, [all …]
|
H A D | physmem.c | 3353 #define ARG1 as 3551 #define ARG1 cache 3349 #define ARG1 global() macro 3547 #define ARG1 global() macro
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | head.S | 403 #define ARG1 %a6@(8) macro 1538 movel ARG1,%d0 2017 dputn ARG1 2064 tstl ARG1 2080 tstl ARG1 2119 dputn ARG1 2127 movel ARG1,%d0 2133 movel ARG1,%a4 2309 dputn ARG1 2313 movel ARG1,%d0 [all …]
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | gcc-common.h | 411 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET(VOIDmode, (ARG0), (ARG1)) argument 415 #define gen_rtx_set(ARG0, ARG1) gen_rtx_SET((ARG0), (ARG1)) argument
|
/openbmc/linux/Documentation/admin-guide/nfs/ |
H A D | nfs-idmapper.rst | 29 ``#OP TYPE DESCRIPTION CALLOUT INFO PROGRAM ARG1 ARG2 ARG3 ...`` 50 ``#OP TYPE DESCRIPTION CALLOUT INFO PROGRAM ARG1 ARG2 ARG3 ...``
|
/openbmc/linux/Documentation/trace/ |
H A D | boottime-trace.rst | 164 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]onmatch.[M.]trace = EVENT[, ARG1[...]] 166 EVENT must be a synthetic event name, and ARG1... are parameters 175 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]<onmax|onchange>.[M.]save = ARG1[, ARG2[...]]
|
/openbmc/linux/Documentation/networking/ |
H A D | dns_resolver.rst | 54 #OP TYPE DESC CO-INFO PROGRAM ARG1 ARG2 ARG3 ...
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 6470 #define MSA_FLOAT_COND(DEST, OP, ARG1, ARG2, BITS, QUIET) \ argument 6477 cond = float ## BITS ## _ ## OP(ARG1, ARG2, status); \ 6479 cond = float ## BITS ## _ ## OP ## _quiet(ARG1, ARG2, status); \ 6489 #define MSA_FLOAT_AF(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6491 MSA_FLOAT_COND(DEST, eq, ARG1, ARG2, BITS, QUIET); \ 6497 #define MSA_FLOAT_UEQ(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6499 MSA_FLOAT_COND(DEST, unordered, ARG1, ARG2, BITS, QUIET); \ 6501 MSA_FLOAT_COND(DEST, eq, ARG1, ARG2, BITS, QUIET); \ 6505 #define MSA_FLOAT_NE(DEST, ARG1, ARG2, BITS, QUIET) \ argument 6507 MSA_FLOAT_COND(DEST, lt, ARG1, ARG2, BITS, QUIET); \ [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 56 # ARG1
|
H A D | sha512-ssse3-asm.S | 56 # ARG1
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 62 #define ARG1 regs[BPF_REG_ARG1] macro 2183 ARG1 = (u64) (unsigned long) ctx; \
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 26260 +# func_convert_file_check ARG1 ARG2 26261 +# Verify that ARG1 (a file name in $build format) was converted to $host 26263 +# func_to_host_file_result to ARG1).
|