Home
last modified time | relevance | path

Searched refs:far (Results 1 – 25 of 199) sorted by relevance

12345678

/Linux-v5.4/virt/kvm/arm/
Daarch32.c74 u32 *far, *fsr; in inject_abt32() local
79 far = &vcpu_cp15(vcpu, c6_IFAR); in inject_abt32()
83 far = &vcpu_cp15(vcpu, c6_DFAR); in inject_abt32()
89 *far = addr; in inject_abt32()
/Linux-v5.4/arch/arm/kvm/hyp/
Dswitch.c100 u32 hpfar, far; in __populate_fault_info() local
105 far = read_sysreg(HIFAR); in __populate_fault_info()
107 far = read_sysreg(HDFAR); in __populate_fault_info()
127 write_sysreg(far, ATS1CPR); in __populate_fault_info()
141 vcpu->arch.fault.hxfar = far; in __populate_fault_info()
/Linux-v5.4/arch/c6x/kernel/
Dvmlinux.lds.S129 .far :
133 *(.far .far.* .gnu.linkonce.b.*)
/Linux-v5.4/drivers/net/fddi/skfp/h/
Dfplustm.h56 char far *txd_virt ; /* virtual pointer to the data frag */
58 struct s_smt_fp_txd volatile far *txd_next ;
73 char far *rxd_virt ; /* virtual pointer to the data frag */
75 struct s_smt_fp_rxd volatile far *rxd_next ;
Dtypes.h21 #ifndef far
22 #define far macro
Dskfbi.h702 #define ADDR(a) (char far *) smc->hw.iop+(a)
703 #define ADDRS(smc,a) (char far *) (smc)->hw.iop+(a)
/Linux-v5.4/arch/arm64/kvm/hyp/
Dswitch.c237 static bool __hyp_text __translate_far_to_hpfar(u64 far, u64 *hpfar) in __translate_far_to_hpfar() argument
252 asm volatile("at s1e1r, %0" : : "r" (far)); in __translate_far_to_hpfar()
270 u64 hpfar, far; in __populate_fault_info() local
278 far = read_sysreg_el2(SYS_FAR); in __populate_fault_info()
294 if (!__translate_far_to_hpfar(far, &hpfar)) in __populate_fault_info()
300 vcpu->arch.fault.far_el2 = far; in __populate_fault_info()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-platform-docg314 Users: None identified so far.
34 Users: None identified so far.
/Linux-v5.4/drivers/scsi/dpt/
Dosd_defs.h72 #define far macro
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dmarvell-bluetooth.txt15 None so far
/Linux-v5.4/drivers/net/fddi/skfp/
Dhwmtm.c143 void hwm_tx_frag(struct s_smc *smc, char far *virt, u_long phys, int len,
145 void hwm_rx_frag(struct s_smc *smc, char far *virt, u_long phys, int len,
1049 u_char far *virt ; in process_receive()
1050 char far *data ; in process_receive()
1221 virt = (u_char far *) rxd->rxd_virt ; in process_receive()
1411 void hwm_rx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, in hwm_rx_frag()
1624 void hwm_tx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, in hwm_tx_frag()
1804 char far *data ; in smt_send_mbuf()
1810 SK_LOC_DECL(char far,*virt[3]) ; in smt_send_mbuf()
1887 phys = dma_master(smc, (void far *)virt[i], in smt_send_mbuf()
/Linux-v5.4/Documentation/translations/it_IT/process/
Dkernel-enforcement-statement.rst17 Benché ognuno abbia il diritto a far rispettare il diritto d'autore per i
18 propri contributi alla nostra comunità, condividiamo l'interesse a far si che
19 ogni azione individuale nel far rispettare i propri diritti sia condotta in
/Linux-v5.4/Documentation/devicetree/bindings/regmap/
Dregmap.txt11 devices, this is by far the most common setting. On CPU
/Linux-v5.4/arch/x86/ras/
DKconfig23 file that dumps out the current state of all pages logged so far.
/Linux-v5.4/Documentation/media/uapi/dvb/
Dfe-read-uncorrected-blocks.rst37 The total number of uncorrected blocks seen by the driver so far.
/Linux-v5.4/Documentation/admin-guide/mm/
Dnumaperf.rst103 The term "far memory" is used to denote the last level memory in the
112 nearer to the CPU, and further from far memory.
118 cache level, or it reaches far memory.
/Linux-v5.4/drivers/gpu/drm/msm/
DNOTES30 (Second part is not implemented yet. So far this is just basic KMS
73 Note that so far I've not been able to get any docs on the hw, and it
/Linux-v5.4/drivers/staging/ks7010/
DTODO7 you to all which already participated in cleaning up the driver so far!
/Linux-v5.4/LICENSES/exceptions/
DLinux-syscall-note20 Also note that the only valid version of the GPL as far as the kernel
/Linux-v5.4/Documentation/driver-api/memory-devices/
Dti-emif.rst62 frequencies used so far.
/Linux-v5.4/drivers/net/ethernet/freescale/
Dgianfar.h1193 unsigned int far, unsigned int fcr, unsigned int fpr) in gfar_write_filer() argument
1197 gfar_write(&regs->rqfar, far); in gfar_write_filer()
1203 unsigned int far, unsigned int *fcr, unsigned int *fpr) in gfar_read_filer() argument
1207 gfar_write(&regs->rqfar, far); in gfar_read_filer()
/Linux-v5.4/Documentation/hwmon/
Dw83l785ts.rst26 far suggest that the two possible limits are actually 95 and 110
Dtmp401.rst67 supported by the driver so far, so using the default resolution of 0.5
/Linux-v5.4/Documentation/RCU/
DarrayRCU.txt19 are far more trouble than they are worth. If RCU-protected indexes into
20 arrays prove to be particularly valuable (which they have not thus far),
/Linux-v5.4/fs/jffs2/
DTODO26 are likely to become dirty, and end up with blocks which are each far

12345678