Home
last modified time | relevance | path

Searched refs:pt_entry (Results 1 – 24 of 24) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/booke/
H A Dpte.h83 return pt_entry; in pte_value()
101 return pt_entry != 0; in pte_valid_p()
107 return pt_entry == 0; in pte_zero_p()
201 return pt_entry; in pte_prot_downgrade()
211 pt_entry |= PTE_xX; in pte_prot_bits()
218 pt_entry |= PTE_xX; in pte_prot_bits()
224 pt_entry |= PTE_xW; in pte_prot_bits()
228 return pt_entry; in pte_prot_bits()
258 return pt_entry; in pte_make_enter()
267 pt_entry |= PTE_WIRED; in pte_make_kenter_pa()
[all …]
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_prefix.c48 static struct pt_entry *pt_alloc(struct pt_entry *);
53 RB_HEAD(pt_tree, pt_entry);
106 struct pt_entry *
160 struct pt_entry *
163 struct pt_entry *pte; in pt_get()
169 struct pt_entry *
194 struct pt_entry *
197 struct pt_entry *p; in pt_lookup()
221 pt_prefix_cmp(const struct pt_entry *a, const struct pt_entry *b) in pt_prefix_cmp()
305 static struct pt_entry *
[all …]
H A Drde.h47 struct pt_entry *prefix;
263 struct pt_entry { struct
264 RB_ENTRY(pt_entry) pt_e;
271 RB_ENTRY(pt_entry) pt_e; argument
279 RB_ENTRY(pt_entry) pt_e;
287 RB_ENTRY(pt_entry) pt_e;
300 RB_ENTRY(pt_entry) pt_e;
321 struct pt_entry *pt;
515 int pt_prefix_cmp(const struct pt_entry *, const struct pt_entry *);
518 pt_ref(struct pt_entry *pt) in pt_ref()
[all …]
H A Drde_rib.c300 struct pt_entry *pte; in rib_get()
346 struct pt_entry *pte; in rib_add()
914 struct pt_entry *pte; in prefix_lookup()
H A Drde.c2452 struct pt_entry *pt; in rde_dump_prefix_upcall()
3096 struct pt_entry *prefix;
3118 rde_pftable_send(u_int16_t id, struct pt_entry *pt, int del) in rde_pftable_send()
3504 struct pt_entry *pt; in rde_softreconfig_in()
3637 struct pt_entry *pt; in rde_roa_softreload()
/dports/cad/alliance/alliance/src/abe/src/
H A Dbeh_dict.c317 struct beden *pt_entry; local
326 if ((pt_entry = pt_hash[i]) != NULL)
328 while (pt_entry != NULL)
330 pt_record = pt_entry->DATA;
336 BEH_DCRHED = pt_entry->DATA;
338 pt_nxtentry = pt_entry->NEXT;
339 pt_entry->NEXT = BEH_DCEHED;
340 BEH_DCEHED = pt_entry;
341 pt_entry = pt_nxtentry;
/dports/cad/alliance/alliance/src/beh/src/
H A Dbeh_dict.c317 struct beden *pt_entry ; local
326 if ((pt_entry = pt_hash [i]) != NULL)
328 while (pt_entry != NULL)
330 pt_record = pt_entry->DATA;
336 BEH_DCRHED = pt_entry->DATA;
338 pt_nxtentry = pt_entry->NEXT;
339 pt_entry->NEXT = BEH_DCEHED;
340 BEH_DCEHED = pt_entry;
341 pt_entry = pt_nxtentry;
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/efs/
H A Dsuper.c160 struct pt_types *pt_entry; in module_exit() local
204 for(pt_entry = sgi_pt_types; pt_entry->pt_name; pt_entry++) { in module_exit()
205 if (pt_type == pt_entry->pt_type) break; in module_exit()
212 pt_type, (pt_entry->pt_name) ? in module_exit()
213 pt_entry->pt_name : "unknown"); in module_exit()
227 (pt_entry->pt_name) ? pt_entry->pt_name : "unknown", in module_exit()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/efs/
H A Dsuper.c160 struct pt_types *pt_entry; in module_exit() local
204 for(pt_entry = sgi_pt_types; pt_entry->pt_name; pt_entry++) { in module_exit()
205 if (pt_type == pt_entry->pt_type) break; in module_exit()
212 pt_type, (pt_entry->pt_name) ? in module_exit()
213 pt_entry->pt_name : "unknown"); in module_exit()
227 (pt_entry->pt_name) ? pt_entry->pt_name : "unknown", in module_exit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/efs/
H A Dsuper.c160 struct pt_types *pt_entry; in module_exit() local
204 for(pt_entry = sgi_pt_types; pt_entry->pt_name; pt_entry++) { in module_exit()
205 if (pt_type == pt_entry->pt_type) break; in module_exit()
212 pt_type, (pt_entry->pt_name) ? in module_exit()
213 pt_entry->pt_name : "unknown"); in module_exit()
227 (pt_entry->pt_name) ? pt_entry->pt_name : "unknown", in module_exit()
/dports/devel/util-linux/util-linux-2.36/libfdisk/src/
H A Ddos.c184 assert(pe->pt_entry); in get_abs_partition_start()
194 assert(pe->pt_entry); in get_abs_partition_end()
435 p = pe->pt_entry; in delete_partition()
544 p = pex->pt_entry; in read_extended()
599 if (pe->pt_entry) in read_extended()
911 p = pe->pt_entry; in set_partition()
1612 p = pe->pt_entry; in fill_bounds()
2095 p = pe->pt_entry; in wrong_p_order()
2164 p = pe->pt_entry; in dos_get_partition()
2381 *cur->pt_entry = *nxt->pt_entry; in fix_chain_of_logicals()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/
H A Dpte.h170 pt_entry_t pt_entry = PTE_SR | (kernel_p ? 0 : PTE_UR); in pte_prot_bits() local
173 pt_entry |= PTE_NX; in pte_prot_bits()
175 pt_entry |= kernel_p ? PTE_SX : PTE_UX; in pte_prot_bits()
179 pt_entry |= PTE_NW; in pte_prot_bits()
181 pt_entry |= PTE_SW | (kernel_p ? 0 : PTE_UW); in pte_prot_bits()
183 return pt_entry; in pte_prot_bits()
/dports/sysutils/linrename/util-linux-2.25.2/libfdisk/src/
H A Ddos.c166 assert(pe->pt_entry); in get_abs_partition_start()
176 assert(pe->pt_entry); in get_abs_partition_end()
400 p = pe->pt_entry; in dos_delete_partition()
483 p = pex->pt_entry; in read_extended()
534 if (pe->pt_entry) in read_extended()
547 pe->pt_entry = q; in read_extended()
831 p = pe->pt_entry; in set_partition()
888 p = pe->pt_entry; in fill_bounds()
1713 p = pe->pt_entry; in dos_get_partition()
1821 *cur->pt_entry = *nxt->pt_entry; in fix_chain_of_logicals()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/s390x/
H A Dmmu_helper.c159 uint64_t asc, uint64_t pt_entry, in mmu_translate_pte() argument
162 if (pt_entry & PAGE_INVALID) { in mmu_translate_pte()
163 DPRINTF("%s: PTE=0x%" PRIx64 " invalid\n", __func__, pt_entry); in mmu_translate_pte()
167 if (pt_entry & PAGE_RES0) { in mmu_translate_pte()
171 if (pt_entry & PAGE_RO) { in mmu_translate_pte()
175 *raddr = pt_entry & ASCE_ORIGIN; in mmu_translate_pte()
177 PTE_DPRINTF("%s: PTE=0x%" PRIx64 "\n", __func__, pt_entry); in mmu_translate_pte()
189 uint64_t origin, offs, pt_entry; in mmu_translate_segment() local
205 pt_entry = ldq_phys(cs->as, origin + offs); in mmu_translate_segment()
207 __func__, origin, offs, pt_entry); in mmu_translate_segment()
[all …]
/dports/cad/alliance/alliance/src/mbk/src/
H A Dmvl_util.c357 struct dct_entry *pt_entry; local
366 if ((pt_entry = pt_hash[i]) != NULL)
368 while (pt_entry != NULL)
370 pt_record = pt_entry->data;
376 MVL_DCRHED = pt_entry->data;
378 pt_nxtentry = pt_entry->next;
379 pt_entry->next = MVL_DCEHED;
380 MVL_DCEHED = pt_entry;
381 pt_entry = pt_nxtentry;
/dports/cad/alliance/alliance/src/pat/src/
H A Dpat_decl_y.y315 struct entry *pt_entry; local
322 if ((pt_entry = pt_hash[i]) != NULL)
324 while (pt_entry->next != NULL)
325 pt_entry = pt_entry->next;
327 pt_entry->next = ENTRY_HEAD ;
/dports/net/lambdamoo/MOO-1.8.1/
H A Ddb_verbs.c67 typedef struct pt_entry { struct
70 struct pt_entry *next; argument
71 } pt_entry; typedef
73 struct pt_entry *prep_table[NPREPS];
84 pt_entry *current_alias, **prev; in dbpriv_build_prep_table()
105 current_alias = mymalloc(sizeof(struct pt_entry), M_PREP); in dbpriv_build_prep_table()
119 pt_entry *alias; in db_find_prep()
/dports/cad/alliance/alliance/src/ctp/src/
H A Dctp_y.y2064 struct dct_entry *pt_entry; local
2073 if ((pt_entry = pt_hash[i]) != NULL)
2075 while (pt_entry != NULL)
2077 pt_record = pt_entry->data;
2083 CTP_DCRHED = pt_entry->data;
2085 pt_nxtentry = pt_entry->next;
2086 pt_entry->next = CTP_DCEHED;
2087 CTP_DCEHED = pt_entry;
2088 pt_entry = pt_nxtentry;
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dtimevar.h85 int pt_entry; member
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dx86_32_common.c526 uint64_t pt_entry = target_buffer_get_u64(t, entry_buffer); in calcaddr_physfromlin() local
527 if (!(pt_entry & 0x0000000000000001)) { in calcaddr_physfromlin()
532 uint32_t page_base = (uint32_t)(pt_entry & 0x00000000FFFFF000); /*[31:12]*/ in calcaddr_physfromlin()
567 uint32_t pt_entry = target_buffer_get_u32(t, entry_buffer); in calcaddr_physfromlin() local
568 if (!(pt_entry & 0x00000001)) { in calcaddr_physfromlin()
572 uint32_t page_base = pt_entry & 0xFFFFF000; /* A[31:12] is PageTable/Page Base Address */ in calcaddr_physfromlin()
/dports/cad/alliance/alliance/src/fvh/src/
H A Dfbl_bcomp_y.y3272 struct dct_entry *pt_entry; local
3281 if ((pt_entry = pt_hash[i]) != 0)
3283 while (pt_entry != 0)
3285 pt_record = pt_entry->data;
3291 FBL_DCRHED = pt_entry->data;
3293 pt_nxtentry = pt_entry->next;
3294 pt_entry->next = FBL_DCEHED;
3295 FBL_DCEHED = pt_entry;
3296 pt_entry = pt_nxtentry;
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_misc_notalpha.c173 ptp->pt_entry = CLOCK_REALTIME; in linux_sys_alarm()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_time.c653 pt->pt_entry = timerid; in timer_create1()
1174 pt->pt_entry = which; in dosetitimer()
/dports/cad/alliance/alliance/src/vbh/src/
H A Dvbl_bcomp_y.y7887 struct dct_entry *pt_entry; local
7896 if ((pt_entry = pt_hash[i]) != NULL)
7898 while (pt_entry != NULL)
7900 pt_record = pt_entry->data;
7906 VBL_DCRHED = pt_entry->data;
7908 pt_nxtentry = pt_entry->next;
7909 pt_entry->next = VBL_DCEHED;
7910 VBL_DCEHED = pt_entry;
7911 pt_entry = pt_nxtentry;