| /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/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. */
|
| 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. */
|
| /linux/arch/alpha/lib/ |
| H A D | strncpy.S | |
| 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
|
| 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
|
| /linux/fs/afs/ |
| H A D | security.c | 179 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local 314 zap = rcu_access_pointer(vnode->permit_cache); in afs_cache_permit() 315 if (!afs_cb_is_broken(cb_break, vnode) && zap == permits) in afs_cache_permit() 318 zap = replacement; in afs_cache_permit() 321 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() 472 zap |= test_and_clear_bit(AFS_VNODE_ZAP_DATA, &vnode->flags); in afs_validate() 473 if (zap) { in afs_validate()
|
| /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/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 | 1053 * they'd not be able to fault in. The issue arises when we try to zap in is_valid_guard_vma() 1074 /* If huge return >0 so we abort the operation + zap. */ in guard_install_pud_entry() 1083 /* If huge return >0 so we abort the operation + zap. */ in guard_install_pmd_entry() 1100 /* If populated return >0 so we abort the operation + zap. */ in guard_install_pte_entry() 1158 * non-guard pages or THP huge pages are encountered, give up and zap in madvise_guard_install() 1168 * with no zap or looping. in madvise_guard_install() 1173 /* Returns < 0 on error, == 0 if success, > 0 if zap needed. */ in madvise_guard_install() 1193 * OK some of the range have non-guard pages mapped, zap in madvise_guard_install()
|
| H A D | memory.c | 1569 /* Whether we should zap all COWed (private) pages too */ 1572 /* By default, zap all pages */ in should_zap_cows() 1578 /* Or, we zap COWed pages only if the caller wants to */ in should_zap_cows() 1582 /* Decides whether we should zap this folio with the folio pointer specified */ 1590 /* Otherwise we should only zap non-anon folios */ in should_zap_folio() 1618 /* Zap on anonymous always means dropping everything */ in zap_install_uffd_wp_if_needed() 1684 * Zap or skip at least one present PTE, trying to batch-process subsequent 1755 * consider uffd-wp bit when zap. For more information, in zap_nonpresent_ptes() 1847 /* Only zap if we are allowed to and cover the full page table. */ in pte_table_reclaim_possible() 2116 * zap_vma_for_reaping - zap al [all...] |
| /linux/Documentation/admin-guide/media/ |
| H A D | ivtv-cardlist.rst | 94 - Club3D ZAP-TV1x01
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a5xx_catalog.c | 77 /* Adreno 509 uses the same ZAP as 512 */
|
| H A D | adreno_gpu.c | 48 np = of_get_available_child_by_name(dev->of_node, "zap-shader"); in zap_shader_load_mdt() 64 * keys, allowing us to have a different zap fw path for different in zap_shader_load_mdt() 87 * if a zap-shader is required, rather than falling back in zap_shader_load_mdt() 153 * doesn't need/support the zap shader so quietly fail in zap_shader_load_mdt() 174 /* Short cut if we determine the zap shader isn't available/needed */ in adreno_zap_shader_load()
|
| /linux/tools/testing/selftests/arm64/bti/ |
| H A D | test.c | 100 /* zap BTYPE so that resuming the faulting code will work */ in handler()
|
| /linux/drivers/iommu/ |
| H A D | rockchip-iommu.c | 623 * Ignore the return code, though, since we always zap cache in rk_iommu_irq() 695 /* Only zap TLBs of IOMMUs that are powered on. */ in rk_iommu_zap_iova() 803 * Zap the first and last iova to evict from iotlb any previously in rk_iommu_map_iova() 805 * We only zap the first and last iova, since only they could have in rk_iommu_map_iova()
|
| /linux/kernel/bpf/ |
| H A D | arena.c | 882 /* drop the lock to do the tlb flush and zap pages */ in bpf_arena_alloc_pages() 889 /* bulk zap if multiple pages being freed */ in bpf_arena_alloc_pages_non_sleepable() 898 * page_cnt is big it's faster to do the batched zap. in bpf_arena_free_pages()
|