Home
last modified time | relevance | path

Searched refs:sdp (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/i386/i386/
H A Ddb_interface.c92 struct segment_descriptor *sdp; in db_segsize() local
105 sdp = (plp != NULL) ? &plp->ldt_sd : &ldt[0].sd; in db_segsize()
107 sdp = &gdt[PCPU_GET(cpuid) * NGDT].sd; in db_segsize()
109 return (sdp[IDXSEL(sel)].sd_def32 == 0 ? 16 : 32); in db_segsize()
H A Dsys_machdep.c87 sdp->sd_hilimit = 0xf; in fill_based_sd()
88 sdp->sd_type = SDT_MEMRWA; in fill_based_sd()
89 sdp->sd_dpl = SEL_UPL; in fill_based_sd()
90 sdp->sd_p = 1; in fill_based_sd()
91 sdp->sd_xx = 0; in fill_based_sd()
92 sdp->sd_def32 = 1; in fill_based_sd()
93 sdp->sd_gran = 1; in fill_based_sd()
232 sdp = &td->td_pcb->pcb_fsd; in sysarch()
233 base = sdp->sd_hibase << 24 | sdp->sd_lobase; in sysarch()
249 sdp = &td->td_pcb->pcb_gsd; in sysarch()
[all …]
H A Dptrace_machdep.c155 struct segment_descriptor *sdp, sd; in cpu_ptrace() local
172 sdp = req == PT_GETFSBASE ? &td->td_pcb->pcb_fsd : in cpu_ptrace()
174 r = sdp->sd_hibase << 24 | sdp->sd_lobase; in cpu_ptrace()
H A Dmachdep.c578 struct segment_descriptor *sdp; in sendsig() local
628 sdp = &td->td_pcb->pcb_fsd; in sendsig()
629 sf.sf_uc.uc_mcontext.mc_fsbase = sdp->sd_hibase << 24 | in sendsig()
630 sdp->sd_lobase; in sendsig()
631 sdp = &td->td_pcb->pcb_gsd; in sendsig()
633 sdp->sd_lobase; in sendsig()
2896 struct segment_descriptor *sdp; in get_mcontext() local
2928 sdp = &td->td_pcb->pcb_fsd; in get_mcontext()
2929 mcp->mc_fsbase = sdp->sd_hibase << 24 | sdp->sd_lobase; in get_mcontext()
2930 sdp = &td->td_pcb->pcb_gsd; in get_mcontext()
[all …]
/f-stack/freebsd/amd64/include/
H A Dsegments.h97 void sdtossd(struct user_segment_descriptor *sdp,
100 struct user_segment_descriptor *sdp);
102 struct system_segment_descriptor *sdp);
/f-stack/freebsd/i386/include/
H A Dsegments.h93 void sdtossd(struct segment_descriptor *sdp,
96 struct segment_descriptor *sdp);
H A Dmd_var.h68 void fill_based_sd(struct segment_descriptor *sdp, uint32_t base);
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dgpio-charger.txt12 usb-sdp (USB standard downstream port)
24 charger-type = "usb-sdp";
H A Dgpio-charger.yaml27 - usb-sdp # USB standard downstream port
59 charger-type = "usb-sdp";
/f-stack/freebsd/contrib/device-tree/Bindings/arc/
H A Daxs101.txt7 - compatible = "snps,axs101", "snps,arc-sdp";
H A Daxs103.txt8 - compatible = "snps,axs103", "snps,arc-sdp";
/f-stack/freebsd/contrib/device-tree/src/arc/
H A Daxs101.dts14 compatible = "snps,axs101", "snps,arc-sdp";
H A Daxs103.dts17 compatible = "snps,axs103", "snps,arc-sdp";
H A Daxs103_idu.dts17 compatible = "snps,axs103", "snps,arc-sdp";
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap4-sdp-es23plus.dts5 #include "omap4-sdp.dts"
H A Domap2430-sdp.dts11 compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";
H A Domap3430-sdp.dts11 compatible = "ti,omap3430-sdp", "ti,omap3430", "ti,omap3";
H A Domap4-sdp.dts13 compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4";
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-rename.m49 int rename_fn(struct inode *sip, struct dentry *sdp,
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dadv748x.txt29 "infoframe", "cbus", "cec", "sdp", "txa", "txb"
71 "infoframe", "cbus", "cec", "sdp", "txa", "txb";
/f-stack/freebsd/netinet/
H A Dip_input.c1269 struct sockaddr_dl *sdp; in ip_savecontrol() local
1274 sdp = (struct sockaddr_dl *)ifp->if_addr->ifa_addr; in ip_savecontrol()
1278 if (sdp->sdl_family != AF_LINK || in ip_savecontrol()
1279 sdp->sdl_len > sizeof(sdlbuf)) { in ip_savecontrol()
1282 bcopy(sdp, sdl2, sdp->sdl_len); in ip_savecontrol()
/f-stack/freebsd/contrib/device-tree/src/mips/ingenic/
H A Dqi_lb60.dts195 charger-type = "usb-sdp";
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt126 compatible = "ti,omap4-sdp", "ti,omap4430", "ti,omap4"
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h405 u8 sdp[ICE_MAX_SUPPORTED_GPIO_SDP]; member
/f-stack/freebsd/contrib/device-tree/src/arm64/renesas/
H A Dsalvator-common.dtsi468 "infoframe", "cbus", "cec", "sdp", "txa", "txb" ;

12