Searched refs:pe (Results 76 - 100 of 163) sorted by relevance

1234567

/linux-master/fs/
H A Dposix_acl.c239 const struct posix_acl_entry *pa, *pe; local
243 FOREACH_ACL_ENTRY(pa, acl, pe) {
308 const struct posix_acl_entry *pa, *pe; local
318 FOREACH_ACL_ENTRY(pa, acl, pe) {
378 const struct posix_acl_entry *pa, *pe, *mask_obj; local
386 FOREACH_ACL_ENTRY(pa, acl, pe) {
431 for (mask_obj = pa+1; mask_obj != pe; mask_obj++) {
455 struct posix_acl_entry *pa, *pe; local
462 FOREACH_ACL_ENTRY(pa, acl, pe) {
513 struct posix_acl_entry *pa, *pe; local
[all...]
/linux-master/tools/perf/tests/
H A Dpmu-events.c419 static int test__pmu_event_table_core_callback(const struct pmu_event *pe, argument
427 if (strcmp(pe->pmu, "default_core"))
436 if (strcmp(pe->name, event->name))
441 if (compare_pmu_events(pe, event))
444 pr_debug("testing event table %s: pass\n", pe->name);
447 pr_err("testing event table: could not find event %s\n", pe->name);
453 static int test__pmu_event_table_sys_callback(const struct pmu_event *pe, argument
467 if (strcmp(pe->name, event->name))
472 if (compare_pmu_events(pe, event))
475 pr_debug("testing sys event table %s: pass\n", pe
[all...]
/linux-master/drivers/misc/cxl/
H A Dfile.c91 pr_devel("afu_open pe: %i\n", ctx->pe);
119 pr_devel("%s: closing cxl file descriptor. pe: %i\n",
120 __func__, ctx->pe);
152 pr_devel("%s: pe: %i\n", __func__, ctx->pe);
281 pr_devel("%s: pe: %i\n", __func__, ctx->pe);
371 pr_devel("afu_poll wait done pe: %i\n", ctx->pe);
[all...]
H A Dnative.c439 *(ctx->afu->native->sw_command_status) = cpu_to_be64(cmd | 0 | ctx->pe);
441 cxl_p1n_write(ctx->afu, CXL_PSL_LLCMD_An, cmd | ctx->pe);
460 (cmd | (cmd >> 16) | ctx->pe))
482 pr_devel("%s Adding pe: %i started\n", __func__, ctx->pe);
485 pr_devel("%s Adding pe: %i finished\n", __func__, ctx->pe);
499 pr_devel("%s Terminate pe: %i started\n", __func__, ctx->pe);
508 pr_devel("%s Terminate pe
[all...]
/linux-master/include/net/
H A Dip_vs.h557 const struct ip_vs_pe *pe; member in struct:ip_vs_conn_param
618 const struct ip_vs_pe *pe; member in struct:ip_vs_conn
700 struct ip_vs_pe __rcu *pe; member in struct:ip_vs_service
1319 p->pe = NULL;
1472 int register_ip_vs_pe(struct ip_vs_pe *pe);
1473 int unregister_ip_vs_pe(struct ip_vs_pe *pe);
1478 #define ip_vs_pe_get(pe) \
1479 if (pe && pe->module) \
1480 __module_get(pe
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsi_dma.c300 * @pe: addr of the page entry
307 uint64_t pe, uint64_t src,
314 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
316 ib->ptr[ib->length_dw++] = upper_32_bits(pe) & 0xff;
324 * @pe: addr of the page entry
325 * @value: dst addr to write into pe
331 static void si_dma_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, argument
338 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
339 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
351 * @pe
306 si_dma_vm_copy_pte(struct amdgpu_ib *ib, uint64_t pe, uint64_t src, unsigned count) argument
359 si_dma_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, uint64_t addr, unsigned count, uint32_t incr, uint64_t flags) argument
[all...]
H A Dsdma_v2_4.c644 * @pe: addr of the page entry
651 uint64_t pe, uint64_t src,
662 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
663 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
670 * @pe: addr of the page entry
671 * @value: dst addr to write into pe
677 static void sdma_v2_4_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, argument
685 ib->ptr[ib->length_dw++] = pe;
686 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
699 * @pe
650 sdma_v2_4_vm_copy_pte(struct amdgpu_ib *ib, uint64_t pe, uint64_t src, unsigned count) argument
707 sdma_v2_4_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, uint64_t addr, unsigned count, uint32_t incr, uint64_t flags) argument
[all...]
H A Dcik_sdma.c709 * @pe: addr of the page entry
716 uint64_t pe, uint64_t src,
727 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
728 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
735 * @pe: addr of the page entry
736 * @value: dst addr to write into pe
742 static void cik_sdma_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, argument
750 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
751 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
764 * @pe
715 cik_sdma_vm_copy_pte(struct amdgpu_ib *ib, uint64_t pe, uint64_t src, unsigned count) argument
772 cik_sdma_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, uint64_t addr, unsigned count, uint32_t incr, uint64_t flags) argument
[all...]
H A Dsdma_v3_0.c917 * @pe: addr of the page entry
924 uint64_t pe, uint64_t src,
935 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
936 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
943 * @pe: addr of the page entry
944 * @value: dst addr to write into pe
950 static void sdma_v3_0_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, argument
958 ib->ptr[ib->length_dw++] = lower_32_bits(pe);
959 ib->ptr[ib->length_dw++] = upper_32_bits(pe);
972 * @pe
923 sdma_v3_0_vm_copy_pte(struct amdgpu_ib *ib, uint64_t pe, uint64_t src, unsigned count) argument
980 sdma_v3_0_vm_set_pte_pde(struct amdgpu_ib *ib, uint64_t pe, uint64_t addr, unsigned count, uint32_t incr, uint64_t flags) argument
[all...]
/linux-master/scripts/
H A Dspdxcheck.py229 except ParserException as pe:
230 if pe.tok:
231 col = line.find(expr) + pe.tok.lexpos
232 tok = pe.tok.value
233 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok))
235 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, pe.txt))
/linux-master/kernel/time/
H A Dtimer_list.c355 struct proc_dir_entry *pe; local
357 pe = proc_create_seq_private("timer_list", 0400, NULL, &timer_list_sops,
359 if (!pe)
/linux-master/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh158 [ ! -f /proc/device-tree/rtas/ibm,open-sriov-map-pe-number ] ; then
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h110 int nvif_outp_dp_drive(struct nvif_outp *, u8 link_nr, u8 pe[4], u8 vs[4]);
/linux-master/arch/arm64/kernel/
H A Dkexec_image.c15 #include <linux/pe.h>
/linux-master/drivers/firmware/efi/libstub/
H A Dzboot.c4 #include <linux/pe.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgm200.c34 gm200_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) argument
50 nvkm_wr32(device, 0x61c120 + loff, data[1] | (pe << shift));
H A Doutp.h113 int (*drive)(struct nvkm_outp *, u8 lanes, u8 pe[4], u8 vs[4]);
/linux-master/drivers/vdpa/mlx5/core/
H A Dmr.c370 u64 pe = U64_MAX; local
379 if (pe == map->start && pperm == map->perm) {
380 pe = map->last + 1;
383 if (pe < map->start) {
387 nnuls = MLX5_DIV_ROUND_UP_POW2(map->start - pe,
391 err = add_direct_chain(mvdev, mr, ps, pe - ps, pperm, iotlb);
396 pe = map->last + 1;
400 err = add_direct_chain(mvdev, mr, ps, pe - ps, pperm, iotlb);
/linux-master/drivers/thunderbolt/
H A Dproperty.c413 struct tb_property_dir_entry *pe; local
415 pe = (struct tb_property_dir_entry *)&block[start_offset];
416 memcpy(pe->uuid, dir->uuid, sizeof(pe->uuid));
417 entry = pe->entries;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c1372 struct ip_vs_pe *pe = NULL; local
1392 pe = ip_vs_pe_getbyname(u->pe_name);
1393 if (pe == NULL) {
1463 RCU_INIT_POINTER(svc->pe, pe);
1464 pe = NULL;
1471 if (svc->pe && svc->pe->conn_out)
1504 ip_vs_pe_put(pe);
1520 struct ip_vs_pe *pe local
3318 struct ip_vs_pe *pe; local
[all...]
/linux-master/arch/arm/boot/compressed/
H A Defi-header.S8 #include <linux/pe.h>
/linux-master/tools/perf/tests/shell/
H A Dbuildid.sh41 ex_pe=$(dirname $0)/../pe-file.exe
56 # https://docs.microsoft.com/en-us/windows/win32/debug/pe-format#debug-directory-image-only
83 # in case of pe-file.exe file
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c97 nvif_outp_dp_drive(struct nvif_outp *outp, u8 link_nr, u8 pe[4], u8 vs[4]) argument
104 memcpy(args.pe, pe, sizeof(args.pe));
/linux-master/arch/alpha/kernel/
H A Dproto.h42 struct io7 *marvel_find_io7(int pe);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c844 struct i915_gem_proto_engine *pe; local
850 pe = &pc->user_engines[idx];
853 if (pe->engine->class != RENDER_CLASS)
856 sseu = &pe->sseu;
1199 struct i915_gem_proto_engine *pe)
1213 switch (pe[n].type) {
1215 ce = intel_context_create(pe[n].engine);
1219 ce = intel_engine_create_virtual(pe[n].siblings,
1220 pe[n].num_siblings, 0);
1224 ce = intel_engine_create_parallel(pe[
1197 user_engines(struct i915_gem_context *ctx, unsigned int num_engines, struct i915_gem_proto_engine *pe) argument
[all...]

Completed in 207 milliseconds

1234567