Searched refs:hugetlb (Results 1 - 25 of 145) sorted by relevance

123456

/linux-master/arch/x86/include/asm/
H A Dhugetlb.h6 #include <asm-generic/hugetlb.h>
/linux-master/arch/arm/include/asm/
H A Dhugetlb.h3 * arch/arm/include/asm/hugetlb.h
7 * Based on arch/x86/include/asm/hugetlb.h
15 #include <asm/hugetlb-3level.h>
16 #include <asm-generic/hugetlb.h>
/linux-master/arch/powerpc/include/asm/
H A Dhugetlb.h9 #include <asm/book3s/64/hugetlb.h>
11 #include <asm/nohash/hugetlb-e500.h>
13 #include <asm/nohash/32/hugetlb-8xx.h>
62 #include <asm-generic/hugetlb.h>
/linux-master/arch/arm/mm/
H A Dhugetlbpage.c7 * Based on arch/x86/include/asm/hugetlb.h and Bill Carson's patches
13 #include <linux/hugetlb.h>
/linux-master/arch/sh/include/asm/
H A Dhugetlb.h36 #include <asm-generic/hugetlb.h>
/linux-master/tools/testing/selftests/mm/
H A Dva_high_addr_switch.sh62 # In order to run hugetlb testcases, "--run-hugetlb" must be appended
64 ./va_high_addr_switch --run-hugetlb
H A Dcharge_reserved_hugetlb.sh36 echo "+hugetlb" >$cgroup_path/cgroup.subtree_control
38 cgroup_path=$(mount -t cgroup | grep ",hugetlb" | awk '{print $3}')
41 mount -t cgroup memory,hugetlb $cgroup_path
101 echo "$cgroup_limit" >$cgroup_path/$name/hugetlb.${MB}MB.$fault_limit_file
105 $cgroup_path/$name/hugetlb.${MB}MB.$reservation_limit_file
117 local path="$cgroup_path/$cgroup/hugetlb.${MB}MB.$reservation_usage_file"
120 echo Waiting for hugetlb memory to get depleted.
130 local path="$cgroup_path/$cgroup/hugetlb.${MB}MB.$reservation_usage_file"
133 echo Waiting for hugetlb memory reservation to reach size $size.
143 local path="$cgroup_path/$cgroup/hugetlb
[all...]
H A Dhugetlb_reparenting_test.sh30 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control
32 CGROUP_ROOT=$(mount -t cgroup | grep ",hugetlb" | awk '{print $3}')
35 mount -t cgroup memory,hugetlb $CGROUP_ROOT
88 actual_a_hugetlb="$(cat "$CGROUP_ROOT"/a/hugetlb.${MB}MB.$usage_file)"
91 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB
92 echo expected a hugetlb = $((${expected_a_hugetlb%% *} / 1024 / 1024)) MB
116 actual_b_hugetlb="$(cat "$CGROUP_ROOT"/a/b/hugetlb.${MB}MB.$usage_file)"
119 echo actual b hugetlb = $((${actual_b_hugetlb%% *} / 1024 / 1024)) MB
120 echo expected b hugetlb = $((${expected_b_hugetlb%% *} / 1024 / 1024)) MB
133 echo "+hugetlb
[all...]
H A Drun_vmtests.sh68 - hugetlb
116 # -t: thp=on, -T: thp=off, -H: hugetlb=on
151 # hugetlb test requires a minimum of 2 * nr_cpus huge pages. Take
215 if [ ${CATEGORY} == "thp" ] | [ ${CATEGORY} == "hugetlb" ]; then
250 CATEGORY="hugetlb" run_test ./hugepage-mmap
256 CATEGORY="hugetlb" run_test ./hugepage-shm
260 CATEGORY="hugetlb" run_test ./map_hugetlb
261 CATEGORY="hugetlb" run_test ./hugepage-mremap
262 CATEGORY="hugetlb" run_test ./hugepage-vmemmap
263 CATEGORY="hugetlb" run_tes
[all...]
/linux-master/include/linux/
H A Dcgroup_subsys.h53 SUBSYS(hugetlb)
/linux-master/arch/parisc/include/asm/
H A Dhugetlb.h46 #include <asm-generic/hugetlb.h>
/linux-master/arch/powerpc/mm/
H A Dinit_32.c30 #include <linux/hugetlb.h>
39 #include <asm/hugetlb.h>
H A Dpgtable-frag.c13 #include <linux/hugetlb.h>
/linux-master/arch/mips/mm/
H A Dhugetlbpage.c16 #include <linux/hugetlb.h>
/linux-master/arch/mips/include/asm/
H A Dhugetlb.h87 #include <asm-generic/hugetlb.h>
/linux-master/arch/loongarch/include/asm/
H A Dhugetlb.h81 #include <asm-generic/hugetlb.h>
/linux-master/arch/sh/mm/
H A Dhugetlbpage.c15 #include <linux/hugetlb.h>
/linux-master/arch/sparc/include/asm/
H A Dhugetlb.h58 #include <asm-generic/hugetlb.h>
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_hugetlbpage.c3 #include <linux/hugetlb.h>
36 * Flush PWC even if we get PUD_SIZE hugetlb invalidate to keep this simpler.
/linux-master/mm/
H A Dhugetlb_vmemmap.h11 #include <linux/hugetlb.h>
H A Dhwpoison-inject.c9 #include <linux/hugetlb.h>
/linux-master/arch/riscv/include/asm/
H A Dhugetlb.h54 #include <asm-generic/hugetlb.h>
/linux-master/arch/powerpc/mm/kasan/
H A D8xx.c7 #include <linux/hugetlb.h>
/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c8 #include <linux/hugetlb.h>
/linux-master/arch/arm64/include/asm/
H A Dhugetlb.h3 * arch/arm64/include/asm/hugetlb.h
7 * Based on arch/x86/include/asm/hugetlb.h
62 #include <asm-generic/hugetlb.h>

Completed in 178 milliseconds

123456