Searched full:validates (Results 1 – 25 of 205) sorted by relevance
123456789
/linux-6.8/tools/testing/selftests/mm/ |
D | mremap_dontunmap.c | 93 // this test validates that MREMAP_DONTUNMAP moves the pagetables while leaving 127 // This test validates that MREMAP_DONTUNMAP on a shared mapping works as expected. 178 // This test validates MREMAP_DONTUNMAP will move page tables to a specific 224 // This test validates that we can MREMAP_DONTUNMAP for a portion of an 274 // This test validates that we can remap over only a portion of a mapping.
|
/linux-6.8/drivers/platform/surface/aggregator/ |
D | ssh_parser.c | 100 * Parses and validates a SSH frame, including its payload, from the given 105 * This function does not copy any data, but rather only validates the message 189 * Parses and validates a SSH command frame payload. Sets the @command pointer 199 * This function does not copy any data, but rather only validates the frame
|
/linux-6.8/drivers/gpu/drm/msm/dp/ |
D | dp_panel.h | 70 * is_link_rate_valid() - validates the link rate 84 * dp_link_is_lane_count_valid() - validates the lane count
|
/linux-6.8/tools/objtool/Documentation/ |
D | objtool.txt | 31 - Non-instrumentation validation -- validates non-instrumentable 39 - Uaccess validation -- validates uaccess rules for a proper 42 - Straight Line Speculation validation -- validates certain SLS 45 - Indirect Branch Tracking validation -- validates Intel CET IBT rules 103 validates the correct frame pointer state at each instruction.
|
/linux-6.8/drivers/video/ |
D | hdmi.c | 85 * Validates that the infoframe is consistent and updates derived fields 191 * Validates that the infoframe is consistent and updates derived fields 256 * Validates that the infoframe is consistent and updates derived fields 325 * Validates that the infoframe is consistent and updates derived fields 380 * Validates that the infoframe is consistent and updates derived fields 466 * Validates that the infoframe is consistent and updates derived fields 584 * Validates that the infoframe is consistent and updates derived fields 664 * Validates that the infoframe is consistent and updates derived fields 732 * Validates that the infoframe is consistent. 818 * Validates that the infoframe is consistent and updates derived fields [all …]
|
/linux-6.8/drivers/gpu/drm/i915/ |
D | i915_perf_types.h | 351 * @is_valid_b_counter_reg: Validates register's address for 357 * @is_valid_mux_reg: Validates register's address for programming mux 363 * @is_valid_flex_reg: Validates register's address for programming
|
/linux-6.8/crypto/asymmetric_keys/ |
D | restrict.c | 61 * those is the signing key and validates the new certificate, then mark the 319 * parameter. If one of those is the signing key and validates the new 347 * one of those is the signing key and validates the new certificate, then mark
|
/linux-6.8/drivers/media/test-drivers/vimc/ |
D | vimc-common.h | 233 * vimc_vdev_link_validate - validates a media link 237 * This function calls validates if a media link is valid for streaming.
|
/linux-6.8/fs/ocfs2/ |
D | blockcheck.c | 371 * This function validates existing check information. Like _compute, 394 /* Fast path - if the crc32 validates, we're good to go */ in ocfs2_block_check_validate() 477 * This function validates existing check information on a list of 506 /* Fast path - if the crc32 validates, we're good to go */ in ocfs2_block_check_validate_bhs()
|
/linux-6.8/fs/befs/ |
D | inode.c | 14 * Validates the correctness of the befs inode
|
/linux-6.8/net/core/ |
D | gso.c | 249 * skb_gso_validate_network_len validates if a given skb will fit a 265 * skb_gso_validate_mac_len validates if a given skb will fit a wanted
|
/linux-6.8/drivers/dma-buf/ |
D | Kconfig | 60 exporters. Specifically it validates that importers do not peek at the
|
/linux-6.8/Documentation/netlabel/ |
D | cipso_ipv4.rst | 34 The CIPSO/IPv4 protocol engine validates every CIPSO IP option it finds at the
|
/linux-6.8/drivers/scsi/ |
D | scsi_netlink.c | 27 * Validates message header and calls appropriate transport message handler
|
/linux-6.8/drivers/infiniband/ulp/rtrs/ |
D | README | 150 SEND_WITH_IMM WR, client When it recived new rkey message, it validates 193 SEND_WITH_IMM WR, client When it recived new rkey message, it validates
|
/linux-6.8/tools/perf/tests/shell/lib/ |
D | stat_output.sh | 148 # and set to -1. Check here validates the socket-id read from
|
/linux-6.8/drivers/acpi/acpica/ |
D | hwvalid.c | 82 * DESCRIPTION: Validates an I/O request (address/length). Certain ports are 307 * DESCRIPTION: Validates a block of I/O ports/registers.
|
D | utexcep.c | 61 * DESCRIPTION: This function validates and translates an ACPI exception into in ACPI_EXPORT_SYMBOL()
|
/linux-6.8/tools/testing/selftests/kvm/aarch64/ |
D | arch_timer.c | 5 * The test validates both the virtual and physical timer IRQs using 12 * handler validates the interrupt by checking if the architectural state
|
/linux-6.8/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.c | 26 * dwmac1000_validate_mcast_bins - validates the number of Multicast filter bins 30 * this function validates the number of Multicast filtering bins specified 61 * This function validates the number of Unicast address entries supported 64 * logic. This function validates a valid, supported configuration is
|
/linux-6.8/tools/testing/selftests/bpf/prog_tests/ |
D | recursive_attach.c | 27 * true). This validates that attach_tracing_prog flag will be set throughout
|
/linux-6.8/tools/testing/selftests/firmware/ |
D | fw_upload.sh | 3 # This validates the user-initiated fw upload mechanism of the firmware
|
/linux-6.8/tools/perf/tests/shell/ |
D | stat+json_output.sh | 173 # and set to -1. Check here validates the socket-id read from
|
/linux-6.8/Documentation/driver-api/iio/ |
D | buffers.rst | 6 * :c:func:`iio_validate_scan_mask_onehot` — Validates that exactly one channel
|
/linux-6.8/drivers/md/ |
D | dm-clone-metadata.h | 65 * validates the metadata stored in @bdev.
|
123456789