Home
last modified time | relevance | path

Searched refs:res32 (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/testing/selftests/x86/
Dtest_FISTTP.c18 unsigned int res32 = -1; variable
35 if (res16 != 1 || res32 != 1 || res64 != 1) { in test()
55 if (res16 != 3 || res32 != 3 || res64 != 3) { in test()
78 if (res16 != 0xfffd || res32 != 0xfffffffd || res64 != 0xfffffffffffffffdULL) { in test()
99 if (res16 != 0 || res32 != 0 || res64 != 0) { in test()
/linux-5.19.10/fs/dlm/
Duser.c122 struct dlm_lock_result32 *res32) in compat_output() argument
124 memset(res32, 0, sizeof(*res32)); in compat_output()
126 res32->version[0] = res->version[0]; in compat_output()
127 res32->version[1] = res->version[1]; in compat_output()
128 res32->version[2] = res->version[2]; in compat_output()
130 res32->user_astaddr = (__u32)(__force long)res->user_astaddr; in compat_output()
131 res32->user_astparam = (__u32)(__force long)res->user_astparam; in compat_output()
132 res32->user_lksb = (__u32)(__force long)res->user_lksb; in compat_output()
133 res32->bast_mode = res->bast_mode; in compat_output()
135 res32->lvb_offset = res->lvb_offset; in compat_output()
[all …]
/linux-5.19.10/drivers/gpu/drm/
Ddrm_ioc32.c557 drm_ctx_res32_t res32; in compat_drm_resctx() local
561 if (copy_from_user(&res32, argp, sizeof(res32))) in compat_drm_resctx()
564 res.count = res32.count; in compat_drm_resctx()
565 res.contexts = compat_ptr(res32.contexts); in compat_drm_resctx()
570 res32.count = res.count; in compat_drm_resctx()
571 if (copy_to_user(argp, &res32, sizeof(res32))) in compat_drm_resctx()
/linux-5.19.10/arch/powerpc/include/asm/
Dimmap_cpm2.h234 u8 res32[4]; member