Home
last modified time | relevance | path

Searched refs:ptr_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/input/misc/
H A Dxen-kbdfront.c49 static int ptr_size[KPARAM_CNT] = { XENFB_WIDTH, XENFB_HEIGHT }; variable
50 module_param_array(ptr_size, int, NULL, 0444);
51 MODULE_PARM_DESC(ptr_size,
279 ptr_size[KPARAM_X] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
281 ptr_size[KPARAM_X]); in xenkbd_probe()
282 ptr_size[KPARAM_Y] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
284 ptr_size[KPARAM_Y]); in xenkbd_probe()
306 ptr_size[KPARAM_X], 0, 0); in xenkbd_probe()
308 ptr_size[KPARAM_Y], 0, 0); in xenkbd_probe()
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.h48 int ptr_size, MMUAccessType tag_access,
H A Dmte_helper.c56 int ptr_size, MMUAccessType tag_access, in allocation_tag_mem_probe() argument
143 if (unlikely(ptr_size > in_page)) { in allocation_tag_mem_probe()
153 cpu_check_watchpoint(env_cpu(env), ptr, ptr_size, attrs, wp, ra); in allocation_tag_mem_probe()
194 int ptr_size, MMUAccessType tag_access, in allocation_tag_mem() argument
198 ptr_size, tag_access, false, ra); in allocation_tag_mem()
/openbmc/linux/fs/
H A Dexec.c477 unsigned long limit, ptr_size; in bprm_stack_limits() local
507 ptr_size = (max(bprm->argc, 1) + bprm->envc) * sizeof(void *); in bprm_stack_limits()
508 if (limit <= ptr_size) in bprm_stack_limits()
510 limit -= ptr_size; in bprm_stack_limits()
/openbmc/qemu/tcg/
H A Dtcg.c6356 uint8_t ptr_size; in tcg_register_jit_int() member
6458 .ptr_size = sizeof(void *), in tcg_register_jit_int()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst2402 maxrecs = (block_size - header_size) / (key_size + ptr_size)