Searched refs:RAP (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/amd/ |
H A D | ariadne.c | 247 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ in ariadne_interrupt() 382 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ in ariadne_interrupt() 387 lance->RAP, lance->RDP); in ariadne_interrupt() 403 lance->RAP = CSR0; /* PCnet-ISA Controller Status */ in ariadne_open() 407 lance->RAP = CSR88; /* Chip ID */ in ariadne_open() 409 lance->RAP = CSR89; /* Chip ID */ in ariadne_open() 427 lance->RAP = CSR3; /* Interrupt Masks and Deferral Control */ in ariadne_open() 429 lance->RAP = CSR4; /* Test and Features Control */ in ariadne_open() 433 lance->RAP = CSR8; /* Logical Address Filter, LADRF[15:0] */ in ariadne_open() 435 lance->RAP in ariadne_open() [all...] |
H A D | sunlance.c | 237 void __iomem *lregs; /* Lance RAP/RDP regs. */ 273 #define RAP 0x02UL /* register address port */ macro 278 sbus_writew(LE_CSR0, __base + RAP); \ 304 sbus_writew(LE_CSR1, lp->lregs + RAP); in load_csrs() 306 sbus_writew(LE_CSR2, lp->lregs + RAP); in load_csrs() 308 sbus_writew(LE_CSR3, lp->lregs + RAP); in load_csrs() 312 sbus_writew(LE_CSR0, lp->lregs + RAP); in load_csrs() 470 sbus_writew(LE_CSR0, lp->lregs + RAP); in init_restart_lance() 816 sbus_writew(LE_CSR0, lp->lregs + RAP); in lance_interrupt()
|
H A D | ariadne.h | 47 volatile u_short RAP; /* Register Address Port */ member
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | cross-thread-rsb.rst | 46 In affected processors, the return address predictor (RAP) is partitioned 48 16-entry RAP, but in 1T mode, the active thread uses a 32-entry RAP. Upon 49 transition between 1T/2T mode, the RAP contents are not modified but the RAP 69 context switch fills the RAP entries (referred to as the RSB in Linux) with safe
|
H A D | rsb.rst | 14 Return Address Predictor (RAP) on AMD). 94 their predicted targets from the Return Address Predictor (RAP). 95 AMD recommends software use a RAP stuffing sequence (mitigation 97 to ensure that the addresses in the RAP are safe for 98 speculation. Collectively, we refer to these mitigations as "RAP
|
H A D | srso.rst | 9 Buffer (BTB) and Return Address Predictor (RAP) in this case - and then 16 not actually a CALL) can create an entry in the RAP which may be used
|
/linux/drivers/tty/vt/ |
H A D | ucs_width_table.h_shipped | 396 { 0x2E80, 0x2E99 }, /* CJK RADICAL REPEAT - CJK RADICAL RAP */
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_kms.c | 1682 TA_FW_NAME(RAP), in amdgpu_debugfs_firmware_info_show()
|