Home
last modified time | relevance | path

Searched refs:E (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/linux/net/netfilter/ipset/
H A Dpfxlen.c7 #ifdef E
8 #undef E
12 E(0x00000000, 0x00000000, 0x00000000, 0x00000000), \
13 E(0x80000000, 0x00000000, 0x00000000, 0x00000000), \
14 E(0xC0000000, 0x00000000, 0x00000000, 0x00000000), \
15 E(0xE0000000, 0x00000000, 0x00000000, 0x00000000), \
16 E(0xF0000000, 0x00000000, 0x00000000, 0x00000000), \
17 E(0xF8000000, 0x00000000, 0x00000000, 0x00000000), \
18 E(0xFC000000, 0x00000000, 0x00000000, 0x00000000), \
19 E(
142 #define E( global() macro
157 #define E( global() macro
[all...]
/linux/lib/
H A Derrname.c16 #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err macro
18 E(E2BIG),
19 E(EACCES),
20 E(EADDRINUSE),
21 E(EADDRNOTAVAIL),
22 E(EADV),
23 E(EAFNOSUPPORT),
24 E(EAGAIN), /* EWOULDBLOCK */
25 E(EALREADY),
26 E(EBAD
177 #define E(err) [err - 512 + BUILD_BUG_ON_ZER global() macro
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/nvrm/
H A Dmsgfn.h11 #ifndef E
12 # define E(RPC, VAL) NV_VGPU_MSG_EVENT_##RPC = VAL, macro
16 E(FIRST_EVENT, 0x1000) enumerator
17 E(GSP_INIT_DONE, 0x1001)
18 E(GSP_RUN_CPU_SEQUENCER, 0x1002)
19 E(POST_EVENT, 0x1003)
20 E(RC_TRIGGERED, 0x1004)
21 E(MMU_FAULT_QUEUED, 0x1005)
22 E(OS_ERROR_LOG, 0x1006)
23 E(RG_LINE_INT
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/nvrm/
H A Dmsgfn.h11 #ifndef E
12 # define E(RPC) NV_VGPU_MSG_EVENT_##RPC, macro
16 E(FIRST_EVENT = 0x1000) // 0x1000 enumerator
17 E(GSP_INIT_DONE) // 0x1001
18 E(GSP_RUN_CPU_SEQUENCER) // 0x1002
19 E(POST_EVENT) // 0x1003
20 E(RC_TRIGGERED) // 0x1004
21 E(MMU_FAULT_QUEUED) // 0x1005
22 E(OS_ERROR_LOG) // 0x1006
23 E(RG_LINE_INT
[all...]
/linux/arch/alpha/lib/
H A Dev6-memcpy.S16 * E - either cluster
34 mov $16, $0 # E : copy dest to return
36 xor $16, $17, $1 # E : are source and dest alignments the same?
37 and $1, 7, $1 # E : are they the same mod 8?
41 and $16, 7, $1 # E : Are both 0mod8?
43 nop # E :
53 subq $18, 1, $18 # E : count--
54 addq $17, 1, $17 # E : src++
56 addq $16, 1, $16 # E : dest++
57 and $16, 7, $1 # E
[all...]
H A Dev6-clear_user.S18 * E - either cluster
53 and $16, 7, $4 # .. E .. .. : find dest head misalignment
56 addq $0, $4, $1 # .. .. .. E : bias counter
57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
60 srl $1, 3, $1 # .. E .. .. : number of quadwords to clear
70 addq $16, 8, $16 # E .. .. .. : L U U L
73 subq $1, 1, $1 # .. .. E .. :
74 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment
75 subq $0, 8, $0 # E .. .. .. : U L U L
86 subq $1, 16, $4 # .. .. .. E
[all...]
H A Dev6-divide.S53 * E - either cluster
109 subq $30,STACK,$30 # E :
114 bis $25,$25,divisor # E :
117 bis $24,$24,modulus # E :
119 bis $31,$31,quotient # E :
120 LONGIFY(divisor) # E : U L L U
123 LONGIFY(modulus) # E :
124 bis $31,1,mask # E :
144 1: cmpult divisor,modulus,compare # E :
145 s8addq divisor,$31,divisor # E
[all...]
H A Dev6-csum_ipv6_magic.S17 * E - either cluster
69 and $16,7,$6 # E : src misalignment
79 cmoveq $6,$31,$22 # E : src aligned?
82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00
84 or $0,$22,$0 # E : 1st src word complete
86 or $18,$4,$18 # E : 000000CCDDAABBCC
89 and $17,7,$6 # E : dst misalignment
91 or $1,$5,$1 # E : 2nd src word complete
94 cmoveq $6,$31,$22 # E : dst aligned?
96 addq $20,$0,$20 # E
[all...]
H A Dev67-strncat.S18 * E - either cluster
38 lda $2, -1($31) # E :
41 andnot $16, 7, $16 # E :
42 nop # E :
43 or $2, $1, $1 # E :
45 nop # E :
46 nop # E :
47 cmpbge $31, $1, $2 # E : bits set iff byte == 0
51 addq $16, 8, $16 # E :
52 cmpbge $31, $1, $2 # E
[all...]
H A Dev6-stxncpy.S36 * E - either cluster
66 lda t2, -1 # E : build a mask against false zero
69 ornot t1, t2, t2 # E : (stall)
72 cmpbge zero, t2, t8 # E : bits set iff null found
73 or t0, t3, t0 # E : (stall)
91 addq a0, 8, a0 # E :
92 subq a2, 1, a2 # E :
96 addq a1, 8, a1 # E :
97 cmpbge zero, t0, t8 # E :
113 negq t8, t12 # E
[all...]
H A Dev6-stxcpy.S28 * E - either cluster
58 lda t2, -1 # E : build a mask against false zero
61 ornot t1, t2, t2 # E : (stall)
64 cmpbge zero, t2, t8 # E : bits set iff null found
65 or t0, t3, t1 # E : (stall)
75 addq a0, 8, a0 # E :
80 addq a1, 8, a1 # E :
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
89 negq t8, t6 # E : find low bit set
90 and t8, t6, t12 # E
[all...]
H A Dev67-strrchr.S17 * E - either cluster
35 and a1, 0xff, t2 # E : 00000000000000ch
40 mov zero, t6 # E : t6 is last match aligned addr
41 or t2, t4, a1 # E : 000000000000chch
43 mov zero, t8 # E : t8 is last match byte compare mask
45 andnot a0, 7, v0 # E : align source addr
46 or t5, t3, t3 # E : 00000000chch0000
50 or t4, a1, a1 # E : chch00000000chch
51 or t2, t3, t2 # E : 0000chchchch0000
52 or a1, t2, a1 # E
[all...]
H A Dev67-strchr.S14 * E - either cluster
33 and a1, 0xff, t3 # E : 00000000000000ch
38 or t5, t3, a1 # E : 000000000000chch
39 andnot a0, 7, v0 # E : align our loop pointer
40 lda t4, -1 # E : build garbage mask
43 or a2, a3, a2 # E : chch000000000000
44 inswl a1, 2, t5 # E : 00000000chch0000
45 inswl a1, 4, a3 # E : 0000chch00000000
47 or a1, a2, a1 # E : chch00000000chch
48 or a3, t5, t5 # E
[all...]
/linux/scripts/coccinelle/api/
H A Dstring_choices.cocci11 expression E;
14 - ((E == 1) ? "" : "s")
15 + str_plural(E)
17 - ((E > 1) ? "s" : "")
18 + str_plural(E)
22 expression E;
26 * (E@P == 1) ? "" : "s"
28 * (E@P > 1) ? "s" : ""
33 e << str_plural_r.E;
39 expression E;
[all...]
H A Dkvmalloc.cocci24 expression E, E1, size;
35 * E = \(kmalloc\|kzalloc\|kcalloc\|kmalloc_node\|kzalloc_node\|
41 * E = \(vmalloc\|vzalloc\|vmalloc_node\|vzalloc_node\)(..., size, ...)
45 * E = \(kmalloc\|kzalloc\|kcalloc\|kmalloc_node\|kzalloc_node\|
48 ... when != E = E1
51 * if (E == NULL)@p {
53 * E = \(vmalloc\|vzalloc\|vmalloc_node\|vzalloc_node\)(..., size, ...)
71 expression E;
75 * if (is_vmalloc_addr(E))@p {
77 * vfree(E)
[all...]
H A Dkfree_mismatch.cocci18 expression E, E1;
25 E = \(kmalloc\|kzalloc\|krealloc\|kcalloc\|
31 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\|
38 E = \(kmalloc\|kzalloc\|krealloc\|kcalloc\|kmalloc_node\|kzalloc_node\|
40 ... when != E = E1
42 if (E == NULL) {
44 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\|
53 expression E;
57 E = \(kvmalloc\|kvzalloc\|kvcalloc\|kvzalloc_node\|kvmalloc_node\|
60 kvfree(E)
[all...]
/linux/scripts/coccinelle/null/
H A Dbadzero.cocci27 expression *E;
32 (E = f(...)) ==
36 (E = f(...)) !=
42 == (E = f(...))
46 != (E = f(...))
51 expression *E;
57 (E = f(...)) ==
60 (E = f(...)) !=
64 == (E = f(...))
67 != (E
[all...]
H A Dderef_null.cocci21 expression E;
26 (E != NULL && ...) ? <+...E->f@p1...+> : ...
29 expression E;
35 (E != NULL) && ... && <+...E->f@p2...+>
37 (E == NULL) || ... || <+...E->f@p2...+>
39 sizeof(<+...E->f@p2...+>)
43 expression *E;
[all...]
/linux/rust/pin-init/src/
H A Dlib.rs133 //! To declare an init macro/function you just return an [`impl PinInit<T, E>`]:
161 //! [`impl PinInit<T, E>`] directly from a closure. Of course you have to ensure that the closure
263 //! [`impl PinInit<T, E>`]: crate::PinInit
264 //! [`impl Init<T, E>`]: crate::Init
1055 pub unsafe trait PinInit<T: ?Sized, E = Infallible>: Sized {
1064 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E>; in __pinned_init() argument
1084 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() argument
1086 F: FnOnce(Pin<&mut T>) -> Result<(), E>, in pin_chain()
1093 pub struct ChainPinInit<I, F, T: ?Sized, E>(I, F, __internal::Invariant<(E,
1104 __pinned_init(self, slot: *mut T) -> Result<(), E> __pinned_init() argument
1162 __init(self, slot: *mut T) -> Result<(), E> __init() argument
1192 chain<F>(self, f: F) -> ChainInit<Self, F, T, E> where F: FnOnce(&mut T) -> Result<(), E>, chain() argument
1211 __init(self, slot: *mut T) -> Result<(), E> __init() argument
1227 __pinned_init(self, slot: *mut T) -> Result<(), E> __pinned_init() argument
1246 pin_init_from_closure<T: ?Sized, E>( f: impl FnOnce(*mut T) -> Result<(), E>, ) -> impl PinInit<T, E> pin_init_from_closure() argument
1265 init_from_closure<T: ?Sized, E>( f: impl FnOnce(*mut T) -> Result<(), E>, ) -> impl Init<T, E> init_from_closure() argument
1278 cast_pin_init<T, U, E>(init: impl PinInit<T, E>) -> impl PinInit<U, E> cast_pin_init() argument
1294 cast_init<T, U, E>(init: impl Init<T, E>) -> impl Init<U, E> cast_init() argument
1307 uninit<T, E>() -> impl Init<MaybeUninit<T>, E> uninit() argument
1322 init_array_from_fn<I, const N: usize, T, E>( mut make_init: impl FnMut(usize) -> I, ) -> impl Init<[T; N], E> where I: Init<T, E>, init_array_from_fn() argument
1365 pin_init_array_from_fn<I, const N: usize, T, E>( mut make_init: impl FnMut(usize) -> I, ) -> impl PinInit<[T; N], E> where I: PinInit<T, E>, pin_init_array_from_fn() argument
1416 __init(self, slot: *mut T) -> Result<(), E> __init() argument
1427 __pinned_init(self, slot: *mut T) -> Result<(), E> __pinned_init() argument
1442 write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E> write_init() argument
1447 write_pin_init<E>(self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> write_pin_init() argument
1708 pin_init<E>(value_init: impl PinInit<T, E>) -> impl PinInit<Self, E> pin_init() argument
1712 pin_init<E>(value_init: impl PinInit<T, E>) -> impl PinInit<Self, E> pin_init() argument
1719 pin_init<E>(value_init: impl PinInit<T, E>) -> impl PinInit<Self, E> pin_init() argument
1727 pin_init<E>(init: impl PinInit<T, E>) -> impl PinInit<Self, E> pin_init() argument
[all...]
H A Dalloc.rs30 fn try_pin_init<E>(init: impl PinInit<T, E>) -> Result<Pin<Self>, E> in try_pin_init()
32 E: From<AllocError>; in try_pin_init()
50 fn try_init<E>(init: impl Init<T, E>) -> Result<Self, E> in try_init()
52 E: From<AllocError>; in try_init()
82 fn try_pin_init<E>(init: impl PinInit<T, E>)
139 write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> write_init() argument
148 write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> write_pin_init() argument
[all...]
/linux/scripts/coccinelle/misc/
H A Darray_size.cocci30 T[] E;
33 * (sizeof(E)/sizeof(*E))
35 * (sizeof(E)/sizeof(E[...]))
37 * (sizeof(E)/sizeof(T))
46 T[] E;
49 - (sizeof(E)/sizeof(*E))
50 + ARRAY_SIZE(E)
[all...]
/linux/drivers/gpu/nova-core/falcon/hal/
H A Dga102.rs18 fn select_core_ga102<E: FalconEngine>(bar: &Bar0) -> Result { in select_core_ga102()
19 let bcr_ctrl = regs::NV_PRISCV_RISCV_BCR_CTRL::read(bar, E::BASE); in select_core_ga102()
23 .write(bar, E::BASE); in select_core_ga102()
27 let r = regs::NV_PRISCV_RISCV_BCR_CTRL::read(bar, E::BASE); in select_core_ga102()
76 fn program_brom_ga102<E: FalconEngine>(bar: &Bar0, params: &FalconBromParams) -> Result { in program_brom_ga102()
79 .write(bar, E::BASE); in program_brom_ga102()
82 .write(bar, E::BASE); in program_brom_ga102()
85 .write(bar, E::BASE); in program_brom_ga102()
88 .write(bar, E::BASE); in program_brom_ga102()
93 pub(super) struct Ga102<E
102 select_core(&self, _falcon: &Falcon<E>, bar: &Bar0) -> Result select_core() argument
108 signature_reg_fuse_version( &self, falcon: &Falcon<E>, bar: &Bar0, engine_id_mask: u16, ucode_id: u8, ) -> Result<u32> signature_reg_fuse_version() argument
116 program_brom(&self, _falcon: &Falcon<E>, bar: &Bar0, params: &FalconBromParams) -> Result program_brom() argument
[all...]
/linux/scripts/coccinelle/free/
H A Dkfree.cocci20 expression E;
25 kfree@p1(E)
27 kfree_sensitive@p1(E)
32 expression free.E,E2;
39 f(...,c,...,(T)E@p,...)
41 E@p == E2
43 E@p != E2
45 E2 == E@p
47 E2 != E@p
49 !E
[all...]
H A Difnullfree.cocci18 expression E;
20 - if (E != NULL)
22 kfree(E);
24 kvfree(E);
26 kfree_sensitive(E);
28 kvfree_sensitive(E, ...);
30 vfree(E);
32 debugfs_remove(E);
34 debugfs_remove_recursive(E);
36 usb_free_urb(E);
[all...]
/linux/
H A DCREDITS4 scripts. The fields are: name (N), email (E), web-address
13 E: mea@nic.funet.fi
20 E: thomas.ab@samsung.com
24 E: jose.abreu@synopsys.com
28 E: dragos@iname.com
36 E: madler@alumni.caltech.edu
41 E: magrawal@nortelnetworks.com
48 E: airlied@linux.ie
56 E: tigran@aivazian.fsnet.co.uk
64 E
[all...]

12345678910>>...25