Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/perf/
H A Dxyarray.c10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local
12 if (xy != NULL) { in xyarray__new()
13 xy->entry_size = entry_size; in xyarray__new()
14 xy->row_size = row_size; in xyarray__new()
15 xy->entries = xlen * ylen; in xyarray__new()
16 xy->max_x = xlen; in xyarray__new()
17 xy->max_y = ylen; in xyarray__new()
20 return xy; in xyarray__new()
23 void xyarray__reset(struct xyarray *xy) in xyarray__reset() argument
30 xyarray__delete(struct xyarray *xy) xyarray__delete() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dxyarray.c10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local
12 if (xy != NULL) { in xyarray__new()
13 xy->entry_size = entry_size; in xyarray__new()
14 xy->row_size = row_size; in xyarray__new()
15 xy->entries = xlen * ylen; in xyarray__new()
16 xy->max_x = xlen; in xyarray__new()
17 xy->max_y = ylen; in xyarray__new()
20 return xy; in xyarray__new()
23 void xyarray__reset(struct xyarray *xy) in xyarray__reset() argument
30 xyarray__delete(struct xyarray *xy) xyarray__delete() argument
[all...]
H A Dbpf-loader.c1402 struct xyarray *xy = evsel->core.fd; in apply_config_evsel_for_key() local
1409 if (!xy) { in apply_config_evsel_for_key()
1414 if (xy->row_size / xy->entry_size != 1) { in apply_config_evsel_for_key()
1437 events = xy->entries / (xy->row_size / xy->entry_size); in apply_config_evsel_for_key()
1444 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
/kernel/linux/linux-6.6/tools/lib/perf/
H A Dxyarray.c10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local
12 if (xy != NULL) { in xyarray__new()
13 xy->entry_size = entry_size; in xyarray__new()
14 xy->row_size = row_size; in xyarray__new()
15 xy->entries = xlen * ylen; in xyarray__new()
16 xy->max_x = xlen; in xyarray__new()
17 xy->max_y = ylen; in xyarray__new()
20 return xy; in xyarray__new()
23 void xyarray__reset(struct xyarray *xy) in xyarray__reset() argument
30 xyarray__delete(struct xyarray *xy) xyarray__delete() argument
[all...]
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/
H A Dxyarray.h18 void xyarray__delete(struct xyarray *xy);
19 void xyarray__reset(struct xyarray *xy);
21 static inline void *__xyarray__entry(struct xyarray *xy, int x, int y) in __xyarray__entry() argument
23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in __xyarray__entry()
26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry() argument
28 if (x >= xy->max_x || y >= xy->max_y) in xyarray__entry()
30 return __xyarray__entry(xy, in xyarray__entry()
33 xyarray__max_y(struct xyarray *xy) xyarray__max_y() argument
38 xyarray__max_x(struct xyarray *xy) xyarray__max_x() argument
[all...]
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/
H A Dxyarray.h18 void xyarray__delete(struct xyarray *xy);
19 void xyarray__reset(struct xyarray *xy);
21 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() argument
23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
26 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y() argument
28 return xy->max_y; in xyarray__max_y()
31 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x() argument
33 return xy in xyarray__max_x()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S175 #define inpack3(in, n, xy, m) \
176 movq 4*(n)(in), xy ## 0; \
177 xorq w+4*m(CTX), xy ## 0; \
179 movq 4*(4+(n))(in), xy ## 1; \
180 xorq w+4*m(CTX), xy ## 1; \
182 movq 4*(8+(n))(in), xy ## 2; \
183 xorq w+4*m(CTX), xy ## 2;
185 #define outunpack3(op, out, n, xy, m) \
186 xorq w+4*m(CTX), xy ## 0; \
187 op ## q xy ##
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S175 #define inpack3(in, n, xy, m) \
176 movq 4*(n)(in), xy ## 0; \
177 xorq w+4*m(CTX), xy ## 0; \
179 movq 4*(4+(n))(in), xy ## 1; \
180 xorq w+4*m(CTX), xy ## 1; \
182 movq 4*(8+(n))(in), xy ## 2; \
183 xorq w+4*m(CTX), xy ## 2;
185 #define outunpack3(op, out, n, xy, m) \
186 xorq w+4*m(CTX), xy ## 0; \
187 op ## q xy ##
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dextract-vmlinux52 try_decompress '\037\213\010' xy gunzip
54 try_decompress 'BZh' xy bunzip2
56 try_decompress '\211\114\132' xy 'lzop -d'
H A Dextract-ikconfig59 try_decompress '\037\213\010' xy gunzip
61 try_decompress 'BZh' xy bunzip2
63 try_decompress '\211\114\132' xy 'lzop -d'
/kernel/linux/linux-6.6/scripts/
H A Dextract-vmlinux52 try_decompress '\037\213\010' xy gunzip
54 try_decompress 'BZh' xy bunzip2
56 try_decompress '\211\114\132' xy 'lzop -d'
H A Dextract-ikconfig59 try_decompress '\037\213\010' xy gunzip
61 try_decompress 'BZh' xy bunzip2
63 try_decompress '\211\114\132' xy 'lzop -d'
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dhtcpen.c50 unsigned short x, y, xy; in htcpen_interrupt() local
65 xy = inb_p(HTCPEN_PORT_DATA); in htcpen_interrupt()
68 x = X_AXIS_MAX - ((x * 8) + ((xy >> 4) & 0xf)); in htcpen_interrupt()
69 y = (y * 8) + (xy & 0xf); in htcpen_interrupt()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dhtcpen.c50 unsigned short x, y, xy; in htcpen_interrupt() local
65 xy = inb_p(HTCPEN_PORT_DATA); in htcpen_interrupt()
68 x = X_AXIS_MAX - ((x * 8) + ((xy >> 4) & 0xf)); in htcpen_interrupt()
69 y = (y * 8) + (xy & 0xf); in htcpen_interrupt()
/kernel/linux/linux-5.10/include/linux/
H A Dselection.h43 extern void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]);
44 extern void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]);
/kernel/linux/linux-6.6/include/linux/
H A Dselection.h43 extern void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]);
44 extern void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]);
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo-gnuplot.sh86 set autoscale xy
127 set autoscale xy
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo-gnuplot.sh86 set autoscale xy
127 set autoscale xy
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dffb.c556 u32 fg, bg, xy; in ffb_imageblit() local
568 xy = (image->dy << 16) | image->dx; in ffb_imageblit()
589 upa_writel(xy, &fbc->fontxy); in ffb_imageblit()
590 xy += (32 << 0); in ffb_imageblit()
610 upa_writel(xy, &fbc->fontxy); in ffb_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dffb.c557 u32 fg, bg, xy; in ffb_imageblit() local
569 xy = (image->dy << 16) | image->dx; in ffb_imageblit()
590 upa_writel(xy, &fbc->fontxy); in ffb_imageblit()
591 xy += (32 << 0); in ffb_imageblit()
611 upa_writel(xy, &fbc->fontxy); in ffb_imageblit()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-record.c1899 struct xyarray *xy = evsel->core.sample_id; in record__read_lost_samples() local
1902 if (xy == NULL || evsel->core.fd == NULL) in record__read_lost_samples()
1904 if (xyarray__max_x(evsel->core.fd) != xyarray__max_x(xy) || in record__read_lost_samples()
1905 xyarray__max_y(evsel->core.fd) != xyarray__max_y(xy)) { in record__read_lost_samples()
1910 for (int x = 0; x < xyarray__max_x(xy); x++) { in record__read_lost_samples()
1911 for (int y = 0; y < xyarray__max_y(xy); y++) { in record__read_lost_samples()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c4768 void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]) in getconsxy()
4771 xy[0] = min(vc->state.x, 0xFFu); in getconsxy()
4772 xy[1] = min(vc->state.y, 0xFFu); in getconsxy()
4775 void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]) in putconsxy()
4778 gotoxy(vc, xy[0], xy[1]); in putconsxy()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c4712 void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]) in getconsxy()
4715 xy[0] = min(vc->state.x, 0xFFu); in getconsxy()
4716 xy[1] = min(vc->state.y, 0xFFu); in getconsxy()
4719 void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]) in putconsxy()
4722 gotoxy(vc, xy[0], xy[1]); in putconsxy()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dtoshiba_acpi.c765 u32 *xy, u32 *z) in toshiba_accelerometer_get()
784 *xy = out[2]; in toshiba_accelerometer_get()
764 toshiba_accelerometer_get(struct toshiba_acpi_dev *dev, u32 *xy, u32 *z) toshiba_accelerometer_get() argument
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dtoshiba_acpi.c775 u32 *xy, u32 *z) in toshiba_accelerometer_get()
794 *xy = out[2]; in toshiba_accelerometer_get()
774 toshiba_accelerometer_get(struct toshiba_acpi_dev *dev, u32 *xy, u32 *z) toshiba_accelerometer_get() argument

Completed in 37 milliseconds