hptr 16 arch/mips/math-emu/dp_maddf.c static void srl128(u64 *hptr, u64 *lptr, int count) hptr 21 arch/mips/math-emu/dp_maddf.c *lptr = *hptr != 0 || *lptr != 0; hptr 22 arch/mips/math-emu/dp_maddf.c *hptr = 0; hptr 25 arch/mips/math-emu/dp_maddf.c *lptr = *hptr | (*lptr != 0); hptr 28 arch/mips/math-emu/dp_maddf.c *lptr = *hptr >> (count - 64); hptr 29 arch/mips/math-emu/dp_maddf.c *lptr |= (*hptr << (128 - count)) != 0 || low != 0; hptr 31 arch/mips/math-emu/dp_maddf.c *hptr = 0; hptr 34 arch/mips/math-emu/dp_maddf.c *lptr = low >> count | *hptr << (64 - count); hptr 36 arch/mips/math-emu/dp_maddf.c *hptr = *hptr >> count; hptr 1749 arch/powerpc/kvm/book3s_64_mmu_hv.c struct kvm_get_htab_header __user *hptr; hptr 1770 arch/powerpc/kvm/book3s_64_mmu_hv.c hptr = (struct kvm_get_htab_header __user *)buf; hptr 1817 arch/powerpc/kvm/book3s_64_mmu_hv.c if (__copy_to_user(hptr, &hdr, sizeof(hdr))) hptr 296 include/net/netfilter/nf_conntrack.h struct hlist_nulls_head *hptr; hptr 302 include/net/netfilter/nf_conntrack.h hptr = nf_conntrack_hash; hptr 305 include/net/netfilter/nf_conntrack.h *hash = hptr; hptr 100 tools/testing/selftests/vm/virtual_address_range.c char *hptr[NR_CHUNKS_HIGH]; hptr 121 tools/testing/selftests/vm/virtual_address_range.c hptr[i] = mmap(hint, MAP_CHUNK_SIZE, PROT_READ | PROT_WRITE, hptr 124 tools/testing/selftests/vm/virtual_address_range.c if (hptr[i] == MAP_FAILED) hptr 127 tools/testing/selftests/vm/virtual_address_range.c if (validate_addr(hptr[i], 1)) hptr 136 tools/testing/selftests/vm/virtual_address_range.c munmap(hptr[i], MAP_CHUNK_SIZE);