/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-el2.dtso | 10 /* We can't and don't need to use zap shader in EL2 as linux can zap the gpu on it's own. */ 12 zap-shader {
|
H A D | sc8280xp-el2.dtso | 10 /* We can't and don't need to use zap shader in EL2 as linux can zap the gpu on it's own. */ 12 zap-shader {
|
H A D | x1e80100-hp-elitebook-ultra-g1q.dts | 13 zap-shader {
|
H A D | sdm845-lg-judyp.dts | 37 zap-shader {
|
H A D | msm8996-oneplus3.dts | 31 zap-shader {
|
H A D | msm8996-oneplus3t.dts | 32 zap-shader {
|
H A D | sdm845-lg-judyln.dts | 51 zap-shader {
|
/linux/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>`_.
|
/linux/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()
|
/linux/arch/alpha/lib/ |
H A D | strncpy.S | 40 zap $1, $4, $1 77 zap $1, $2, $1
|
H A D | strncat.S | 73 2: zap $1, $24, $1 79 zap $1, 1, $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 | 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 | ev67-strncat.S | 78 2: zap $1, $24, $1 # U :
|
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
|
/linux/fs/afs/ |
H A D | security.c | 146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 281 zap = rcu_access_pointer(vnode->permit_cache); in afs_cache_permit() 282 if (!afs_cb_is_broken(cb_break, vnode) && zap == permits) in afs_cache_permit() 285 zap = replacement; in afs_cache_permit() 288 afs_put_permits(zap); in afs_cache_permit()
|
H A D | validation.c | 396 bool zap = false, locked_vol = false; in afs_validate() local 464 zap = true; in afs_validate() 470 zap |= test_and_clear_bit(AFS_VNODE_ZAP_DATA, &vnode->flags); in afs_validate() 471 if (zap) in afs_validate()
|
/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 459 * task can zap/remove the SPTE as mmu_lock is held for in handle_removed_pt() 661 * SPTE. KVM should never attempt to zap or manipulate a FROZEN SPTE, in __tdp_mmu_set_spte_atomic() 902 * Zap roots in multiple passes of decreasing granularity, i.e. zap at in tdp_mmu_zap_root() 906 * the zap, but in most cases the zap itself isn't latency sensitive. in tdp_mmu_zap_root() 912 * allows verifying that KVM can safely zap 1GiB regions, e.g. without in tdp_mmu_zap_root() 953 * already modified the SPTE. Zap the SPTE if and only if the SPTE in kvm_tdp_mmu_zap_possible_nx_huge_page() 1027 * Zap leaf SPTEs for the range of gfns, [start, end), for all *VALID** roots. 1047 * Zap all direct roots, including invalid direct roots, as all direct in kvm_tdp_mmu_zap_all() 1051 * Zap directly even if the root is also being zapped by a concurrent in kvm_tdp_mmu_zap_all() 1052 * "fast zap". Walking zapped top-level SPTEs isn't all that expensive in kvm_tdp_mmu_zap_all() [all …]
|
/linux/tools/testing/selftests/kvm/ |
H A D | memslot_modification_stress_test.c | 98 pr_info("Memslot zap quirk %s\n", p->disable_slot_zap_quirk ? in run_test() 124 printf(" -q: Disable memslot zap quirk.\n"); in help()
|
/linux/fs/pstore/ |
H A D | ram_core.c | 510 bool zap = !!(prz->flags & PRZ_FLAG_ZAP_OLD); in persistent_ram_post_init() local 530 zap = true; in persistent_ram_post_init() 540 zap = true; in persistent_ram_post_init() 544 if (zap) in persistent_ram_post_init()
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | swab.h | 23 * ZAP a0, 0xf3, a0 a0: 00000000DDCC0000 in __arch_swab32()
|
/linux/fs/coda/ |
H A D | coda_linux.h | 82 /* this will not zap the inode away */
|
/linux/mm/ |
H A D | madvise.c | 1063 * they'd not be able to fault in. The issue arises when we try to zap in is_valid_guard_vma() 1083 /* If huge return >0 so we abort the operation + zap. */ in guard_install_pud_entry() 1092 /* If huge return >0 so we abort the operation + zap. */ in guard_install_pmd_entry() 1109 /* If populated return >0 so we abort the operation + zap. */ in guard_install_pte_entry() 1156 * non-guard pages are encountered, give up and zap the range before in madvise_guard_install() 1164 * with no zap or looping. in madvise_guard_install() 1169 /* Returns < 0 on error, == 0 if success, > 0 if zap needed. */ in madvise_guard_install() 1184 * OK some of the range have non-guard pages mapped, zap in madvise_guard_install()
|
/linux/Documentation/admin-guide/media/ |
H A D | ivtv-cardlist.rst | 94 - Club3D ZAP-TV1x01
|