Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 232) sorted by relevance

12345678910

/arch/x86/include/asm/uv/
Duv_geo.h85 static inline int geo_rack(union geoid_u g) in geo_rack() argument
87 return (g.common.type == GEO_TYPE_INVALID) ? in geo_rack()
88 -1 : g.common.rack; in geo_rack()
91 static inline int geo_slot(union geoid_u g) in geo_slot() argument
93 return (g.common.type == GEO_TYPE_INVALID) ? in geo_slot()
94 -1 : g.common.upos; in geo_slot()
97 static inline int geo_blade(union geoid_u g) in geo_blade() argument
99 return (g.common.type == GEO_TYPE_INVALID) ? in geo_blade()
100 -1 : g.common.blade * 2 + g.common.slot; in geo_blade()
/arch/x86/include/asm/
Ddesc_defs.h20 u16 limit1: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member
37 .g = (flags >> 15) & 0x01, \
59 u16 limit1 : 4, zero0 : 3, g : 1, base2 : 8; member
97 static inline unsigned long gate_offset(const gate_desc *g) in gate_offset() argument
100 return g->offset_low | ((unsigned long)g->offset_middle << 16) | in gate_offset()
101 ((unsigned long) g->offset_high << 32); in gate_offset()
103 return g->offset_low | ((unsigned long)g->offset_middle << 16); in gate_offset()
107 static inline unsigned long gate_segment(const gate_desc *g) in gate_segment() argument
109 return g->segment; in gate_segment()
Datomic64_32.h26 #define __alternative_atomic64(f, g, out, in...) \ argument
28 : out : [func] "i" (atomic64_##g##_cx8), ## in)
32 #define __alternative_atomic64(f, g, out, in...) \ argument
33 alternative_call(atomic64_##f##_386, atomic64_##g##_cx8, \
/arch/alpha/kernel/
Dmodule.c35 struct got_entry *g; in process_reloc_for_got() local
40 for (g = chains + r_sym; g ; g = g->next) in process_reloc_for_got()
41 if (g->r_addend == r_addend) { in process_reloc_for_got()
42 if (g->got_offset == 0) { in process_reloc_for_got()
43 g->got_offset = *poffset; in process_reloc_for_got()
49 g = kmalloc (sizeof (*g), GFP_KERNEL); in process_reloc_for_got()
50 g->next = chains[r_sym].next; in process_reloc_for_got()
51 g->r_addend = r_addend; in process_reloc_for_got()
52 g->got_offset = *poffset; in process_reloc_for_got()
54 chains[r_sym].next = g; in process_reloc_for_got()
[all …]
/arch/arm64/boot/dts/freescale/
Dfsl-ls1046-post.dtsi13 #include "qoriq-fman3-0-1g-0.dtsi"
14 #include "qoriq-fman3-0-1g-1.dtsi"
15 #include "qoriq-fman3-0-1g-2.dtsi"
16 #include "qoriq-fman3-0-1g-3.dtsi"
17 #include "qoriq-fman3-0-1g-4.dtsi"
18 #include "qoriq-fman3-0-1g-5.dtsi"
19 #include "qoriq-fman3-0-10g-0.dtsi"
20 #include "qoriq-fman3-0-10g-1.dtsi"
Dfsl-ls1043-post.dtsi12 #include "qoriq-fman3-0-1g-0.dtsi"
13 #include "qoriq-fman3-0-1g-1.dtsi"
14 #include "qoriq-fman3-0-1g-2.dtsi"
15 #include "qoriq-fman3-0-1g-3.dtsi"
16 #include "qoriq-fman3-0-1g-4.dtsi"
17 #include "qoriq-fman3-0-1g-5.dtsi"
18 #include "qoriq-fman3-0-10g-0.dtsi"
Dqoriq-fman3-0-10g-1.dtsi3 * QorIQ FMan v3 10g port #1 device tree
14 fsl,fman-10g-port;
21 fsl,fman-10g-port;
Dqoriq-fman3-0-10g-0.dtsi3 * QorIQ FMan v3 10g port #0 device tree
14 fsl,fman-10g-port;
21 fsl,fman-10g-port;
/arch/arm/boot/dts/
Dbcm283x-rpi-usb-peripheral.dtsi4 g-rx-fifo-size = <256>;
5 g-np-tx-fifo-size = <32>;
6 g-tx-fifo-size = <256 256 512 512 512 768 768>;
Dbcm283x-rpi-usb-otg.dtsi4 g-rx-fifo-size = <256>;
5 g-np-tx-fifo-size = <32>;
10 g-tx-fifo-size = <256 256 512 512 512 768 768>;
Dkirkwood-guruplug-server-plus.dts27 pmx_led_health_g: pmx-led-health-g {
35 pmx_led_wmode_g: pmx-led-wmode-g {
66 health-g {
74 wmode-g {
Dkirkwood-dir665.dts49 pmx_led_5g: pmx-led-5g {
65 pmx_led_24g: pmx-led-24g {
156 label = "dir665:blue:5g";
171 blue-24g {
172 label = "dir665:blue:24g";
/arch/powerpc/crypto/
Dsha256-spe-asm.S101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
109 andc rT1,g,e; /* 1: ch' = ~e and g */ \
139 add g,g,rT0; /* 2: temp1 = h + S1 */ \
142 add g,g,rT3; /* 2: temp1 = temp1 + temp1' */ \
144 add g,g,rT2; /* 2: temp1 = temp1 + K */ \
151 add c,c,g; /* 2: d = d + temp1 */ \
154 add g,g,rT3 /* 2: h = temp1 + temp2 */
156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
171 andc rT3,g,e; /* 1: ch' = ~e and g */ \
197 add g,g,rT1; /* 2: temp1 = temp1 + wk */ \
[all …]
/arch/x86/crypto/
Dsha256-avx2-asm.S105 g = %r10d define
143 h = g
144 g = f define
167 xor g, y2 # y2 = f^g # CH
171 and e, y2 # y2 = (f^g)&e # CH
181 xor g, y2 # y2 = CH = ((f^g)&e)^g # CH
216 xor g, y2 # y2 = f^g # CH
222 and e, y2 # y2 = (f^g)&e # CH
231 xor g, y2 # y2 = CH = ((f^g)&e)^g # CH
265 xor g, y2 # y2 = f^g # CH
[all …]
Dsha512-avx2-asm.S90 g = %r10 define
145 h = g
146 g = f define
190 xor g, y2 # y2 = f^g # CH
193 and e, y2 # y2 = (f^g)&e # CH
202 xor g, y2 # y2 = CH = ((f^g)&e)^g # CH
253 xor g, y2 # y2 = f^g # CH
259 and e, y2 # y2 = (f^g)&e # CH
266 xor g, y2 # y2 = CH = ((f^g)&e)^g # CH
308 xor g, y2 # y2 = f^g # CH
[all …]
Dsha256-avx-asm.S110 g = %r10d define
143 h = g
144 g = f define
166 xor g, y2 # y2 = f^g
169 and e, y2 # y2 = (f^g)&e
175 xor g, y2 # y2 = CH = ((f^g)&e)^g
202 xor g, y2 # y2 = f^g
206 and e, y2 # y2 = (f^g)&e
210 xor g, y2 # y2 = CH = ((f^g)&e)^g
240 xor g, y2 # y2 = f^g
[all …]
Dsha256-ssse3-asm.S103 g = %r10d define
137 h = g
138 g = f define
161 xor g, y2 # y2 = f^g
164 and e, y2 # y2 = (f^g)&e
170 xor g, y2 # y2 = CH = ((f^g)&e)^g
202 xor g, y2 # y2 = f^g
206 and e, y2 # y2 = (f^g)&e
210 xor g, y2 # y2 = CH = ((f^g)&e)^g
243 xor g, y2 # y2 = f^g
[all …]
/arch/s390/kvm/
Dtrace.h287 TP_PROTO(VCPU_PROTO_COMMON, int g, int reg1, int reg3, u64 addr),
288 TP_ARGS(VCPU_ARGS_COMMON, g, reg1, reg3, addr),
292 __field(int, g)
300 __entry->g = g;
307 __entry->g ? "lctlg" : "lctl",
312 TP_PROTO(VCPU_PROTO_COMMON, int g, int reg1, int reg3, u64 addr),
313 TP_ARGS(VCPU_ARGS_COMMON, g, reg1, reg3, addr),
317 __field(int, g)
325 __entry->g = g;
332 __entry->g ? "stctg" : "stctl",
/arch/powerpc/boot/dts/fsl/
Dqoriq-fman3-0-10g-2.dtsi3 * QorIQ FMan v3 10g port #2 device tree stub [ controller @ offset 0x400000 ]
14 fsl,fman-10g-port;
21 fsl,fman-10g-port;
Dqoriq-fman3-0-10g-3.dtsi3 * QorIQ FMan v3 10g port #3 device tree stub [ controller @ offset 0x400000 ]
14 fsl,fman-10g-port;
21 fsl,fman-10g-port;
Dp5040si-post.dtsi410 /include/ "qoriq-fman-0-1g-0.dtsi"
411 /include/ "qoriq-fman-0-1g-1.dtsi"
412 /include/ "qoriq-fman-0-1g-2.dtsi"
413 /include/ "qoriq-fman-0-1g-3.dtsi"
414 /include/ "qoriq-fman-0-1g-4.dtsi"
415 /include/ "qoriq-fman-0-10g-0.dtsi"
437 /include/ "qoriq-fman-1-1g-0.dtsi"
438 /include/ "qoriq-fman-1-1g-1.dtsi"
439 /include/ "qoriq-fman-1-1g-2.dtsi"
440 /include/ "qoriq-fman-1-1g-3.dtsi"
[all …]
/arch/powerpc/platforms/pseries/
Dpower.c49 static struct attribute *g[] = { variable
55 .attrs = g,
/arch/mips/boot/dts/cavium-octeon/
Ddlink_dsr-1000n.dts39 label = "5g";
44 label = "2.4g";
/arch/m68k/fpsp040/
Dround.S33 | d0{31:29} contains the g,r,s bits (extended)
36 | a0 is preserved and the g-r-s bits in d0 are cleared.
41 | inexact (i.e. if any of the g-r-s bits were set).
46 | If g=r=s=0 then result is exact and round is done, else set
51 | ;the appropriate g-r-s bits.
84 movel #0xffffffff,%d0 |force g,r,s to be all f's
112 | If (g=1), then add 1 to l and if (r=s=0), then clear l
117 asll #1,%d0 |shift g-bit to c-bit
118 bcc truncate |if (g=1) then
148 bfextu LOCAL_HI(%a0){#24:#2},%d3 |sgl prec. g-r are 2 bits right
[all …]
/arch/x86/kernel/
Dtboot.c263 #define TB_COPY_GAS(tbg, g) \ in tboot_copy_fadt() argument
264 tbg.space_id = g.space_id; \ in tboot_copy_fadt()
265 tbg.bit_width = g.bit_width; \ in tboot_copy_fadt()
266 tbg.bit_offset = g.bit_offset; \ in tboot_copy_fadt()
267 tbg.access_width = g.access_width; \ in tboot_copy_fadt()
268 tbg.address = g.address; in tboot_copy_fadt()

12345678910