Searched refs:EM (Results 1 - 35 of 35) sorted by relevance

/linux-4.4.14/include/trace/events/
H A D9p.h10 EM( P9_TLERROR, "P9_TLERROR" ) \
11 EM( P9_RLERROR, "P9_RLERROR" ) \
12 EM( P9_TSTATFS, "P9_TSTATFS" ) \
13 EM( P9_RSTATFS, "P9_RSTATFS" ) \
14 EM( P9_TLOPEN, "P9_TLOPEN" ) \
15 EM( P9_RLOPEN, "P9_RLOPEN" ) \
16 EM( P9_TLCREATE, "P9_TLCREATE" ) \
17 EM( P9_RLCREATE, "P9_RLCREATE" ) \
18 EM( P9_TSYMLINK, "P9_TSYMLINK" ) \
19 EM( P9_RSYMLINK, "P9_RSYMLINK" ) \
20 EM( P9_TMKNOD, "P9_TMKNOD" ) \
21 EM( P9_RMKNOD, "P9_RMKNOD" ) \
22 EM( P9_TRENAME, "P9_TRENAME" ) \
23 EM( P9_RRENAME, "P9_RRENAME" ) \
24 EM( P9_TREADLINK, "P9_TREADLINK" ) \
25 EM( P9_RREADLINK, "P9_RREADLINK" ) \
26 EM( P9_TGETATTR, "P9_TGETATTR" ) \
27 EM( P9_RGETATTR, "P9_RGETATTR" ) \
28 EM( P9_TSETATTR, "P9_TSETATTR" ) \
29 EM( P9_RSETATTR, "P9_RSETATTR" ) \
30 EM( P9_TXATTRWALK, "P9_TXATTRWALK" ) \
31 EM( P9_RXATTRWALK, "P9_RXATTRWALK" ) \
32 EM( P9_TXATTRCREATE, "P9_TXATTRCREATE" ) \
33 EM( P9_RXATTRCREATE, "P9_RXATTRCREATE" ) \
34 EM( P9_TREADDIR, "P9_TREADDIR" ) \
35 EM( P9_RREADDIR, "P9_RREADDIR" ) \
36 EM( P9_TFSYNC, "P9_TFSYNC" ) \
37 EM( P9_RFSYNC, "P9_RFSYNC" ) \
38 EM( P9_TLOCK, "P9_TLOCK" ) \
39 EM( P9_RLOCK, "P9_RLOCK" ) \
40 EM( P9_TGETLOCK, "P9_TGETLOCK" ) \
41 EM( P9_RGETLOCK, "P9_RGETLOCK" ) \
42 EM( P9_TLINK, "P9_TLINK" ) \
43 EM( P9_RLINK, "P9_RLINK" ) \
44 EM( P9_TMKDIR, "P9_TMKDIR" ) \
45 EM( P9_RMKDIR, "P9_RMKDIR" ) \
46 EM( P9_TRENAMEAT, "P9_TRENAMEAT" ) \
47 EM( P9_RRENAMEAT, "P9_RRENAMEAT" ) \
48 EM( P9_TUNLINKAT, "P9_TUNLINKAT" ) \
49 EM( P9_RUNLINKAT, "P9_RUNLINKAT" ) \
50 EM( P9_TVERSION, "P9_TVERSION" ) \
51 EM( P9_RVERSION, "P9_RVERSION" ) \
52 EM( P9_TAUTH, "P9_TAUTH" ) \
53 EM( P9_RAUTH, "P9_RAUTH" ) \
54 EM( P9_TATTACH, "P9_TATTACH" ) \
55 EM( P9_RATTACH, "P9_RATTACH" ) \
56 EM( P9_TERROR, "P9_TERROR" ) \
57 EM( P9_RERROR, "P9_RERROR" ) \
58 EM( P9_TFLUSH, "P9_TFLUSH" ) \
59 EM( P9_RFLUSH, "P9_RFLUSH" ) \
60 EM( P9_TWALK, "P9_TWALK" ) \
61 EM( P9_RWALK, "P9_RWALK" ) \
62 EM( P9_TOPEN, "P9_TOPEN" ) \
63 EM( P9_ROPEN, "P9_ROPEN" ) \
64 EM( P9_TCREATE, "P9_TCREATE" ) \
65 EM( P9_RCREATE, "P9_RCREATE" ) \
66 EM( P9_TREAD, "P9_TREAD" ) \
67 EM( P9_RREAD, "P9_RREAD" ) \
68 EM( P9_TWRITE, "P9_TWRITE" ) \
69 EM( P9_RWRITE, "P9_RWRITE" ) \
70 EM( P9_TCLUNK, "P9_TCLUNK" ) \
71 EM( P9_RCLUNK, "P9_RCLUNK" ) \
72 EM( P9_TREMOVE, "P9_TREMOVE" ) \
73 EM( P9_RREMOVE, "P9_RREMOVE" ) \
74 EM( P9_TSTAT, "P9_TSTAT" ) \
75 EM( P9_RSTAT, "P9_RSTAT" ) \
76 EM( P9_TWSTAT, "P9_TWSTAT" ) \
79 /* Define EM() to export the enums to userspace via TRACE_DEFINE_ENUM() */
80 #undef EM macro
82 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro
88 * Now redefine the EM() and EMe() macros to map the enums to the strings
91 #undef EM macro
93 #define EM(a, b) { a, b }, macro
H A Dtlb.h11 EM( TLB_FLUSH_ON_TASK_SWITCH, "flush on task switch" ) \
12 EM( TLB_REMOTE_SHOOTDOWN, "remote shootdown" ) \
13 EM( TLB_LOCAL_SHOOTDOWN, "local shootdown" ) \
14 EM( TLB_LOCAL_MM_SHOOTDOWN, "local mm shootdown" ) \
21 #undef EM macro
23 #define EM(a,b) TRACE_DEFINE_ENUM(a); macro
29 * Now redefine the EM() and EMe() macros to map the enums to the strings
32 #undef EM macro
34 #define EM(a,b) { a, b }, macro
H A Dmigrate.h10 EM( MIGRATE_ASYNC, "MIGRATE_ASYNC") \
11 EM( MIGRATE_SYNC_LIGHT, "MIGRATE_SYNC_LIGHT") \
16 EM( MR_COMPACTION, "compaction") \
17 EM( MR_MEMORY_FAILURE, "memory_failure") \
18 EM( MR_MEMORY_HOTPLUG, "memory_hotplug") \
19 EM( MR_SYSCALL, "syscall_or_cpuset") \
20 EM( MR_MEMPOLICY_MBIND, "mempolicy_mbind") \
21 EM( MR_NUMA_MISPLACED, "numa_misplaced") \
28 #undef EM macro
30 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro
37 * Now redefine the EM() and EMe() macros to map the enums to the strings
40 #undef EM macro
42 #define EM(a, b) {a, b}, macro
H A Dv4l2.h11 #undef EM macro
13 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro
20 EM( V4L2_BUF_TYPE_VIDEO_CAPTURE, "VIDEO_CAPTURE" ) \
21 EM( V4L2_BUF_TYPE_VIDEO_OUTPUT, "VIDEO_OUTPUT" ) \
22 EM( V4L2_BUF_TYPE_VIDEO_OVERLAY, "VIDEO_OVERLAY" ) \
23 EM( V4L2_BUF_TYPE_VBI_CAPTURE, "VBI_CAPTURE" ) \
24 EM( V4L2_BUF_TYPE_VBI_OUTPUT, "VBI_OUTPUT" ) \
25 EM( V4L2_BUF_TYPE_SLICED_VBI_CAPTURE, "SLICED_VBI_CAPTURE" ) \
26 EM( V4L2_BUF_TYPE_SLICED_VBI_OUTPUT, "SLICED_VBI_OUTPUT" ) \
27 EM( V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY, "VIDEO_OUTPUT_OVERLAY" ) \
28 EM( V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, "VIDEO_CAPTURE_MPLANE" ) \
29 EM( V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, "VIDEO_OUTPUT_MPLANE" ) \
30 EM( V4L2_BUF_TYPE_SDR_CAPTURE, "SDR_CAPTURE" ) \
31 EM( V4L2_BUF_TYPE_SDR_OUTPUT, "SDR_OUTPUT" ) \
40 EM( V4L2_FIELD_ANY, "ANY" ) \
41 EM( V4L2_FIELD_NONE, "NONE" ) \
42 EM( V4L2_FIELD_TOP, "TOP" ) \
43 EM( V4L2_FIELD_BOTTOM, "BOTTOM" ) \
44 EM( V4L2_FIELD_INTERLACED, "INTERLACED" ) \
45 EM( V4L2_FIELD_SEQ_TB, "SEQ_TB" ) \
46 EM( V4L2_FIELD_SEQ_BT, "SEQ_BT" ) \
47 EM( V4L2_FIELD_ALTERNATE, "ALTERNATE" ) \
48 EM( V4L2_FIELD_INTERLACED_TB, "INTERLACED_TB" ) \
54 * Now redefine the EM() and EMe() macros to map the enums to the strings
57 #undef EM macro
59 #define EM(a, b) {a, b}, macro
H A Dcompaction.h13 EM( COMPACT_DEFERRED, "deferred") \
14 EM( COMPACT_SKIPPED, "skipped") \
15 EM( COMPACT_CONTINUE, "continue") \
16 EM( COMPACT_PARTIAL, "partial") \
17 EM( COMPACT_COMPLETE, "complete") \
18 EM( COMPACT_NO_SUITABLE_PAGE, "no_suitable_page") \
19 EM( COMPACT_NOT_SUITABLE_ZONE, "not_suitable_zone") \
41 IFDEF_ZONE_DMA( EM (ZONE_DMA, "DMA")) \
42 IFDEF_ZONE_DMA32( EM (ZONE_DMA32, "DMA32")) \
43 EM (ZONE_NORMAL, "Normal") \
44 IFDEF_ZONE_HIGHMEM( EM (ZONE_HIGHMEM,"HighMem")) \
51 #undef EM macro
53 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro
60 * Now redefine the EM() and EMe() macros to map the enums to the strings
63 #undef EM macro
65 #define EM(a, b) {a, b}, macro
H A Dsunrpc.h186 #undef EM macro
188 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro
192 EM( SS_FREE, "FREE" ) \
193 EM( SS_UNCONNECTED, "UNCONNECTED" ) \
194 EM( SS_CONNECTING, "CONNECTING," ) \
195 EM( SS_CONNECTED, "CONNECTED," ) \
204 EM( TCP_ESTABLISHED, "ESTABLISHED" ) \
205 EM( TCP_SYN_SENT, "SYN_SENT" ) \
206 EM( TCP_SYN_RECV, "SYN_RECV" ) \
207 EM( TCP_FIN_WAIT1, "FIN_WAIT1" ) \
208 EM( TCP_FIN_WAIT2, "FIN_WAIT2" ) \
209 EM( TCP_TIME_WAIT, "TIME_WAIT" ) \
210 EM( TCP_CLOSE, "CLOSE" ) \
211 EM( TCP_CLOSE_WAIT, "CLOSE_WAIT" ) \
212 EM( TCP_LAST_ACK, "LAST_ACK" ) \
213 EM( TCP_LISTEN, "LISTEN" ) \
222 * Now redefine the EM() and EMe() macros to map the enums to the strings
225 #undef EM macro
227 #define EM(a, b) {a, b}, macro
H A Dwriteback.h27 #undef EM macro
29 #define EM(a,b) TRACE_DEFINE_ENUM(a); macro
33 EM( WB_REASON_BACKGROUND, "background") \
34 EM( WB_REASON_TRY_TO_FREE_PAGES, "try_to_free_pages") \
35 EM( WB_REASON_SYNC, "sync") \
36 EM( WB_REASON_PERIODIC, "periodic") \
37 EM( WB_REASON_LAPTOP_TIMER, "laptop_timer") \
38 EM( WB_REASON_FREE_MORE_MEM, "free_more_memory") \
39 EM( WB_REASON_FS_FREE_SPACE, "fs_free_space") \
45 * Now redefine the EM() and EMe() macros to map the enums to the strings
48 #undef EM macro
50 #define EM(a,b) { a, b }, macro
/linux-4.4.14/include/ras/
H A Dras_event.h246 EM ( MF_IGNORED, "Ignored" ) \
247 EM ( MF_FAILED, "Failed" ) \
248 EM ( MF_DELAYED, "Delayed" ) \
252 EM ( MF_MSG_KERNEL, "reserved kernel page" ) \
253 EM ( MF_MSG_KERNEL_HIGH_ORDER, "high-order kernel page" ) \
254 EM ( MF_MSG_SLAB, "kernel slab page" ) \
255 EM ( MF_MSG_DIFFERENT_COMPOUND, "different compound page after locking" ) \
256 EM ( MF_MSG_POISONED_HUGE, "huge page already hardware poisoned" ) \
257 EM ( MF_MSG_HUGE, "huge page" ) \
258 EM ( MF_MSG_FREE_HUGE, "free huge page" ) \
259 EM ( MF_MSG_UNMAP_FAILED, "unmapping failed page" ) \
260 EM ( MF_MSG_DIRTY_SWAPCACHE, "dirty swapcache page" ) \
261 EM ( MF_MSG_CLEAN_SWAPCACHE, "clean swapcache page" ) \
262 EM ( MF_MSG_DIRTY_MLOCKED_LRU, "dirty mlocked LRU page" ) \
263 EM ( MF_MSG_CLEAN_MLOCKED_LRU, "clean mlocked LRU page" ) \
264 EM ( MF_MSG_DIRTY_UNEVICTABLE_LRU, "dirty unevictable LRU page" ) \
265 EM ( MF_MSG_CLEAN_UNEVICTABLE_LRU, "clean unevictable LRU page" ) \
266 EM ( MF_MSG_DIRTY_LRU, "dirty LRU page" ) \
267 EM ( MF_MSG_CLEAN_LRU, "clean LRU page" ) \
268 EM ( MF_MSG_TRUNCATED_LRU, "already truncated LRU page" ) \
269 EM ( MF_MSG_BUDDY, "free buddy page" ) \
270 EM ( MF_MSG_BUDDY_2ND, "free buddy page (2nd try)" ) \
277 #undef EM macro
279 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro
286 * Now redefine the EM() and EMe() macros to map the enums to the strings
289 #undef EM macro
291 #define EM(a, b) { a, b }, macro
/linux-4.4.14/crypto/asymmetric_keys/
H A Drsa.c157 * @EM: The computed signature value
158 * @k: The size of EM (EM[0] is an invalid location but should hold 0x00)
163 static int RSA_verify(const u8 *H, const u8 *EM, size_t k, size_t hash_size, RSA_verify() argument
174 if (EM[1] != 0x01) { RSA_verify()
175 kleave(" = -EBADMSG [EM[1] == %02u]", EM[1]); RSA_verify()
181 if (EM[PS_end] != 0x00) { RSA_verify()
182 kleave(" = -EBADMSG [EM[T-1] == %02u]", EM[PS_end]); RSA_verify()
187 if (EM[i] != 0xff) { RSA_verify()
188 kleave(" = -EBADMSG [EM[PS%x] == %02u]", i - 2, EM[i]); RSA_verify()
193 if (crypto_memneq(asn1_template, EM + T_offset, asn1_size) != 0) { RSA_verify()
194 kleave(" = -EBADMSG [EM[T] ASN.1 mismatch]"); RSA_verify()
198 if (crypto_memneq(H, EM + T_offset + asn1_size, hash_size) != 0) { RSA_verify()
199 kleave(" = -EKEYREJECTED [EM[T] hash mismatch]"); RSA_verify()
218 u8 *EM = NULL; RSA_verify_signature() local
251 * (EM) of length k octets. RSA_verify_signature()
256 ret = RSA_I2OSP(m, k, &EM); RSA_verify_signature()
260 ret = RSA_verify(H, EM - 1, k, sig->digest_size, RSA_verify_signature()
265 kfree(EM); RSA_verify_signature()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dsdram-hynix-h8mbx00u0mer-0em.h2 * SDRC register values for the Hynix H8MBX00U0MER-0EM
16 /* Hynix H8MBX00U0MER-0EM */
/linux-4.4.14/sound/soc/pxa/
H A Dem-x270.c2 * SoC audio driver for EM-X270, eXeda and CM-X300
56 .name = "EM-X270",
95 MODULE_DESCRIPTION("ALSA SoC EM-X270, eXeda and CM-X300");
/linux-4.4.14/drivers/rtc/
H A Drtc-em3027.c2 * An rtc/i2c driver for the EM Microelectronic EM3027
161 MODULE_DESCRIPTION("EM Microelectronic EM3027 RTC driver");
/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_exch.c81 * struct fc_exch_mgr - The Exchange Manager (EM).
117 * @match: Routine to determine if this anchor's EM should be used
120 * for each anchor to determine if that EM should be used. The last
207 * The EM code run in a per-CPU worker thread.
213 * - If the EM pool lock and ex_lock must be taken at the same time, then the
214 * EM pool lock must be taken before the ex_lock.
795 * fc_exch_em_alloc() - Allocate an exchange from a specified EM.
881 * fc_exch_alloc() - Allocate an exchange from an EM on a
886 * This function walks the list of exchange manager(EM)
887 * anchors to select an EM for a new exchange allocation. The
888 * EM is selected when a NULL match function pointer is encountered
1455 * @mp: The EM that the exchange is on
1520 * @mp: The EM that the exchange is on
1611 * @mp: The EM that the exchange is on
1706 * @mp: The EM that the exchange is on
2279 * @match: The match routine that indicates when this EM should be used
2293 /* add EM anchor to EM anchors list */ fc_exch_mgr_add()
2302 * @kref: The reference to the EM to be destroyed
2314 * fc_exch_mgr_del() - Delete an EM from a local port's list
2315 * @ema: The exchange manager anchor identifying the EM to be deleted
2319 /* remove EM anchor from EM anchors list */ fc_exch_mgr_del()
2349 * @lport: The local port that the new EM will be associated with
2351 * @min_xid: The minimum XID for exchanges from the new EM
2352 * @max_xid: The maximum XID for exchanges from the new EM
2353 * @match: The match routine for the new EM
2374 * allocate memory for EM fc_exch_mgr_alloc()
H A Dfc_disc.c190 * Locking Note: This function is called from the EM and will lock
/linux-4.4.14/arch/arm/mach-pxa/
H A Dem-x270.c2 * Support for CompuLab EM-X270 platform
54 /* EM-X270 specific GPIOs */
381 pr_warn("EM-X270: failed to request NAND CS gpio\n"); em_x270_init_nand()
389 pr_warn("EM-X270: failed to request NAND R/B gpio\n"); em_x270_init_nand()
1313 MACHINE_START(EM_X270, "Compulab EM-X270")
/linux-4.4.14/drivers/rapidio/switches/
H A Dtsi568.c6 * - Added EM support
H A Dtsi57x.c6 * - Added EM support
H A Didt_gen2.c224 * All standard EM configuration should be performed at upper level. idtg2_em_init()
/linux-4.4.14/arch/s390/kernel/
H A Debcdic.c27 /*18 CAN EM SUB ESC FS GS RS US */
100 /* 0x18 CAN EM -UBS -CU1 -IFS -IGS -IRS -ITB
176 /*18 CAN EM SUB ESC FS GS RS US */
249 /* 0x18 CAN EM -UBS -CU1 -IFS -IGS -IRS -ITB
/linux-4.4.14/drivers/hwmon/
H A Dsch56xx-common.c118 * the EM to respond is 15 ms, but testing shows in practice it sch56xx_send_cmd()
150 /* EM Interface Polling "Algorithm" */ sch56xx_send_cmd()
/linux-4.4.14/drivers/ata/
H A Dahci.h336 u32 em_buf_sz; /* EM buffer size in byte */
337 u32 em_msg_type; /* EM message type */
H A Dlibahci.c303 "EM read buffer size too large: " ahci_read_em_buffer()
789 /* EM Transmit bit maybe busy during init */ ata_for_each_link()
797 * instead of ata_msleep(). EM Transmit ata_for_each_link()
/linux-4.4.14/include/linux/
H A Drio_regs.h265 /* General EM Registers (Common for all Ports) */
281 /* Per-Port EM Registers */
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c850 * This routine will be associated with an exchange manager (EM). When
851 * the libfc exchange handling code is looking for an EM to use it will
853 * routine will return True if the associated EM is to be used and False
854 * if the echange code should continue looking for an EM.
856 * The offload EM that this routine is associated with will handle any
885 * @lport: The local port that the new EM will be associated with
949 * Exclude offload EM xid range from next EM xid range. fcoe_em_config()
1007 /* There are no more rports or I/O, free the EM */ fcoe_if_destroy()
1178 * hostlist since fcoe_em_alloc() looks for an existing EM fcoe_if_create()
1194 FCOE_NETDEV_DBG(netdev, "Could not configure the EM\n"); fcoe_if_create()
/linux-4.4.14/arch/x86/kernel/fpu/
H A Dinit.c37 cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */ fpu__init_cpu_generic()
/linux-4.4.14/fs/fscache/
H A Dobject-list.c177 " EM EV FL S" fscache_objlist_show()
/linux-4.4.14/include/scsi/
H A Dlibfc.h395 * @ex_list: Handle used by the EM to track free exchanges
490 * The destructor handler is invoked by EM layer when exchange
499 * is registered by EM layer.
/linux-4.4.14/drivers/rapidio/
H A Drio.c569 * rio_set_port_lockout - Sets/clears LOCKOUT bit (RIO EM 1.3) for a switch port.
995 /* Clear EM Port N Error Detect CSR */ rio_inb_pwrite_handler()
1005 /* Clear EM L/T Layer Error Detect CSR */ rio_inb_pwrite_handler()
/linux-4.4.14/drivers/usb/serial/
H A Dftdi_sio_ids.h258 #define FTDI_ELV_EM1010PC_PID 0xE0EF /* Energy monitor EM 1010 PC */
260 #define FTDI_ELV_EM1000DL_PID 0xE0F1 /* PC-Datenlogger fuer Energiemonitor (EM 1000 DL) */
/linux-4.4.14/drivers/block/
H A Dcciss.c130 {0x409D0E11, "Smart Array 6400 EM", &SA5_access},
587 0x409D0E11, /* Smart Array 6400 EM */
612 0x409D0E11, /* Smart Array 6400 EM */
/linux-4.4.14/drivers/staging/dgap/
H A Ddgap.c558 * Because the EPC/con concentrators can have EM modules dgap_create_config_string()
560 * list and keep adding the number of ports on each EM dgap_create_config_string()
6693 "to each EM module is plugged into EBI IN!\n"); dgap_tty_init()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dfalcon.c1528 /* Recover by resetting the EM block */ falcon_b0_prepare_enable_fc_tx()
/linux-4.4.14/drivers/scsi/
H A Dhpsa.c542 0x409D0E11, /* Smart Array 6400 EM */
568 0x409D0E11, /* Smart Array 6400 EM */
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000_main.c1083 /* Do not set IFF_UNICAST_FLT for VMWare's 82545EM */ e1000_probe()
/linux-4.4.14/drivers/usb/core/
H A Dhub.c4962 * EM interference sometimes causes badly shielded USB devices

Completed in 1206 milliseconds