Home
last modified time | relevance | path

Searched defs:offset_lo (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/arch/x86/kernel/
Dsys_ia32.c112 SYSCALL_DEFINE5(ia32_fadvise64, int, fd, unsigned int, offset_lo, in SYSCALL_DEFINE5() argument
120 unsigned int, offset_lo, unsigned int, offset_hi, in SYSCALL_DEFINE6() argument
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_vram.c169 u64 offset_hi, offset_lo; in get_flat_ccs_offset() local
/linux-6.14.4/drivers/net/ethernet/sfc/
Def100.c285 u32 offset_lo = 0; in ef100_pci_parse_xilinx_cap() local
/linux-6.14.4/drivers/clocksource/
Darm_arch_timer.c774 static noinstr u64 arch_counter_get_cnt_mem(struct arch_timer *t, int offset_lo) in arch_counter_get_cnt_mem()