Searched refs:scalar (Results 1 - 44 of 44) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
H A Dr4k_switch.S48 * iff the process has used the context with the scalar FPU or the MSA
67 /* Check whether we're saving scalar or vector context. */
70 /* Save 128b MSA vector context + scalar FP control & status. */
80 1: /* Save 32b/64b scalar FP context. */
H A Dtraps.c1245 * restore the scalar FP context. If it has live MSA vector context enable_restore_fp_context()
1248 * applies even if we're currently only executing a scalar FP enable_restore_fp_context()
1253 * scalar FP instructions between now & then. enable_restore_fp_context()
1287 * previously used scalar FP in this time slice then we already nave enable_restore_fp_context()
1302 * from the existing scalar FP context. enable_restore_fp_context()
1316 /* Restore the scalar FP control & status register */ enable_restore_fp_context()
/linux-4.1.27/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl77 if ((scalar keys %unhandled) == 0) {
H A Dwakeup-latency.pl86 if ((scalar keys %unhandled) == 0) {
H A Drw-by-file.pl83 if ((scalar keys %unhandled) == 0) {
H A Drw-by-pid.pl163 if ((scalar keys %unhandled) == 0) {
H A Drwtop.pl182 if ((scalar keys %unhandled) == 0) {
/linux-4.1.27/include/linux/
H A Dktime.h31 * internal representation of time values in scalar nanoseconds. The
67 * Add a ktime_t variable and a scalar nanosecond value.
74 * Subtract a scalar nanosecod from a ktime_t variable
107 /* Convert ktime_t to nanoseconds - NOP in the scalar storage format: */
H A Dccp.h435 * @scalar: the scalar parameter for the point match operation
437 * @scalar_len: the length of the scalar parameter
448 struct scatterlist *scalar; member in struct:ccp_ecc_point_math
H A Dtime.h188 * Returns the scalar nanosecond representation of the timespec
200 * Returns the scalar nanosecond representation of the timeval
H A Dtime64.h158 * Returns the scalar nanosecond representation of the timespec64
H A Dpercpu-defs.h292 * are called for different scalar sizes of the objects handled.
384 * for certain scalar sizes. F.e. provide this_cpu_add_2() to provide per
386 * not provide operations for a scalar size then the fallback in the
H A Dcompiler.h442 * ACCESS_ONCE will only work on scalar types. For union types, ACCESS_ONCE
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dcurproc.h51 * and opaque scalar type
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c503 int reg_in3, int scalar, kvmppc_ps_three_in()
521 if (scalar & SCALAR_LOW) kvmppc_ps_three_in()
529 if (!(scalar & SCALAR_NO_PS0)) kvmppc_ps_three_in()
537 if (scalar & SCALAR_HIGH) kvmppc_ps_three_in()
540 if (!(scalar & SCALAR_NO_PS1)) kvmppc_ps_three_in()
551 int scalar, kvmppc_ps_two_in()
568 if (scalar & SCALAR_LOW) kvmppc_ps_two_in()
575 if (!(scalar & SCALAR_NO_PS0)) { kvmppc_ps_two_in()
586 if (scalar & SCALAR_HIGH) kvmppc_ps_two_in()
591 if (!(scalar & SCALAR_NO_PS1)) { kvmppc_ps_two_in()
501 kvmppc_ps_three_in(struct kvm_vcpu *vcpu, bool rc, int reg_out, int reg_in1, int reg_in2, int reg_in3, int scalar, void (*func)(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2, u32 *src3)) kvmppc_ps_three_in() argument
549 kvmppc_ps_two_in(struct kvm_vcpu *vcpu, bool rc, int reg_out, int reg_in1, int reg_in2, int scalar, void (*func)(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2)) kvmppc_ps_two_in() argument
/linux-4.1.27/drivers/isdn/hysdn/
H A Dince1pc.h18 /* basic scalar definitions have same meanning,
/linux-4.1.27/arch/sparc/include/asm/
H A Dleon_amba.h53 /* 0 = hold scalar and counter */
131 u32 scalar; member in struct:leon3_gptimer_regs_map
/linux-4.1.27/arch/um/os-Linux/
H A Dtime.c46 * Returns the scalar nanosecond representation of the timeval
/linux-4.1.27/scripts/
H A Dcleanpatch198 for ($i = scalar(@hunk_lines)-1; $i > 0; $i--) {
H A Dget_maintainer.pl2241 # validlist: In scalar context, returns true if the parameter is an RFC822
2266 return wantarray ? (scalar(@r), @r) : 1;
H A Dcheckpatch.pl1632 return defined $use_type{$type} if (scalar keys %use_type > 0);
/linux-4.1.27/arch/x86/crypto/
H A Dsha1_ssse3_asm.S376 # blended scheduling of vector and scalar instruction streams, one 4-wide
377 # vector iteration / 4 scalar rounds
/linux-4.1.27/net/bluetooth/
H A Decc.c690 const struct ecc_point *point, u64 *scalar, ecc_point_mult()
705 nb = !vli_test_bit(scalar, i); ecc_point_mult()
710 nb = !vli_test_bit(scalar, 0); ecc_point_mult()
689 ecc_point_mult(struct ecc_point *result, const struct ecc_point *point, u64 *scalar, u64 *initial_z, int num_bits) ecc_point_mult() argument
/linux-4.1.27/drivers/staging/i2o/
H A Di2o_proc.c844 /* Executive group 0004h - Driver Store (scalar) */ i2o_seq_show_driver_store()
1249 /* Generic group F100h - Device Identity (scalar) */ i2o_seq_show_dev_identity()
1298 /* Generic group F101h - DDM Identity (scalar) */ i2o_seq_show_ddm_identity()
1337 /* Generic group F102h - User Information (scalar) */ i2o_seq_show_uinfo()
1371 /* Generic group F103h - SGL Operating Limits (scalar) */ i2o_seq_show_sgl_limits()
1418 /* Generic group F200h - Sensors (scalar) */ i2o_seq_show_sensors()
H A Ddevice.c514 * Query one field group value or a whole scalar group.
/linux-4.1.27/arch/arm/vfp/
H A Dvfp.h365 * OP_SCALAR - this operation always operates in scalar mode
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dr300_reg.h1623 /* Used in GL_POINT_DISTANCE_ATTENUATION_ARB, vector(scalar, vector) */
1628 /* Used in fog computations, scalar(scalar) */
1634 /* Used in GL_POINT_DISTANCE_ATTENUATION_ARB, scalar(scalar) */
1639 /* all temps, vector(scalar, vector, vector) */
H A Dradeon_state.c654 /* New (1.3) state mechanism. 3 commands (packet, scalar, vector) in
656 * the tcl scalar and vector areas.
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c64 * clients (CP/RLC, DMA, SHADER(ifetch, scalar, and vector ops)) to access
135 * in scalar and vector GPRs respectively.
/linux-4.1.27/drivers/hv/
H A Dhv_kvp.c402 * The value is a 32 bit scalar. kvp_send_key()
413 * The value is a 64 bit scalar. kvp_send_key()
/linux-4.1.27/Documentation/dvb/
H A Dget_dvb_firmware35 syntax() if (scalar(@ARGV) != 1);
39 for ($i=0; $i < scalar(@components); $i++) {
938 for($i=0; $i < scalar(@components); $i++) {
/linux-4.1.27/drivers/misc/altera-stapl/
H A Daltera.c359 * bit 3: 0 = scalar, 1 = array altera_execute()
366 /* initialized scalar variable */ altera_execute()
1111 * Pop stack into scalar variable altera_execute()
/linux-4.1.27/include/uapi/sound/
H A Dcompress_params.h339 * This structure provides a scalar value for profiles, modes and stream
/linux-4.1.27/include/uapi/drm/
H A Dradeon_drm.h173 #define RADEON_CMD_SCALARS 2 /* emit scalar data */
651 * - allows updating of tcl packet, vector and scalar state
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-ops.c1931 if (!ecc->u.pm.scalar || ccp_run_ecc_pm_cmd()
2002 /* Copy the scalar value */ ccp_run_ecc_pm_cmd()
2003 ccp_reverse_set_dm_area(&src, ecc->u.pm.scalar, ccp_run_ecc_pm_cmd()
/linux-4.1.27/drivers/scsi/
H A Ddpt_i2o.c3321 * Query one scalar group value or a whole scalar group.
3338 printk(KERN_CRIT "%s: query scalar failed; Out of memory.\n", pHba->name); adpt_i2o_query_scalar()
/linux-4.1.27/arch/mips/include/asm/sn/sn0/
H A Dhubio.h677 pripsc: 4, /* Priority Pre scalar */
/linux-4.1.27/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1270 priv->rev &= ~0x30; /* not-hdcp and not-scalar bit */ tda998x_create()
/linux-4.1.27/drivers/tty/serial/
H A Dxilinx_uartps.c89 #define CDNS_UART_MR_CLKSEL 0x00000001 /* Pre-scalar selection */
/linux-4.1.27/drivers/platform/x86/
H A Dasus-wmi.c1226 /* When using scalar brightness, updating the brightness update_bl_status()
/linux-4.1.27/lib/
H A Dbitmap.c30 * for example) or scalar (bitmap_weight, for example) results
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dptp.c237 * @ns_to_nic_time: Function to convert from scalar nanoseconds to NIC time
/linux-4.1.27/drivers/input/
H A Dinput.c729 * into scalar form understood by legacy keymap handling methods. These
/linux-4.1.27/kernel/time/
H A Dtimekeeping.c553 * Update the ktime_t based scalar nsec members of the timekeeper

Completed in 1366 milliseconds