Searched refs:ea (Results 151 - 159 of 159) sorted by relevance

1234567

/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S301 set EXC_EA, 0xc # stacked <ea>
547 set mia7_flg, 0x04 # flag bit: (a7)+ <ea>
548 set mda7_flg, 0x08 # flag bit: -(a7) <ea>
550 set immed_flg, 0x80 # flag bit: &<data> <ea>
1222 # stack an ea. however, we don't need an a7' for this case anyways.
1581 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
1752 cmpi.b SPCOND_FLG(%a6),&mda7_flg # was the <ea> mode -(sp)?
1905 btst &mia7_bit,SPCOND_FLG(%a6) # was ea mode (a7)+
1914 # shift the stack frame "up". we don't really care about the <ea> field.
2028 # shift stack frame "up". who cares about <ea> fiel
[all...]
H A Ditest.S120 ### ea
1285 cas.w %d1,%d2,(%a0) # Dc,Du,<ea>
1312 cas.w %d1,%d2,(%a0) # Dc,Du,<ea>
1340 cas.l %d1,%d2,(%a0) # Dc,Du,<ea>
1367 cas.l %d1,%d2,(%a0) # Dc,Du,<ea>
1395 cas.l %d1,%d2,(%a0) # Dc,Du,<ea>
1422 cas.l %d1,%d2,(%a0) # Dc,Du,<ea>
H A Dfplsp.S281 set EXC_EA, 0xc # stacked <ea>
527 set mia7_flg, 0x04 # flag bit: (a7)+ <ea>
528 set mda7_flg, 0x08 # flag bit: -(a7) <ea>
530 set immed_flg, 0x80 # flag bit: &<data> <ea>
/linux-master/fs/jfs/
H A Djfs_imap.c3081 jfs_ip->ea = dip->di_ea;
3155 dip->di_ea = jfs_ip->ea;
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c3753 struct dev_ext_attribute *ea = to_dev_ext_attribute(attr); local
3754 long die = (long)ea->var;
4283 struct dev_ext_attribute *ea = to_dev_ext_attribute(attr); local
4284 long die = (long)ea->var;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c544 memcpy(key_le->ea, key->ea, sizeof(key->ea));
2614 memcpy(&scbval.ea, &profile->bssid, ETH_ALEN);
2820 memcpy((char *)&key->ea, (void *)mac_addr, ETH_ALEN);
5440 memcpy(&scbval.ea, params->mac, ETH_ALEN);
5825 memcpy(info.ea, peer, ETH_ALEN);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c5631 struct event_arg ea; local
5650 memset(&ea, 0, sizeof(ea));
5651 ea.fcport = fcport;
5652 qla24xx_handle_relogin_event(vha, &ea);
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S10 | For packed move out (fmove.p fpm,<ea>) the operation is
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2310 * @path: dentry path for get ea
3205 rc = smb2_set_ea(&ea_buf->ea,
4600 ksmbd_debug(SMB, "no ea data in the file\n");
4696 /* no more ea entries */

Completed in 294 milliseconds

1234567