| /linux/arch/arm64/kvm/hyp/include/hyp/ |
| A D | fault.h | 15 static inline bool __translate_far_to_hpfar(u64 far, u64 *hpfar) in __translate_far_to_hpfar() argument 31 ret = system_supports_poe() ? __kvm_at(OP_AT_S1E1A, far) : in __translate_far_to_hpfar() 32 __kvm_at(OP_AT_S1E1R, far); in __translate_far_to_hpfar() 49 u64 hpfar, far; in __get_fault_info() local 51 far = read_sysreg_el2(SYS_FAR); in __get_fault_info() 67 if (!__translate_far_to_hpfar(far, &hpfar)) in __get_fault_info() 73 fault->far_el2 = far; in __get_fault_info()
|
| /linux/arch/arm64/mm/ |
| A D | fault.c | 474 unsigned long addr = untagged_addr(far); in do_bad_area() 529 unsigned long addr = untagged_addr(far); in do_page_fault() 740 unsigned long addr = untagged_addr(far); in do_translation_fault() 743 return do_page_fault(far, esr, regs); in do_translation_fault() 745 do_bad_area(far, esr, regs); in do_translation_fault() 755 do_bad_area(far, esr, regs); in do_alignment_fault() 787 siaddr = untagged_addr(far); in do_sea() 802 far = (__untagged_addr(far) & ~MTE_TAG_MASK) | (far & MTE_TAG_MASK); in do_tag_check_fault() 803 do_bad_area(far, esr, regs); in do_tag_check_fault() 877 unsigned long addr = untagged_addr(far); in do_mem_abort() [all …]
|
| /linux/arch/arm64/kvm/ |
| A D | inject_fault.c | 130 u64 far; in inject_abt32() local 141 far = vcpu_read_sys_reg(vcpu, FAR_EL1); in inject_abt32() 145 far &= GENMASK(31, 0); in inject_abt32() 146 far |= (u64)addr << 32; in inject_abt32() 150 far &= GENMASK(63, 32); in inject_abt32() 151 far |= addr; in inject_abt32() 155 vcpu_write_sys_reg(vcpu, far, FAR_EL1); in inject_abt32()
|
| A D | trace_arm.h | 141 unsigned long far, unsigned long ipa), 142 TP_ARGS(vcpu_pc, esr, far, ipa), 147 __field( unsigned long, far ) 154 __entry->far = far; 160 __entry->far, __entry->vcpu_pc)
|
| A D | handle_exit.c | 193 run->debug.arch.far = vcpu->arch.fault.far_el2; in kvm_handle_guest_debug() 442 u64 far, u64 hpfar) { in nvhe_hyp_panic_handler() argument 486 spsr, elr_virt, esr, far, hpfar, par, vcpu); in nvhe_hyp_panic_handler()
|
| /linux/arch/arm64/kernel/ |
| A D | entry-common.c | 428 unsigned long far = read_sysreg(far_el1); in el1_abort() local 432 do_mem_abort(far, esr, regs); in el1_abort() 439 unsigned long far = read_sysreg(far_el1); in el1_pc() local 443 do_sp_pc_abort(far, esr, regs); in el1_pc() 472 do_debug_exception(far, esr, regs); in el1_dbg() 580 do_mem_abort(far, esr, regs); in el0_da() 593 if (!is_ttbr0_addr(far)) in el0_ia() 598 do_mem_abort(far, esr, regs); in el0_ia() 651 do_sp_pc_abort(far, esr, regs); in el0_pc() 701 do_debug_exception(far, esr, regs); in el0_dbg() [all …]
|
| A D | traps.c | 266 void arm64_force_sig_fault(int signo, int code, unsigned long far, in arm64_force_sig_fault() argument 273 force_sig_fault(signo, code, (void __user *)far); in arm64_force_sig_fault() 276 void arm64_force_sig_fault_pkey(unsigned long far, const char *str, int pkey) in arm64_force_sig_fault_pkey() argument 279 force_sig_pkuerr((void __user *)far, pkey); in arm64_force_sig_fault_pkey() 282 void arm64_force_sig_mceerr(int code, unsigned long far, short lsb, in arm64_force_sig_mceerr() argument 286 force_sig_mceerr(code, (void __user *)far, lsb); in arm64_force_sig_mceerr() 289 void arm64_force_sig_ptrace_errno_trap(int errno, unsigned long far, in arm64_force_sig_ptrace_errno_trap() argument 293 force_sig_ptrace_errno_trap(errno, (void __user *)far); in arm64_force_sig_ptrace_errno_trap() 297 int signo, int sicode, unsigned long far, in arm64_notify_die() argument 305 arm64_force_sig_fault(signo, sicode, far, str); in arm64_notify_die() [all …]
|
| /linux/Documentation/devicetree/bindings/iio/light/ |
| A D | sharp,gp2ap002.yaml | 43 sharp,proximity-far-hysteresis: 46 Hysteresis setting for "far" object detection, this setting is 48 of a "far away" object in front of the sensor. 61 - sharp,proximity-far-hysteresis 82 sharp,proximity-far-hysteresis = /bits/ 8 <0x2f>;
|
| /linux/arch/arm64/include/asm/ |
| A D | traps.h | 27 void arm64_force_sig_fault(int signo, int code, unsigned long far, const char *str); 28 void arm64_force_sig_fault_pkey(unsigned long far, const char *str, int pkey); 29 void arm64_force_sig_mceerr(int code, unsigned long far, short lsb, const char *str); 30 void arm64_force_sig_ptrace_errno_trap(int errno, unsigned long far, const char *str);
|
| A D | exception.h | 55 void do_mem_abort(unsigned long far, unsigned long esr, struct pt_regs *regs); 79 void __noreturn panic_bad_stack(struct pt_regs *regs, unsigned long esr, unsigned long far);
|
| A D | system_misc.h | 25 int signo, int sicode, unsigned long far,
|
| /linux/drivers/net/fddi/skfp/h/ |
| A D | fplustm.h | 56 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 ;
|
| A D | types.h | 21 #ifndef far 22 #define far macro
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | mmap.c | 20 const int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local 99 CHECK_FAIL(map_data->val[far]); in test_mmap() 118 CHECK_FAIL(map_data->val[far] != 3 * 123); in test_mmap() 126 CHECK_FAIL(bpf_map_lookup_elem(data_map_fd, &far, &val)); in test_mmap() 196 CHECK_FAIL(map_data->val[far] != 3 * 321); in test_mmap() 248 CHECK_FAIL(map_data->val[far] != 3 * 321); in test_mmap()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_mmap.c | 30 int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local 47 bpf_map_update_elem(&data_map, &far, &val, 0); in test_mmap()
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-devices-platform-docg3 | 16 Users: None identified so far. 40 Users: None identified so far.
|
| /linux/include/linux/ |
| A D | adreno-smmu-priv.h | 28 u64 far; member
|
| /linux/drivers/net/fddi/skfp/ |
| A D | hwmtm.c | 139 void hwm_tx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, 141 void hwm_rx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, 1045 u_char far *virt ; in process_receive() 1046 char far *data ; in process_receive() 1217 virt = (u_char far *) rxd->rxd_virt ; in process_receive() 1407 void hwm_rx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, in hwm_rx_frag() 1620 void hwm_tx_frag(struct s_smc *smc, char far *virt, u_long phys, int len, in hwm_tx_frag() 1800 char far *data ; in smt_send_mbuf() 1806 SK_LOC_DECL(char far,*virt[3]) ; in smt_send_mbuf() 1883 phys = dma_master(smc, (void far *)virt[i], in smt_send_mbuf()
|
| /linux/drivers/soc/apple/ |
| A D | rtkit-crashlog.c | 56 u64 far; member 166 dev_warn(rtk->dev, " FAR = 0x%llx\n", regs->far); in apple_rtkit_crashlog_dump_regs()
|
| /linux/Documentation/translations/it_IT/process/ |
| A D | kernel-enforcement-statement.rst | 17 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/Documentation/devicetree/bindings/iio/proximity/ |
| A D | google,cros-ec-mkbp-proximity.yaml | 15 This is implemented on the EC as near/far logic and exposed to the OS
|
| /linux/drivers/net/ethernet/microsoft/ |
| A D | Kconfig | 27 So far, the driver is only supported on X86_64.
|
| /linux/Documentation/userspace-api/media/dvb/ |
| A D | fe-read-uncorrected-blocks.rst | 31 The total number of uncorrected blocks seen by the driver so far.
|
| /linux/Documentation/devicetree/bindings/regmap/ |
| A D | regmap.txt | 11 devices, this is by far the most common setting. On CPU
|
| /linux/drivers/usb/fotg210/ |
| A D | Kconfig | 33 Bulk Transfer so far.
|