Searched refs:radix (Results 1 - 25 of 69) sorted by path

123

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c83 int radix = 10; local
86 radix = 16;
90 radix = 8;
95 if (val < 0 || val >= radix)
97 result *= radix;
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h9 #include <linux/radix-tree.h>
/linux-master/drivers/sh/intc/
H A Dvirq.c15 #include <linux/radix-tree.h>
31 * Tags for the radix tree
/linux-master/tools/testing/radix-tree/
H A Dbenchmark.c6 #include <linux/radix-tree.h>
H A Dregression2.c5 * Toshiyuki Okajima describes the following radix-tree bug:
10 * 0. The radix tree contains RADIX_TREE_MAP_SIZE items. And the tag of
18 * 2. An item is added into the radix tree and then the level of it is
19 * extended into 2 from 1. At that time, the new radix tree node succeeds
20 * the tag status of the root tag. Therefore the tag of the new radix tree
22 * PAGECACHE_TAG_TOWRITE tag in the child node of the new radix tree node.
26 * radix tree.) As the result, the slot of the radix tree node is NULL but
31 * slot of the radix tree node is NULL, but the tag which corresponds to
49 #include <linux/radix
[all...]
H A Dregression3.c23 #include <linux/radix-tree.h>
H A Dregression4.c5 #include <linux/radix-tree.h>
H A Dtag_check.c8 #include <linux/radix-tree.h>
/linux-master/arch/powerpc/boot/
H A Dwrapper601 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | grep -E ' _end$' | cut -d' ' -f1)
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h65 /* Max physical address bit as per radix table */
108 * in here, on radix we expect them to be zero.
268 #include <asm/book3s/64/radix.h>
346 * For radix: H_PAGE_HASHPTE should be zero. Hence we can use the same
347 * function for both hash and radix.
720 * Generic functions with hash/radix callbacks
1151 * For radix we should always find H_PAGE_HASHPTE zero. Hence
1152 * the below will work for radix too
H A Dradix.h12 #include <asm/book3s/64/radix-64k.h>
14 #include <asm/book3s/64/radix-4k.h>
18 #include <asm/book3s/64/tlbflush-radix.h>
303 /* For radix 2M at PMD level means thp */
311 /* For radix 1G at PUD level means pud hugepage support */
H A Dtlbflush.h10 #include <asm/book3s/64/tlbflush-radix.h>
34 static inline void tlbiel_all_lpid(bool radix) argument
39 if (radix)
/linux-master/arch/powerpc/include/asm/
H A Dirq.h11 #include <linux/radix-tree.h>
H A Dkvm_book3s_64.h35 u8 radix; /* is this nested guest radix */ member in struct:kvm_nested_guest
128 return kvm->arch.radix;
133 bool radix; local
136 radix = vcpu->arch.nested->radix;
138 radix = kvm_is_radix(vcpu->kvm);
140 return radix;
H A Dkvm_host.h296 u8 radix; member in struct:kvm_arch
709 * fault for a radix guest, or segment descriptor (equivalent to result
/linux-master/arch/powerpc/kernel/
H A Dirq.c47 #include <linux/radix-tree.h>
H A Dirq_64.c39 #include <linux/radix-tree.h>
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c2171 * On some POWER9s we force AIL off for radix guests to prevent
2777 * MMU mode (radix or HPT), unfortunately, but since we only support
3306 * With radix, the guest can do TLB invalidations itself,
4560 * This never fails for a radix guest, as none of the operations it does
4561 * for a radix guest can fail or have a way to report failure.
5118 * Use second half of bitmap area because both HPT and radix
5209 * For radix guests, we flush on setting KVM_MEM_LOG_DIRTY_PAGES
5403 kvm->arch.radix = 0;
5431 kvm->arch.radix = 1;
5635 * If the host uses radix, th
6094 int radix; local
[all...]
H A Dbook3s_hv_nested.c734 gp->radix = 1;
1224 * r != 1 -> Only radix supported
1226 * ric == 3 -> No cluster bombs for radix
H A Dbook3s_hv_ras.c86 tlbiel_all_lpid(vcpu->kvm->arch.radix);
103 tlbiel_all_lpid(vcpu->kvm->arch.radix);
/linux-master/arch/powerpc/mm/book3s64/
H A Dpgtable.c59 * We can use MMU_PAGE_2M here, because only radix
79 * We can use MMU_PAGE_1G here, because only radix
309 static void flush_partition(unsigned int lpid, bool radix) argument
311 if (radix) {
345 * flush. The type of flush (hash or radix) depends on what the previous
551 * For radix translation with split pmd ptl, we store the deposited table in the
556 * With radix we use deposited table only for anonymous mapping.
/linux-master/arch/s390/include/asm/
H A Dgmap.h12 #include <linux/radix-tree.h>
28 * @guest_to_host: radix tree with guest to host address translation
29 * @host_to_guest: radix tree with pointer to segment table entries
36 * @host_to_rmap: radix tree with gmap_rmap lists
H A Dpgtable.h18 #include <linux/radix-tree.h>
/linux-master/arch/x86/kernel/cpu/sgx/
H A Ddriver.h8 #include <linux/radix-tree.h>
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context_types.h15 #include <linux/radix-tree.h>

Completed in 333 milliseconds

123