| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pci-malta.c | 81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local 109 map1 = GT_READ(GT_PCI0M1REMAP_OFS); in mips_pcibios_init() 115 map = map1; in mips_pcibios_init() 152 map1 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO0) >> in mips_pcibios_init() 159 map = map1; in mips_pcibios_init() 167 if (map2 == map1 + 1) { in mips_pcibios_init() 168 map = map1; in mips_pcibios_init()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 58 static char *map1; variable 107 * map1 + (i * RIM_CHUNK_SIZE) 119 chunk_start = (char *)((unsigned long)map1 + in compute_chunk_start_addr() 185 * address == map1 + 578 mprotect(map1, size, PROT_READ); in mem_snapshot_fn() 581 * Load from the working alias (map1). Loading from map2 in mem_snapshot_fn() 584 memcpy(tmp, map1, size); in mem_snapshot_fn() 598 mprotect(map1, size, PROT_READ|PROT_WRITE); in mem_snapshot_fn() 659 map1 = shmat(shmid, NULL, 0); in main() 660 if (map1 == (void *) -1) { in main() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | exynos5422-odroidhc1.dts | 73 map1 { 117 map1 { 161 map1 { 205 map1 { 242 map1 {
|
| H A D | exynos5422-odroidxu3-common.dtsi | 99 map1 { 182 map1 { 255 map1 { 328 map1 { 401 map1 {
|
| H A D | exynos5420-arndale-octa.dts | 116 map1 { 183 map1 { 246 map1 { 309 map1 {
|
| H A D | exynos4-cpu-thermal.dtsi | 42 map1 {
|
| H A D | exynos4412-tiny4412.dts | 95 cooling_map1: map1 {
|
| H A D | exynos4412-odroidu3.dts | 62 map1 {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/preprocessed/typeof_based/ |
| H A D | map10.hpp | 18 struct map1 struct 25 typedef map1 type; argument 35 , map1<P0>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/preprocessed/plain/ |
| H A D | map10.hpp | 31 struct map1 struct 39 typedef map1 type; argument 63 , map1<P0>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/preprocessed/no_ctps/ |
| H A D | map10.hpp | 37 struct map1 struct 45 typedef map1 type; argument 75 , map1<P0>
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sm8150.dtsi | 1254 map1 { 1298 map1 { 1342 map1 { 1386 map1 { 1430 map1 { 1474 map1 { 1518 map1 { 1562 map1 { 1606 map1 { 1650 map1 { [all …]
|
| H A D | sm8250.dtsi | 2421 map1 { 2465 map1 { 2509 map1 { 2553 map1 { 2597 map1 { 2641 map1 { 2685 map1 { 2729 map1 { 2773 map1 { 2817 map1 { [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | mpspec.h | 110 #define physids_equal(map1, map2) \ argument 111 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3588/ |
| H A D | rk3588.c | 977 int map1, map2; in fdt_rm_cooling_map() local 989 map1 = fdt_path_offset(blob, "/thermal-zones/soc-thermal/cooling-maps/map1"); in fdt_rm_cooling_map() 990 if (map1 > 0) { in fdt_rm_cooling_map() 992 debug("rm: cooling-device map1\n"); in fdt_rm_cooling_map() 993 fdt_del_node((void *)blob, map1); in fdt_rm_cooling_map() 995 pp = (u32 *)fdt_getprop(blob, map1, "cooling-device", NULL); in fdt_rm_cooling_map()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | bitmap.h | 573 bmp_iter_and_init (bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, in bmp_iter_and_init() argument 576 bi->elt1 = map1->first; in bmp_iter_and_init() 579 gcc_checking_assert (!map1->tree_form && !map2->tree_form); in bmp_iter_and_init() 639 /* Initialize an iterator to iterate over the bits in MAP1 & ~MAP2. */ 643 const_bitmap map1, const_bitmap map2, in bmp_iter_and_compl_init() argument 646 bi->elt1 = map1->first; in bmp_iter_and_compl_init() 649 gcc_checking_assert (!map1->tree_form && !map2->tree_form); in bmp_iter_and_compl_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | bitmap.h | 573 bmp_iter_and_init (bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, in bmp_iter_and_init() argument 576 bi->elt1 = map1->first; in bmp_iter_and_init() 579 gcc_checking_assert (!map1->tree_form && !map2->tree_form); in bmp_iter_and_init() 639 /* Initialize an iterator to iterate over the bits in MAP1 & ~MAP2. */ 643 const_bitmap map1, const_bitmap map2, in bmp_iter_and_compl_init() argument 646 bi->elt1 = map1->first; in bmp_iter_and_compl_init() 649 gcc_checking_assert (!map1->tree_form && !map2->tree_form); in bmp_iter_and_compl_init()
|
| /OK3568_Linux_fs/kernel/sound/soc/uniphier/ |
| H A D | aio.h | 170 * 0x12080 DMAC map1 --> [selector] --> DMAC hardware 1 173 * 0x42400 Port map1 --> [selector] --> Port hardware 2
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/ |
| H A D | exynos5433-tmu.dtsi | 61 map1 { 235 map1 {
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3288-thermal.dtsi | 52 map1 {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/ |
| H A D | zx2967-thermal.txt | 82 map1 {
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-g12b.dtsi | 127 map1 {
|
| H A D | meson-g12a.dtsi | 127 map1 {
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-ap80x.dtsi | 382 map1_hot: map1-hot { 387 map1_emerg: map1-emerg {
|
| /OK3568_Linux_fs/u-boot/board/armltd/integrator/ |
| H A D | pci.c | 161 * Set up base1/map1 to point into configuration space. in v3_open_config_window() 367 /* Map second 256 Mbytes as prefetchable via BASE1/MAP1 */ in pci_init_board()
|