| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 304 unsigned long lbase, lsize; in mtrr_add_page() local 346 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_add_page() 347 if (!lsize || base > lbase + lsize - 1 || in mtrr_add_page() 348 base + size - 1 < lbase) in mtrr_add_page() 354 if (base < lbase || base + size - 1 > lbase + lsize - 1) { in mtrr_add_page() 355 if (base <= lbase && in mtrr_add_page() 356 base + size - 1 >= lbase + lsize - 1) { in mtrr_add_page() 364 pr_warn("0x%lx000,0x%lx000 overlaps existing 0x%lx000,0x%lx000\n", base, size, lbase, in mtrr_add_page() 482 unsigned long lbase, lsize; in mtrr_del_page() local 495 mtrr_if->get(i, &lbase, &lsize, <ype); in mtrr_del_page() [all …]
|
| H A D | cyrix.c | 93 unsigned long lbase, lsize; in cyrix_get_free_region() local 114 cyrix_get_arr(7, &lbase, &lsize, <ype); in cyrix_get_free_region() 120 cyrix_get_arr(i, &lbase, &lsize, <ype); in cyrix_get_free_region() 128 cyrix_get_arr(i, &lbase, &lsize, <ype); in cyrix_get_free_region()
|
| H A D | generic.c | 562 unsigned long lbase, lsize; in generic_get_free_region() local 571 mtrr_if->get(i, &lbase, &lsize, <ype); in generic_get_free_region() 866 unsigned long lbase, last; in generic_validate_add_page() local 892 for (lbase = base; !(lbase & 1) && (last & 1); in generic_validate_add_page() 893 lbase = lbase >> 1, last = last >> 1) in generic_validate_add_page() 895 if (lbase != last) { in generic_validate_add_page()
|
| H A D | centaur.c | 29 unsigned long lbase, lsize; in centaur_get_free_region() local 40 mtrr_if->get(i, &lbase, &lsize, <ype); in centaur_get_free_region()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/ |
| H A D | peak_pciefd_main.c | 161 dma_addr_t lbase; /* page logical address */ member 366 priv->tx_pages[0].lbase = priv->tx_dma_laddr; in pciefd_enable_tx_path() 376 priv->tx_pages[i].lbase = in pciefd_enable_tx_path() 377 priv->tx_pages[i - 1].lbase + in pciefd_enable_tx_path() 535 lk->laddr_lo = cpu_to_le32(page->lbase); in pciefd_alloc_tx_msg() 538 lk->laddr_hi = cpu_to_le32(page->lbase >> 32); in pciefd_alloc_tx_msg()
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/ |
| H A D | 0008-libcutils-modifications-to-make-it-build-in-yocto-en.patch | 23 - -Wl,-rpath=/usr/lib/$(DEB_HOST_MULTIARCH)/android -lpthread -L. -llog -lbase 24 …HOST_MULTIARCH)/android -lpthread -L$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android/ -llog -lbase
|
| H A D | 0002-libadb.mk-modifications-to-make-it-build-in-yocto-en.patch | 42 - -lpthread -L. -lbase -lcutils -lcrypto_utils -lusb-1.0 44 + -lpthread -lbase -lcutils -lcrypto_utils -lusb-1.0
|
| H A D | 0013-patching-libziparchive.mk-to-build-in-yocto-environm.patch | 44 - -lz -L. -llog -lbase 45 + -lz -L$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android -llog -lbase
|
| H A D | 0004-patching-fastboot.mk-to-build-in-yocto-environment.patch | 44 - -L. -lziparchive -lsparse -lbase -lcutils -ladb -lcrypto -lext4_utils \ 46 + -L$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android -lziparchive -lsparse -lbase -lcutil…
|
| H A D | 0001-patching-adb.mk-to-build-in-yocto-environment.patch | 43 - -lpthread -L. -ladb -lbase 45 + -lpthread -L$(OUT_DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/android/ -ladb -lbase
|
| H A D | 0014-patching-libbacktrace.mk-to-build-in-yocto-environme.patch | 46 - -L. -lbase -llog -lpthread -l7z 48 + -lbase -llog -lpthread -l7z
|
| H A D | 0012-patching-libsparse.mk-to-build-in-yocto-environment.patch | 41 -lbase
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inftrees.c | 46 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in zlib_inflate_table() local 174 base = lbase; in zlib_inflate_table()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inftrees.c | 56 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local 184 base = lbase; in inflate_table()
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/ |
| H A D | 0002-libfec-change-out_dir-in-makefile.patch | 30 -lbase -lsparse -lselinux
|
| H A D | 0001-libext4_utils.mk-modifications-to-make-it-build-in-y.patch | 41 -lbase -lsparse -lselinux
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pci-defs.h | 277 uint32_t lbase:20; member 287 uint32_t lbase:20; 307 uint32_t lbase:5; member 317 uint32_t lbase:5;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmsrom.c | 2198 static int lbase[] = { local 2207 (lbase[(spd >> 3) & 0x0f])); 2212 lbase[(spd >> 3) & 0x0f]));
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmsrom.c | 2198 static int lbase[] = { local 2207 (lbase[(spd >> 3) & 0x0f])); 2212 lbase[(spd >> 3) & 0x0f]));
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package.bbclass | 1344 lbase = os.path.basename(ltarget) 1348 ftarget += lbase + dv["append"]
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |