Searched refs:segments (Results 1 – 16 of 16) sorted by relevance
/arch/arm/mm/ |
D | proc-arm940.S | 114 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments 120 bcs 1b @ segments 3 to 0 164 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments 170 bcs 1b @ segments 7 to 0 186 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments 192 bcs 1b @ segments 7 to 0 209 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments 215 bcs 1b @ segments 7 to 0 231 mov r1, #(CACHE_DSEGMENTS - 1) << 4 @ 4 segments 242 bcs 1b @ segments 7 to 0
|
D | proc-arm1022.S | 146 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments 152 bcs 1b @ segments 15 to 0 376 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments 382 bcs 1b @ segments 15 to 0
|
D | proc-arm922.S | 146 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 8 segments 152 bcs 1b @ segments 7 to 0 361 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 4 segments 367 bcs 1b @ segments 7 to 0
|
D | proc-arm1020e.S | 156 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments 162 bcs 1b @ segments 15 to 0 386 mov r1, #0xF @ 16 segments 397 bge 1b @ segments 15 to 0
|
D | proc-arm920.S | 144 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 8 segments 150 bcs 1b @ segments 7 to 0 357 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 8 segments 363 bcs 1b @ segments 7 to 0
|
D | proc-arm1020.S | 156 mov r1, #(CACHE_DSEGMENTS - 1) << 5 @ 16 segments 163 bcs 1b @ segments 15 to 0 401 mov r1, #0xF @ 16 segments 413 bge 1b @ segments 15 to 0
|
D | proc-arm946.S | 109 mov r1, #(CACHE_DSEGMENTS - 1) << 29 @ 4 segments 115 bcs 1b @ segments 3 to 0
|
/arch/mips/kernel/ |
D | segment.c | 95 struct dentry *segments; in segments_info() local 101 segments = debugfs_create_file("segments", S_IRUGO, in segments_info() 104 if (!segments) in segments_info()
|
/arch/powerpc/platforms/cell/ |
D | iommu.c | 314 unsigned long segments, stab_size; in cell_iommu_setup_stab() local 316 segments = max(dbase + dsize, fbase + fsize) >> IO_SEGMENT_SHIFT; in cell_iommu_setup_stab() 319 __func__, iommu->nid, segments); in cell_iommu_setup_stab() 322 stab_size = segments * sizeof(unsigned long); in cell_iommu_setup_stab() 335 unsigned long reg, segments, pages_per_segment, ptab_size, in cell_iommu_alloc_ptab() local 339 segments = size >> IO_SEGMENT_SHIFT; in cell_iommu_alloc_ptab() 345 ptab_size = segments * pages_per_segment * sizeof(unsigned long); in cell_iommu_alloc_ptab() 376 for (i = start_seg; i < (start_seg + segments); i++) { in cell_iommu_alloc_ptab()
|
/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 21 * of the text/got segments.
|
/arch/x86/boot/ |
D | pmjump.S | 52 # Set up data segments for flat 32-bit mode
|
/arch/arm64/ |
D | Kconfig | 497 aligned segments. 505 with 64K aligned segments. 1009 with page size aligned segments.
|
/arch/cris/arch-v10/ |
D | README.mm | 218 kernel segments like the i386, need to setup swapper_pg_dir directly in head.S
|
/arch/arm/boot/compressed/ |
D | head.S | 1114 mov r1, #7 << 5 @ 8 segments 1120 bcs 1b @ segments 7 to 0
|
/arch/cris/arch-v10/kernel/ |
D | head.S | 141 ;; cached PC after we're done fiddling around with the segments.
|
/arch/x86/ |
D | Kconfig | 1078 bool "Enable support for 16-bit segments" if EXPERT 1851 for kernel and initramfs as opposed to list of segments as
|