Searched refs:ptr_size (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/input/misc/ |
H A D | xen-kbdfront.c | 49 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 D | mte_helper.h | 48 int ptr_size, MMUAccessType tag_access,
|
H A D | mte_helper.c | 56 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 D | exec.c | 477 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 D | tcg.c | 6356 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 D | xfs-online-fsck-design.rst | 2402 maxrecs = (block_size - header_size) / (key_size + ptr_size)
|