Searched refs:ubase (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | reg.h | 50 #define CORE_REG(reg, ubase) \ argument 51 (((unsigned long *)((unsigned long)(ubase)))[reg])
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramgf100.c | 501 u64 total = 0, lcomm = ~0, lower, ubase, usize; in gf100_ram_ctor() local 519 ubase = lcomm + func->upper; in gf100_ram_ctor() 523 nvkm_debug(subdev, "Upper: %4lld MiB @ %010llx\n", usize >> 20, ubase); in gf100_ram_ctor() 549 ubase >> NVKM_RAM_MM_SHIFT, in gf100_ram_ctor()
|
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 1461 const char *base, char __user *ubase) in ebt_match_to_user() argument 1463 return ebt_obj_to_user(ubase + ((char *)m - base), in ebt_match_to_user() 1470 const char *base, char __user *ubase) in ebt_watcher_to_user() argument 1472 return ebt_obj_to_user(ubase + ((char *)w - base), in ebt_watcher_to_user() 1479 char __user *ubase) in ebt_entry_to_user() argument 1487 if (copy_to_user(ubase + ((char *)e - base), e, in ebt_entry_to_user() 1493 if (copy_to_user(ubase + ((char *)e - base), e, sizeof(*e))) in ebt_entry_to_user() 1496 hlp = ubase + (((char *)e + e->target_offset) - base); in ebt_entry_to_user() 1499 ret = EBT_MATCH_ITERATE(e, ebt_match_to_user, base, ubase); in ebt_entry_to_user() 1502 ret = EBT_WATCHER_ITERATE(e, ebt_watcher_to_user, base, ubase); in ebt_entry_to_user()
|