Searched refs:by (Results 1 - 25 of 175) sorted by relevance

1234567

/linux-master/tools/perf/scripts/perl/bin/
H A Drw-by-pid-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
H A Drw-by-file-report2 # description: r/w activity for a program, by file
5 echo "usage: rw-by-file <comm>"
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
/linux-master/tools/perf/scripts/python/bin/
H A Dfailed-syscalls-by-pid-report2 # description: system-wide failed syscalls, by pid
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
H A Dsyscall-counts-by-pid-report2 # description: system-wide syscall counts, by pid
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S13 .fill 1, 8, 0 # STATE (set by CPU)
16 .fill 1, 4, 0 # CSSA (set by CPU)
19 .fill 1, 8, 0 # AEP (set by EENTER and ERESUME)
27 .fill 1, 8, 0 # STATE (set by CPU)
30 .fill 1, 4, 0 # CSSA (set by CPU)
33 .fill 1, 8, 0 # AEP (set by EENTER and ERESUME)
45 # TCS #2. First make it relative by substracting __encl_base and
63 # simplify the code by not initializing ABI registers on entry or
67 # Prepare EEXIT target by popping the address of the instruction after
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dex.S46 .long exception_error ! reserved_instruction (filled by trap_init) /* 180 */
47 .long exception_error ! illegal_slot_instruction (filled by trap_init) /*1A0*/
/linux-master/arch/x86/crypto/
H A Daes_ctrby8_avx-x86_64.S16 * This work was inspired by the AES CTR mode optimization published
113 .set by, \b
124 .rept (by)
130 .rept (by)
138 .rept (by - 1)
155 add $by, counter
157 vpaddq (ddq_add_1 + 16 * (by - 1))(%rip), xcounter, xcounter
165 .rept (by - 1)
174 .rept by
189 .rept by
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S16 | bit 63. The fraction is multiplied by 10 using a mul by 2
17 | shift and a mul by 8 shift. The bits shifted out of the
28 | A3. Multiply the fraction in d2:d3 by 8 using bit-field
32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
33 | will be collected by the carry.
51 | d2: upper 32-bits of fraction for mul by 8
52 | d3: lower 32-bits of fraction for mul by 8
53 | d4: upper 32-bits of fraction for mul by 2
54 | d5: lower 32-bits of fraction for mul by
[all...]
H A Dsatanh.S10 | by address register a0.
26 | 2. (|X| < 1) Calculate atanh(X) by
36 | divide-by-zero by
41 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
H A Dsacos.S9 | by address register a0.
25 | 2. (|X| < 1) Calculate acos(X) by
34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
H A Ddecbin.S4 | Description: Converts normalized packed bcd value pointed to by
24 | A1. Convert the bcd exponent to binary by successive adds and muls.
30 | A2. Convert the bcd mantissa to binary by successive
56 | A5. Form the final binary number by scaling the mantissa by
57 | the exponent factor. This is done by multiplying the
58 | mantissa in FP0 by the factor in FP1 if the adjusted
59 | exponent sign is positive, and dividing FP0 by FP1 if
125 | 2. Calculate absolute value of exponent in d1 by mul and add.
153 mulul #TEN,%d1 |mul partial product by on
[all...]
H A Dsasin.S9 | by address register a0.
25 | 2. (|X| < 1) Calculate asin(X) by
34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
/linux-master/arch/sh/lib/
H A Dudiv_qrnnd.S9 !! Contributed by Steve Chamberlain.
13 !! recoded in assembly by Toshiyasu Morita
17 ELF local label prefixes by J"orn Rennecke
H A Dashiftrt.S9 !! Contributed by Steve Chamberlain.
13 !! recoded in assembly by Toshiyasu Morita
17 ELF local label prefixes by J"orn Rennecke
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm45 Copyright (C) 2009 by Tom Zanussi
52 GNU General Public License ("GPL") version 2 as published by the Free
H A DUtil.pm84 Copyright (C) 2009 by Tom Zanussi
91 GNU General Public License ("GPL") version 2 as published by the Free
/linux-master/include/linux/ceph/
H A Dceph_frag.h49 static inline __u32 ceph_frag_make_child(__u32 f, int by, int i) argument
51 int newbits = ceph_frag_bits(f) + by;
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2.h75 * Interface routines used by userspace utilities
129 xfs_dir2_byte_to_dataptr(xfs_dir2_off_t by) argument
131 return (xfs_dir2_dataptr_t)(by >> XFS_DIR2_DATA_ALIGN_LOG);
138 xfs_dir2_byte_to_db(struct xfs_da_geometry *geo, xfs_dir2_off_t by) argument
140 return (xfs_dir2_db_t)(by >> geo->blklog);
156 xfs_dir2_byte_to_off(struct xfs_da_geometry *geo, xfs_dir2_off_t by) argument
158 return (xfs_dir2_data_aoff_t)(by & (geo->blksize - 1));
193 xfs_dir2_byte_to_da(struct xfs_da_geometry *geo, xfs_dir2_off_t by) argument
195 return xfs_dir2_db_to_da(geo, xfs_dir2_byte_to_db(geo, by));
274 * these functions prepare names for hashing by transformin
[all...]
/linux-master/drivers/usb/serial/
H A Dezusb_convert.pl5 # convert an Intel HEX file into a set of C records usable by the firmware
37 * Generated from ${basename}.s by ezusb_convert.pl
/linux-master/arch/arm/mach-shmobile/
H A Dheadsmp-scu.S23 lsl r1, r1, #3 @ we will shift by cpu_id * 8 bits
/linux-master/scripts/
H A DMakefile.ubsan9 ubsan-cflags-$(CONFIG_UBSAN_DIV_ZERO) += -fsanitize=integer-divide-by-zero
/linux-master/tools/scripts/
H A Dutilities.mak50 # in an `awk' program that is delimited by shell
67 # delimited by shell single-quotes, so be wary
72 # overcome by putting a space between `{' and `gsub').
83 # embedding in a shell string that is delimited by
108 # At least GNU make gets confused by expanding a newline
113 # This function avoids the problem by producing a string
141 # (It's necessary to use `sh -c' because GNU make messes up by
151 # (It's necessary to use `sh -c' because GNU make messes up by
163 # the `command -v' is defined by POSIX, but it's not
166 # by th
[all...]
/linux-master/arch/alpha/lib/
H A Dcallback_srm.S19 ldq $0,hwrpb # gp is set up by CALLBACK macro.
103 __alpha_using_srm: # For use by bootpheader
106 __callback_init_done: # For use by bootpheader
/linux-master/scripts/kconfig/
H A Dmerge_config.sh5 # them one by one. Provides warnings on overridden values, and specified
154 ${WARNOVERRIDE} Value of $CFG is redefined by fragment $ORIG_MERGE_FILE:
162 ${WARNOVERRIDE} Value of $CFG is redundant by fragment $ORIG_MERGE_FILE:
/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S5 * XScale specific tweaks. This is merged into head.S by the linker.
20 @ This is done by fetching through currently executed

Completed in 277 milliseconds

1234567