Searched refs:uentry (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/futex/ |
H A D | core.c | 766 unsigned long uentry; in fetch_robust_entry() local 768 if (get_user(uentry, (unsigned long __user *)head)) in fetch_robust_entry() 771 *entry = (void __user *)(uentry & ~1UL); in fetch_robust_entry() 772 *pi = uentry & 1; in fetch_robust_entry() 859 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry() argument 862 if (get_user(*uentry, head)) in compat_fetch_robust_entry() 865 *entry = compat_ptr((*uentry) & ~1); in compat_fetch_robust_entry() 866 *pi = (unsigned int)(*uentry) & 1; in compat_fetch_robust_entry() 883 compat_uptr_t uentry, next_uentry, upending; in compat_exit_robust_list() local 891 if (compat_fetch_robust_entry(&uentry, &entry, &head->list.next, &pi)) in compat_exit_robust_list() [all …]
|
/openbmc/qemu/hw/microblaze/ |
H A D | boot.c | 160 hwaddr uentry, loadaddr = LOAD_UIMAGE_LOADADDR_INVALID; in microblaze_load_kernel() local 162 kernel_size = load_uimage(kernel_filename, &uentry, &loadaddr, 0, in microblaze_load_kernel() 164 boot_info.bootstrap_pc = uentry; in microblaze_load_kernel()
|