Home
last modified time | relevance | path

Searched refs:read_zero (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/char/
H A Dmem.c495 static ssize_t read_zero(struct file *file, char __user *buf, in read_zero() function
672 .read = read_zero,
/linux-6.15/arch/arm64/kvm/
H A Dsys_regs.h127 static inline bool read_zero(struct kvm_vcpu *vcpu, in read_zero() function
H A Dsys_regs.c552 return read_zero(vcpu, p); in trap_raz_wi()