Searched refs:points (Results 26 - 50 of 54) sorted by relevance

123

/linux-master/arch/m68k/fpsp040/
H A Dkernel_ex.S133 | On entry, a0 points to the exceptional operand. The final exceptional
H A Dx_store.S8 | a6 = points to fp value to be stored.
H A Dsetox.S503 |--a0 points to 2^(J/64), D0 is biased expo. of 2^(M)
669 |--a0 points to 2^(J/64), D0 and a1 both contain M
H A Dbindec.S11 | a0 points to the input extended precision value
779 addql #3,%a0 |a0 points to M16 byte in result
H A Dssin.S6 | corresponding entry points with a "d" computes the same
/linux-master/drivers/net/wireless/intersil/p54/
H A Dlmac.h374 } points[3] __packed;
/linux-master/arch/arc/kernel/
H A Dentry-compact.S308 ; All 2 entry points to here already disable interrupts
/linux-master/arch/m68k/kernel/
H A Dentry.S102 | return value of do_{rt_,}sigreturn() points to moved switch_stack.
/linux-master/drivers/regulator/
H A Dqcom_spmi-regulator.c374 * overlapping set points.
375 * @n_voltages: Number of preferred voltage set points present in this
1677 static void spmi_calculate_num_voltages(struct spmi_voltage_set_points *points) argument
1680 struct spmi_voltage_range *range = points->range;
1682 for (; range < points->range + points->count; range++) {
1689 points->n_voltages += n;
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S31 # and contains the entry points into the package. The user, in
80 # 0x10(sp) = points to location of remainder/quotient. #
496 # 0xc(sp) = points to location of 64-bit result #
H A Disp.S31 # and contains the entry points into the package. The user, in
3885 addq.l &0x1,%a2 # plpaw2 points to end of word
4039 addq.l &0x3,%a2 # plpaw2 points to end of longword
H A Dpfpsp.S31 # and contains the entry points into the package. The user, in
710 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
953 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
5801 # a0 = points to the operand to be denormalized #
5871 # %a0 : points to the operand to be denormalized #
5875 # %a0 : points to the denormalized operand #
6673 # a0 = points to double precision operand #
6963 # a0 = points t
[all...]
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1272 self.points = []
1278 index = len(self.points)
1283 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))
1337 if len(self.points) == 0:
1473 for point in self.data.points:
1482 higher_pos = len(self.data.points)
1485 val = self.data.points[pos].x
1495 if x < self.data.points[0].x:
1506 if len(self.data.points) < 1:
1517 hregion = self.data.points[
[all...]
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_dev.h771 struct qxl_point_fix points[]; member in struct:qxl_path_seg
/linux-master/arch/arm/kernel/
H A Dentry-header.S104 @ r9 currently points to the memory location just above the auto saved
H A Dentry-armv.S844 * SP points to a minimal amount of processor-private memory, the address
/linux-master/arch/x86/entry/
H A Dentry_32.S155 pushl %esp # sp (points at ss)
443 * kernel-mode and %esp points to the entry-stack. When this
1081 * - TR points to the doublefault TSS and the normal TSS is busy.
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S550 ;* arg1 points to is loaded and moved into the staging register.
1342 ;* arg1 points to is loaded and moved into the staging register.
/linux-master/kernel/locking/
H A Dlockdep.c251 static int lock_point(unsigned long points[], unsigned long ip) argument
256 if (points[i] == 0) {
257 points[i] = ip;
260 if (points[i] == ip)
4617 * Keep track of points where we cross into an interrupt context:
5453 * We have the right lock to unlock, 'hlock' points to it.
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S87 # WK_2(t) points to 1 of 2 qwords at frame.WK depending on t being odd/even
H A Dsha512-ssse3-asm.S85 # WK_2(t) points to 1 of 2 qwords at frame.WK depending on t being odd/even
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm184 /* trap handler entry points */
312 // If the PC points to S_ENDPGM then context save will fail if STATUS.HALT is set.
H A Dcwsr_trap_handler_gfx8.asm148 /* trap handler entry points */
/linux-master/net/core/
H A Ddrop_monitor.c237 point = msg->points;
/linux-master/fs/proc/
H A Dbase.c555 unsigned long points = 0; local
565 points = (1000 + badness * 1000 / (long)totalpages) * 2 / 3;
567 seq_printf(m, "%lu\n", points);

Completed in 574 milliseconds

123