| /OK3568_Linux_fs/u-boot/include/zfs/ |
| H A D | zap_impl.h | 58 #define ZAP_EMBEDDED_PTRTBL_SHIFT(zap) (FZAP_BLOCK_SHIFT(zap) - 3 - 1) argument 65 #define ZAP_EMBEDDED_PTRTBL_ENT(zap, idx) \ argument 66 ((uint64_t *)(zap)->zap_f.zap_phys) \ 67 [(idx) + (1<<ZAP_EMBEDDED_PTRTBL_SHIFT(zap))]
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | user_defined.c | 103 struct user_key_payload *zap = NULL; in user_update() local 114 zap = dereference_key_locked(key); in user_update() 118 if (zap) in user_update() 119 call_rcu(&zap->rcu, user_free_payload_rcu); in user_update()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | udev.rules | 90 KERNEL=="zapctl", NAME="zap/ctl" 91 KERNEL=="zaptimer", NAME="zap/timer" 92 KERNEL=="zapchannel", NAME="zap/channel" 93 KERNEL=="zappseudo", NAME="zap/pseudo" 94 KERNEL=="zap[0-9]*", NAME="zap/%n"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/msm/ |
| H A D | gpu.txt | 33 - zap-shader: For a5xx and a6xx devices this node contains a memory-region that 34 points to reserved memory to store the zap shader that can be used to help 36 - firmware-name: optional property of the 'zap-shader' node, listing the 37 relative path of the device specific zap firmware. 145 zap-shader {
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | strncat.S | 73 2: zap $1, $24, $1 79 zap $1, 1, $1
|
| H A D | strncpy.S | 40 zap $1, $4, $1 77 zap $1, $2, $1
|
| H A D | ev6-csum_ipv6_magic.S | 101 zap $19,0x3,$19 # U : <sign bits>bbaa0000 107 zap $4,0xa,$4 # U : U U L L : 0000000000CC00AA
|
| H A D | ev67-strncat.S | 78 2: zap $1, $24, $1 # U :
|
| H A D | stxcpy.S | 87 zap t0, t8, t0 # e0 : clear dst bytes <= null 226 zap t0, t8, t0 # e0 : kill dest bytes <= null
|
| H A D | ev6-stxcpy.S | 103 zap t0, t8, t0 # E : clear dst bytes <= null 253 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
|
| H A D | stxncpy.S | 101 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 262 zap t1, t8, t1 # e0 : kill dest bytes <= null
|
| H A D | memchr.S | 49 zap $18, 0x80, $5 #-e0 :
|
| H A D | ev6-stxncpy.S | 127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 306 zap t1, t8, t1 # U : kill dest bytes <= null
|
| H A D | ev6-memchr.S | 47 zap $18, 0x80, $5 # U : Bound length
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | security.c | 146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 282 zap = rcu_access_pointer(vnode->permit_cache); in afs_cache_permit() 283 if (!afs_cb_is_broken(cb_break, vnode) && zap == permits) in afs_cache_permit() 286 zap = replacement; in afs_cache_permit() 289 afs_put_permits(zap); in afs_cache_permit()
|
| H A D | dir.c | 1177 goto zap; in afs_d_delete() 1182 goto zap; in afs_d_delete() 1187 zap: in afs_d_delete()
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs.c | 880 zap_verify(zap_phys_t *zap) in zap_verify() argument 882 if (zap->zap_magic != (uint64_t) ZAP_MAGIC) { in zap_verify() 887 if (zap->zap_flags != 0) { in zap_verify() 892 if (zap->zap_salt == 0) { in zap_verify() 906 fzap_lookup(dnode_end_t *zap_dnode, zap_phys_t *zap, in fzap_lookup() argument 916 err = zap_verify(zap); in fzap_lookup() 920 hash = zap_hash(zap->zap_salt, name); in fzap_lookup() 923 if (zap->zap_ptrtbl.zt_numblks != 0) { in fzap_lookup() 927 idx = ZAP_HASH_IDX(hash, zap->zap_ptrtbl.zt_shift); in fzap_lookup() 928 blkid = ((uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; in fzap_lookup() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | vidtv.rst | 388 Using dvb-zap 391 dvbv5-zap is a command line tool that can be used to record MPEG-TS to disk. The 395 $ dvbv5-zap -c dvb_channel.conf "beethoven" -o music.ts -P -t 10 422 $ dvbv5-zap -c dvb_channel.conf "beethoven" -P -r & 428 For more information on dvb-zap check its online documentation here: 429 `dvb-zap Documentation 430 <https://www.linuxtv.org/wiki/index.php/Dvbv5-zap>`_. 431 See also: `zap <https://www.linuxtv.org/wiki/index.php/Zap>`_.
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | ram_core.c | 506 bool zap = !!(prz->flags & PRZ_FLAG_ZAP_OLD); in persistent_ram_post_init() local 526 zap = true; in persistent_ram_post_init() 536 zap = true; in persistent_ram_post_init() 540 if (zap) in persistent_ram_post_init()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/ |
| H A D | dvb-apps_1.1.1.bb | 51 dvb-zap-data" 90 FILES:dvb-zap-data = "${docdir}/dvb-apps/szap"
|
| /OK3568_Linux_fs/buildroot/package/libv4l/ |
| H A D | Config.in | 29 - dvb-fe-tool, dvbv5-zap, dvbv5-scan, dvb-format-convert
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mmu.c | 1226 static void mmu_teardown_level(struct kbase_context *kctx, phys_addr_t pgd, int level, int zap, u64… in mmu_teardown_level() argument 1252 … mmu_teardown_level(kctx, target_pgd, level + 1, zap, pgd_page_buffer + (PAGE_SIZE / sizeof(u64))); in mmu_teardown_level() 1263 if (zap) { in mmu_teardown_level()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sdm845-xiaomi-beryllium.dts | 212 zap-shader {
|
| H A D | sdm850-lenovo-yoga-c630.dts | 254 zap-shader {
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | Makefile | 1686 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@))) 1687 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))
|